Uses of Class
org.jgroups.util.MessageBatch.Mode
-
Packages that use MessageBatch.Mode Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of MessageBatch.Mode in org.jgroups.util
Fields in org.jgroups.util declared as MessageBatch.Mode Modifier and Type Field Description protected MessageBatch.Mode
MessageBatch. mode
Whether this message batch contains only OOB messages, or only regular messagesMethods in org.jgroups.util that return MessageBatch.Mode Modifier and Type Method Description MessageBatch.Mode
MessageBatch. determineMode()
MessageBatch.Mode
MessageBatch. getMode()
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.Methods in org.jgroups.util with parameters of type MessageBatch.Mode Modifier and Type Method Description MessageBatch
MessageBatch. mode(MessageBatch.Mode mode)
MessageBatch
MessageBatch. setMode(MessageBatch.Mode mode)
Constructors in org.jgroups.util with parameters of type MessageBatch.Mode Constructor Description MessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, MessageBatch.Mode mode, int capacity)
-