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
Deprecated.
|
static Message.Flag |
Message.NO_FC
Deprecated.
|
static Message.Flag |
Message.NO_RELAY
Deprecated.
|
static Message.Flag |
Message.NO_RELIABILITY
Deprecated.
|
static Message.Flag |
Message.NO_TOTAL_ORDER
Deprecated.
|
static Message.Flag |
Message.OOB
Deprecated.
|
static Message.Flag |
Message.RSVP
Deprecated.
|
static Message.Flag |
Message.SCOPED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 © 1998-2020 Red Hat. All Rights Reserved.