|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Header | |
---|---|
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. |
Uses of Header in org.jgroups |
---|
Methods in org.jgroups that return Header | |
---|---|
Header |
Message.getHeader(java.lang.String key)
|
Header |
Message.removeHeader(java.lang.String key)
|
Methods in org.jgroups with parameters of type Header | |
---|---|
void |
Message.putHeader(java.lang.String key,
Header hdr)
Puts a header given a key into the hashmap. |
Uses of Header in org.jgroups.blocks |
---|
Subclasses of Header in org.jgroups.blocks | |
---|---|
static class |
PullPushAdapter.PullHeader
|
static class |
RequestCorrelator.Header
The header for RequestCorrelator messages |
Uses of Header in org.jgroups.mux |
---|
Subclasses of Header in org.jgroups.mux | |
---|---|
class |
MuxHeader
Header used for multiplexing and de-multiplexing between service components on top of a Multiplexer (Channel) |
Uses of Header in org.jgroups.protocols |
---|
Subclasses of Header in org.jgroups.protocols | |
---|---|
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
|
Uses of Header in org.jgroups.protocols.obsolete |
---|
Subclasses of Header in org.jgroups.protocols.obsolete | |
---|---|
static class |
ENCRYPT1_4.EncryptHeader
|
Uses of Header in org.jgroups.protocols.pbcast |
---|
Subclasses of Header in org.jgroups.protocols.pbcast | |
---|---|
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
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |