|
GemFire 5.5.1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| DistributedMember | This is the fundamental representation of a member in a GemFire distributed system. |
| Role | Members of the distributed system can fill one or more user defined roles. |
| Class Summary | |
|---|---|
| DistributedLockService | A named instance of DistributedLockService defines a space for locking arbitrary names across the distributed system defined by a specified distribution manager. |
| DistributedSystem | A "connection" to a GemFire distributed system. |
| DurableClientAttributes | Class DurableClientAttributes represents durable member
attributes. |
| Locator | Represents a distribution locator server that provides discovery information to members of a GemFire distributed system. |
| Exception Summary | |
|---|---|
| LeaseExpiredException | A LeaseExpiredException is thrown when GemFire
detects that a distributed lock obtained by the current thread
with a limited lease (see @link DistributedLockService} has
expired before it was explicitly released. |
| LockNotHeldException | A LockNotHeldException is thrown when attempting
unlock a lock that is not held by the thread performing the unlock. |
| LockServiceDestroyedException | A LockServiceDestroyedException is thrown when attempting
use a distributed lock service that has been destroyed. |
| ShutdownException | A ShutdownException is thrown when a GemFire
message is terminated because the system is shutting down. |
Provides information about, access to, and common tools for GemFire
distributed systems. When a program wishes to access distributed dtaa
data stored in GemFire, it first creates a DistributedSystem that will connect
to the distributed system. GemFire provides two means of discovering
the other members in a distributed group. The first uses IP multicast
to broadcast a message to all members that listen on a given port and address. The second
method of discovery uses special VMs called "locators" to keep track of
the members of the distributed system. Each locator is identified by
a host/port pair that is specified when connecting
to the distributed system.
|
GemFire 5.5.1 | ||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||