Package | Description |
---|---|
org.jgroups |
Provides top-level public JGroups classes such as Channel, Message, etc.
|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
org.jgroups.mux | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
org.jgroups.protocols.obsolete | |
org.jgroups.protocols.pbcast |
Supports probabilistic broadcasts.
|
Modifier and Type | Method and Description |
---|---|
Header |
Message.getHeader(java.lang.String key) |
Header |
Message.removeHeader(java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
void |
Message.putHeader(java.lang.String key,
Header hdr)
Puts a header given a key into the hashmap.
|
Modifier and Type | Class and Description |
---|---|
static class |
PullPushAdapter.PullHeader |
static class |
RequestCorrelator.Header
The header for RequestCorrelator messages
|
Modifier and Type | Class and Description |
---|---|
class |
MuxHeader
Header used for multiplexing and de-multiplexing between service components on top of a Multiplexer (Channel)
|
Modifier and Type | Class and Description |
---|---|
class |
AuthHeader
AuthHeader is a holder object for the token that is passed from the joiner to the coordinator
|
static class |
BSH.BshHeader |
static class |
CAUSAL.CausalHeader |
static class |
COMPRESS.CompressHeader |
static class |
ENCRYPT.EncryptHeader |
static class |
FC.FcHeader |
static class |
FD_PID.FdHeader |
static class |
FD_PROB.FdHeader |
static class |
FD_SIMPLE.FdHeader |
static class |
FD_SOCK.FdHeader |
static class |
FD.FdHeader |
class |
FragHeader |
static class |
HTOTAL.HTotalHeader |
static class |
MERGE.MergeHeader |
static class |
MERGE3.CoordAnnouncement |
static class |
MERGEFAST.MergefastHeader |
class |
NakAckHeader |
static class |
PARTITIONER.PartitionerHeader
The Partitioner header normally (type = NORMAL) contains just the partition number that is checked to discard messages
received from other partitions.
|
class |
PerfHeader
Inserted by PERF into each message.
|
static class |
PIGGYBACK.PiggybackHeader |
class |
PingHeader |
static class |
SEQUENCER.SequencerHeader |
static class |
SMACK.SmackHeader |
class |
TcpHeader |
static class |
TOTAL_OLD.TotalHeader
class TotalHeader
The header that is prepended to every message passed down through the TOTAL_OLD layer
and removed (and processed) from every message passed up through the TOTAL_OLD layer
|
static class |
TOTAL_TOKEN.RingTokenHeader |
static class |
TOTAL_TOKEN.TotalTokenHeader |
static class |
TOTAL.Header
The header processed by the TOTAL layer and intended for TOTAL
inter-stack communication
|
class |
TpHeader
Generic transport header, used by TP.
|
class |
TunnelHeader |
class |
UdpHeader |
static class |
UNICAST.UnicastHeader |
static class |
VERIFY_SUSPECT.VerifyHeader |
static class |
VIEW_SYNC.ViewSyncHeader |
class |
WANPIPE.WanPipeHeader |
Modifier and Type | Class and Description |
---|---|
static class |
ENCRYPT1_4.EncryptHeader |
Modifier and Type | Class and Description |
---|---|
static class |
FLUSH.FlushHeader |
static class |
GMS.GmsHeader |
class |
PbcastHeader |
static class |
STABLE.StableHeader |
static class |
STATE_TRANSFER.StateHeader
Wraps data for a state request/response.
|
static class |
STREAMING_STATE_TRANSFER.StateHeader |
Copyright ? 1998-2006 Bela Ban. All Rights Reserved.