Package | Description |
---|---|
com.gemstone.gemfire |
The base package of the GemFire Java product, featuring highly
concurrent distributed caching
with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a
DistributedLockService.
|
com.gemstone.gemfire.admin |
Provides an API for administering various GemFire components such
as a GemFire distributed
system, and processes that host GemFire Caches.
|
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. |
com.gemstone.gemfire.cache.query |
GemFire's query service, an implementation of an OQL/SQL-style
query processor with supporting indexes.
|
com.gemstone.gemfire.cache.util |
Provides utilities for use with the Caching API in the
com.gemstone.gemfire.cache.util package. |
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Class and Description |
---|---|
class |
CancelException
Abstract root class of all GemFire exceptions representing system
cancellation
|
class |
ForcedDisconnectException
An
ForcedDisconnectException is thrown when a GemFire
application is removed from the distributed system due to membership
constraints such as network partition detection. |
class |
ThreadInterruptedException
Deprecated.
this class is no longer used
|
Modifier and Type | Class and Description |
---|---|
class |
RegionNotFoundException
Deprecated.
as of 7.0 use the
com.gemstone.gemfire.management package instead |
Modifier and Type | Class and Description |
---|---|
class |
CacheClosedException
Indicates that the caching system has
been closed.
|
class |
CacheLoaderException
Thrown from the
CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper<K, V>) method indicating that an error
occurred when a CacheLoader was attempting to load a value. |
class |
CacheWriterException
An exception thrown by a
CacheWriter method. |
class |
CacheXmlException
Thrown when a problem is encountered while parsing a declarative caching XML
file.
|
class |
DiskAccessException
Indicates that an
IOException during a disk region operation. |
class |
EntryDestroyedException
Indicates that a method was invoked on an entry that has been destroyed.
|
class |
FailedSynchronizationException
Thrown when a cache transaction fails to register with the
UserTransaction (aka JTA transaction), most likely the
cause of the UserTransaction 's
javax.transaction.Status#STATUS_MARKED_ROLLBACK
status. |
class |
GatewayConfigurationException
An exception indicating that a gateway configuration
will not work with the remote side of the gateway's configuration.
|
class |
GatewayException
An exception thrown by a
Gateway . |
class |
LowMemoryException
Indicates a low memory condition either on the local or a remote
Cache . |
class |
OperationAbortedException
Indicates that the operation that
would have otherwise affected the cache has been aborted.
|
class |
PartitionedRegionDistributionException
Indicates a failure to perform a distributed operation on a Partitioned Region
after multiple attempts.
|
class |
PartitionedRegionStorageException
Description of the conditions under which this exception is thrown
When a
PartitionedRegionStorageException message contains
the string:
There are not enough data store members to create a bucket. |
class |
RegionAccessException
Indicates that an attempt to access the region has failed.
|
class |
RegionDestroyedException
Indicates that the region has been destroyed.
|
class |
RegionDistributionException
Indicates that an attempt to send a distributed cache event to one or more
required roles may have
failed. |
class |
RegionReinitializedException
Indicates that the region has been reinitialized.
|
class |
RegionRoleException
Indicates that a
Region reliability failure has occurred. |
class |
ResourceException
A Generic exception to indicate that a resource exception has occurred.
|
class |
RoleException
RoleException is the superclass of those exceptions
that can be thrown to indicate a reliability failure on one or more regions that have been configured with required roles using
MembershipAttributes . |
class |
StatisticsDisabledException
Thrown if statistics are requested when statistics are disabled on the
region.
|
class |
SynchronizationCommitConflictException
Thrown when a commit operation of a JTA enlisted cache transaction fails
|
class |
TimeoutException
Thrown if a
netSearch times out without getting a response back from a cache,
or when attempting to acquire a distributed lock. |
Modifier and Type | Class and Description |
---|---|
class |
ClientNotReadyException
Deprecated.
as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.
|
class |
ServerRefusedConnectionException
A
ServerRefusedConnectionException indicates a client attempted
to connect to a server, but the handshake was rejected. |
Modifier and Type | Class and Description |
---|---|
class |
CqClosedException
Thrown if the CqQuery on which the operation performed is closed.
|
class |
IndexMaintenanceException
Thrown if an error occurs while updating query indexes during
region modification.
|
class |
QueryExecutionLowMemoryException
Thrown when the query is executing and the critical heap percentage is met.
|
class |
QueryExecutionTimeoutException
Thrown when the query execution takes more than the specified max time.
|
Modifier and Type | Class and Description |
---|---|
class |
BridgeWriterException
Deprecated.
as of 5.7 use
pools instead. |
Modifier and Type | Class and Description |
---|---|
class |
DistributedSystemDisconnectedException
Thrown when a GemFire distributed system has been terminated.
|
class |
FutureCancelledException
Thrown when a
Future has been cancelled. |
class |
GatewayCancelledException
Thrown when a GemFire oplog has been terminated.
|
class |
OplogCancelledException
Thrown when a GemFire gateway has been terminated.
|
class |
PoolCancelledException
Thrown when a GemFire pool has been cancelled.
|
class |
TXManagerCancelledException
Thrown when a GemFire transaction manager has been terminated.
|
Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.