Package | Description |
---|---|
com.gemstone.gemfire.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.cache.client |
The
com.gemstone.gemfire.cache.client package provides APIs used
for client connectivity and caching. |
Modifier and Type | Class and Description |
---|---|
class |
NoQueueServersAvailableException
Indicates that this client cannot contact any queue servers and
therefore cannot perform operations that require a queue, such as
registering interest.
|
class |
NoSubscriptionServersAvailableException
Indicates that this client cannot contact any servers and
therefore cannot perform operations that require subscriptions, such as
registering interest.
|
Modifier and Type | Class and Description |
---|---|
class |
AllConnectionsInUseException
Indicates that the connection pool is at its maximum size and
all connections are in use.
|
class |
NoAvailableLocatorsException
An exception indicating that there are no active locators available to connect to.
|
class |
NoAvailableServersException
An exception indicating that there are no active servers available to connect to.
|
class |
ServerOperationException
An exception indicating that a failure has happened on the server
while processing an operation that was sent to it by a client.
|
class |
SubscriptionNotEnabledException
An exception indicating that client subscriptions are not enabled on this client, but
the client is trying to perform an operation that requires a client subscription,
such as
Region.registerInterest(Object) . |
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.