|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message.Flag | |
---|---|
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. |
Uses of Message.Flag in org.jgroups |
---|
Fields in org.jgroups declared as Message.Flag | |
---|---|
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
|
Methods in org.jgroups that return Message.Flag | |
---|---|
static Message.Flag |
Message.Flag.valueOf(java.lang.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. |
Methods in org.jgroups with parameters of type Message.Flag | |
---|---|
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 |
Uses of Message.Flag in org.jgroups.blocks |
---|
Methods in org.jgroups.blocks with parameters of type Message.Flag | |
---|---|
RequestOptions |
RequestOptions.clearFlags(Message.Flag... flags)
|
boolean |
RequestOptions.isFlagSet(Message.Flag flag)
|
RequestOptions |
RequestOptions.setFlags(Message.Flag... flags)
|
Constructors in org.jgroups.blocks with parameters of type Message.Flag | |
---|---|
RequestOptions(ResponseMode mode,
long timeout,
boolean use_anycasting,
RspFilter rsp_filter,
Message.Flag... flags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |