|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MssConstants
The MssConstants
interface declares a number of
constants mainly relevant for the mss level.
Field Summary | |
---|---|
static int |
ALL
Constant used to indicate that all members of a cluster should receive a message. |
static int |
EHANDLER_PRIORITY
|
static int |
HEADER_SIZE
Header size for network level packets (fragments). |
static int |
MINIMUM_ALIVE_VALUE
If the alive counter of a host is greater or equal to this value, the host is considered to be alive. |
static int |
MSS_HEADER_SIZE
Header size for mss level Jgroup ( MsgJG )
messages. |
static int |
MSSUSER_PRIORITY
|
static boolean |
NACKSUPPRESSION
Enabling (setting it to true ) NACK suppression sends
only a single NACK for each cluster. |
static int |
NI_PRIORITY
|
static int |
OVERHEAD_SIZE
The overall overhead for each packet sent to the network. |
static boolean |
ROUTING_ENABLED
Setting this to true enables routing of messages through intermediate clusters, if a node (or cluster) is not directly connected to the destination cluster. |
static int |
TRAILER_SIZE
There is currently no trailer added for each of the mss level packets. |
static int |
UNDEF
Used to indicate that an int value is undefined. |
static int |
UNREACHABLE
If the alive counter of a host is equal to this value, the host is considered to be unreachable. |
Field Detail |
---|
static final boolean NACKSUPPRESSION
true
) NACK suppression sends
only a single NACK for each cluster. Otherwise
cluster.size messages will be sent for each missing
message, for each of the clusters that are missing the message.
static final boolean ROUTING_ENABLED
static final int MSSUSER_PRIORITY
static final int EHANDLER_PRIORITY
static final int NI_PRIORITY
static final int UNREACHABLE
static final int MINIMUM_ALIVE_VALUE
static final int ALL
static final int UNDEF
int
value is undefined.
static final int MSS_HEADER_SIZE
MsgJG
)
messages. Mss messages contains a static header and a dynamic
trailer of unspecified size, whose size is determined at runtime.
The content of the header includes a message tag, message
identifer, pointer to the trailer's position in the message stream
etc. The content of the trailer cannot be accessed until all
message fragments (packets) have been received.
static final int HEADER_SIZE
config.xml
file. The header contains information
about the message type, broadcast, fragment identifier (fid),
sender and incarnation identifier.
static final int TRAILER_SIZE
mss
level packets.
static final int OVERHEAD_SIZE
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |