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.TransientFlag |
Message.OOB_DELIVERED
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static Message.TransientFlag |
Message.TransientFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.TransientFlag[] |
Message.TransientFlag.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.clearTransientFlag(Message.TransientFlag... flags) |
boolean |
Message.isTransientFlagSet(Message.TransientFlag flag) |
static boolean |
Message.isTransientFlagSet(short flags,
Message.TransientFlag flag) |
Message |
Message.setTransientFlag(Message.TransientFlag... flags)
Same as
Message.setFlag(Flag...) except that transient flags are not marshalled |
boolean |
Message.setTransientFlagIfAbsent(Message.TransientFlag flag)
Atomically checks if a given flag is set and - if not - sets it.
|
Modifier and Type | Method and Description |
---|---|
RequestOptions |
RequestOptions.clearTransientFlags(Message.TransientFlag... flags) |
boolean |
RequestOptions.isTransientFlagSet(Message.TransientFlag flag) |
RequestOptions |
RequestOptions.setTransientFlags(Message.TransientFlag... flags) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.