Cache |
Simple cache which maintains keys and value.
|
Cache.ChangeListener |
|
Cache.Value |
|
GridFile |
Subclass of File to iterate through directories and files in a grid
|
GridFile.Metadata |
|
GroupRequest |
Sends a message to all members of the group and waits for all responses (or timeout).
|
LazyRemovalCache.Entry |
|
LazyRemovalCache.Printable |
|
MessageDispatcher |
Provides synchronous and asynchronous message sending with request-response
correlation; i.e., matching responses with the original request.
|
MessageDispatcher.ProtocolAdapter |
|
MethodCall |
A method call is the JGroups representation of a remote method.
|
MethodInvoker |
|
MethodLookup |
|
ReplCache |
Cache which allows for replication factors per data items; the factor determines how many replicas
of a key/value we create across the cluster.
See doc/design/ReplCache.txt for details.
|
ReplCache.ChangeListener |
|
ReplCache.HashFunction |
|
ReplCache.HashFunctionFactory |
|
ReplCache.Value |
|
ReplicatedHashMap.Notification |
|
ReplicatedMap |
|
ReplicatedTree.Node |
|
ReplicatedTree.ReplicatedTreeListener |
|
Request |
Abstract class for a unicast or multicast request
|
RequestCorrelator |
Framework to send requests and receive matching responses (on request ID).
|
RequestCorrelator.Header |
The header for RequestCorrelator messages
|
RequestCorrelator.MyProbeHandler |
|
RequestHandler |
|
RequestOptions |
Class which captures a bunch of options relevant to remote method invocation or message sending
|
Response |
|
ResponseMode |
Enum capturing the various response modes for RPCs
|
RpcDispatcher |
This class allows a programmer to invoke remote methods in all (or single) group members and optionally wait for
the return value(s).
|
RspFilter |
Interface defining when a group request is done.
|
UnicastRequest |
Sends a request to a single target destination
|