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.
|
Modifier and Type | Field and Description |
---|---|
static Message.Flag |
Message.DONT_BUNDLE |
static Message.Flag |
Message.NO_FC |
static Message.Flag |
Message.NO_RELAY |
static Message.Flag |
Message.NO_RELIABILITY |
static Message.Flag |
Message.NO_TOTAL_ORDER |
static Message.Flag |
Message.OOB |
static Message.Flag |
Message.RSVP |
static Message.Flag |
Message.SCOPED |
Modifier and Type | Method and Description |
---|---|
static Message.Flag |
Message.Flag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Message.Flag[] |
Message.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Message |
Message.clearFlag(Message.Flag... flags)
Clears a number of flags in a message
|
boolean |
Message.isFlagSet(Message.Flag flag)
Checks if a given flag is set
|
static boolean |
Message.isFlagSet(short flags,
Message.Flag flag) |
Message |
Message.setFlag(Message.Flag... flags)
Sets a number of flags in a message
|
Modifier and Type | Method and Description |
---|---|
RequestOptions |
RequestOptions.clearFlags(Message.Flag... flags) |
boolean |
RequestOptions.isFlagSet(Message.Flag flag) |
RequestOptions |
RequestOptions.setFlags(Message.Flag... flags) |
Constructor and Description |
---|
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
Message.Flag... flags) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.