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.pbcast |
Supports probabilistic broadcasts.
|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Method and Description |
---|---|
Header |
Message.getHeader(java.lang.String key) |
Header |
Message.putHeaderIfAbsent(java.lang.String key,
Header hdr)
Puts a header given a key into the map, only if the key doesn't exist yet
|
Header |
Message.removeHeader(java.lang.String key)
Deprecated.
Use getHeader() instead. The issue with removing a header is described in
http://jira.jboss.com/jira/browse/JGRP-393
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Header> |
Message.getHeaders()
Returns a reference to the headers hashmap, which is immutable.
|
Modifier and Type | Method and Description |
---|---|
void |
Message.putHeader(java.lang.String key,
Header hdr)
Puts a header given a key into the hashmap.
|
Header |
Message.putHeaderIfAbsent(java.lang.String key,
Header hdr)
Puts a header given a key into the map, only if the key doesn't exist yet
|
Modifier and Type | Class and Description |
---|---|
static class |
PullPushAdapter.PullHeader
Deprecated.
|
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 |
CAUSAL.CausalNewViewHeader |
static class |
COMPRESS.CompressHeader |
static class |
DISCARD.DiscardHeader |
static class |
ENCRYPT.EncryptHeader |
static class |
FC.FcHeader |
static class |
FD_ALL.Header |
static class |
FD_SIMPLE.FdHeader |
static class |
FD_SOCK.FdHeader |
static class |
FD.FdHeader |
class |
FragHeader |
static class |
HTOTAL.HTotalHeader |
static class |
MERGE3.CoordAnnouncement |
static class |
MERGEFAST.MergefastHeader |
class |
PingHeader |
static class |
SEQUENCER.SequencerHeader |
static class |
SFC.Header |
static class |
SMACK.SmackHeader |
class |
TcpHeader |
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 |
Modifier and Type | Class and Description |
---|---|
static class |
FLUSH.FlushHeader |
static class |
GMS.GmsHeader |
class |
NakAckHeader |
static class |
STABLE.StableHeader |
static class |
STATE_TRANSFER.StateHeader
Wraps data for a state request/response.
|
static class |
STREAMING_STATE_TRANSFER.StateHeader |
Modifier and Type | Method and Description |
---|---|
Header |
Headers.getHeader(java.lang.String key)
Returns the header associated with key
|
Header |
Headers.putHeaderIfAbsent(java.lang.String key,
Header hdr)
Puts a header given a key into the map, only if the key doesn't exist yet
|
Header |
Headers.removeHeader(java.lang.String key)
Deprecated.
Use getHeader() instead. The issue with removing a header is described in
http://jira.jboss.com/jira/browse/JGRP-393
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,Header> |
Headers.getHeaders() |
Modifier and Type | Method and Description |
---|---|
void |
Headers.putHeader(java.lang.String key,
Header hdr)
Puts a header given a key into the hashmap.
|
Header |
Headers.putHeaderIfAbsent(java.lang.String key,
Header hdr)
Puts a header given a key into the map, only if the key doesn't exist yet
|
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.