程序包 | 说明 |
---|---|
com.fr.third.jgroups.auth | |
com.fr.third.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
com.fr.third.jgroups.client | |
com.fr.third.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
com.fr.third.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
限定符和类型 | 类和说明 |
---|---|
class |
Krb5Token
JGroups AuthToken Class to for Kerberos v5 authentication.
|
限定符和类型 | 类和说明 |
---|---|
class |
Cache<K,V>
Simple cache which maintains keys and value.
|
class |
GridFile
Subclass of File to iterate through directories and files in a grid
|
class |
GridFilesystem
Entry point for GridFile and GridInputStream / GridOutputStream
|
class |
GridInputStream |
class |
GridOutputStream |
class |
PartitionedHashMap<K,V>
Hashmap which distributes its keys and values across the cluster.
|
class |
ReplCache<K,V>
Cache which allows for replication factors per data items; the factor determines how many replicas
of a key/value we create across the cluster.
|
限定符和类型 | 类和说明 |
---|---|
class |
StompConnection
STOMP client to access the STOMP [1] protocol.
|
限定符和类型 | 类和说明 |
---|---|
class |
DAISYCHAIN
Implementation of daisy chaining.
|
class |
FD_ALL2
Failure detection based on simple heartbeat protocol.
|
class |
PRIO
This protocol will provide message sending and receiving prioritization.
|
class |
RATE_LIMITER
Protocol which sends at most max_bytes in time_period milliseconds.
|
class |
SEQUENCER2
Implementation of total order protocol using a sequencer_uum.
|
class |
SHUFFLE
Reorders messages by buffering them and shuffling the result after TIMEOUT ms.
|
class |
SWIFT_PING
Discovery protocol based on Openstack Swift (object storage).
|
class |
TCP_NIO
Transport using NIO
|
class |
TUNNEL
Replacement for UDP.
|
限定符和类型 | 方法和说明 |
---|---|
void |
SCOPE.removeAllQueues()
已过时。
|
限定符和类型 | 类和说明 |
---|---|
class |
HashedTimingWheel
Implementation of
TimeScheduler . |