Uses of Enum
org.jgroups.util.MessageBatch.Mode
Packages that use MessageBatch.Mode
Package
Description
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.ModeModifier and TypeFieldDescriptionprotected MessageBatch.ModeMessageBatch.modeWhether this message batch contains only OOB messages, or only regular messagesMethods in org.jgroups.util that return MessageBatch.ModeModifier and TypeMethodDescriptionMessageBatch.getMode()MessageBatch.mode()static MessageBatch.ModeReturns 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.ModeModifier and TypeMethodDescriptionMessageBatch.mode(MessageBatch.Mode m) MessageBatch.setMode(MessageBatch.Mode m) Constructors in org.jgroups.util with parameters of type MessageBatch.ModeModifierConstructorDescriptionMessageBatch(Address dest, Address sender, AsciiString cluster_name, boolean multicast, MessageBatch.Mode mode, int capacity)