Package | Description |
---|---|
org.jgroups.util |
Provides useful functionality which cannot be assigned to any particular other package.
|
Modifier and Type | Field and Description |
---|---|
protected MessageBatch.Mode |
MessageBatch.mode
Whether this message batch contains only OOB messages, or only regular messages
|
Modifier and Type | Method and Description |
---|---|
MessageBatch.Mode |
MessageBatch.determineMode() |
MessageBatch.Mode |
MessageBatch.mode() |
static MessageBatch.Mode |
MessageBatch.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageBatch.Mode[] |
MessageBatch.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MessageBatch |
MessageBatch.mode(MessageBatch.Mode mode) |
Constructor and Description |
---|
MessageBatch(Address dest,
Address sender,
AsciiString cluster_name,
boolean multicast,
MessageBatch.Mode mode,
int capacity) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.