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.cache |
Provides an implementation of distributed object caching that
can leverage GemFire's distribution capabilities.
|
com.gemstone.gemfire.distributed |
Provides information about, access to, and common tools for GemFire
distributed systems.
|
Modifier and Type | Class and Description |
---|---|
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 |
CacheClosedException
Indicates that the caching system has
been closed.
|
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.