Uses of Enum
org.jgroups.Message.Flag
Packages that use Message.Flag
Package
Description
Provides top-level public JGroups classes such as Channel, Message, etc.
Provides building blocks that are layered on top of channels.
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
Provides useful functionality which cannot be assigned to any particular other package.
-
Uses of Message.Flag in org.jgroups
Methods in org.jgroups that return Message.FlagModifier and TypeMethodDescriptionstatic Message.FlagReturns 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.Methods in org.jgroups with parameters of type Message.FlagModifier and TypeMethodDescriptionBaseMessage.clearFlag(Message.Flag... flags) Clears a number of flags in a messageMessage.clearFlag(Message.Flag... flags) Removes a number of flags from the message.booleanBaseMessage.isFlagSet(Message.Flag flag) Checks if a given flag is setbooleanMessage.isFlagSet(Message.Flag flag) Returns true if a flag is set, false otherwiseBaseMessage.setFlag(Message.Flag... flags) Sets a number of flags in a messageBytesMessage.setFlag(Message.Flag... flags) Message.setFlag(Message.Flag... flags) Sets one or more flags (xor-ing existing flags) -
Uses of Message.Flag in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type Message.FlagModifier and TypeMethodDescriptionRequestOptions.clearFlags(Message.Flag... flags) RequestOptions.flags(Message.Flag... flags) booleanRequestOptions.flagSet(Message.Flag flag) booleanRequestOptions.isFlagSet(Message.Flag flag) RequestOptions.setFlags(Message.Flag... flags) Constructors in org.jgroups.blocks with parameters of type Message.FlagModifierConstructorDescriptionRequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, Message.Flag... flags) -
Uses of Message.Flag in org.jgroups.protocols
Fields in org.jgroups.protocols with type parameters of type Message.FlagModifier and TypeFieldDescriptionprotected final Set<Message.Flag> CLEAR_FLAGS.down_flagsprotected final Set<Message.Flag> CLEAR_FLAGS.up_flagsMethods in org.jgroups.protocols with parameters of type Message.FlagModifier and TypeMethodDescriptionCLEAR_FLAGS.addFlag(boolean down, Message.Flag flag) CLEAR_FLAGS.removeFlag(boolean down, Message.Flag flag) -
Uses of Message.Flag in org.jgroups.tests.perf
Methods in org.jgroups.tests.perf with parameters of type Message.FlagModifier and TypeMethodDescriptionprotected voidMPerf.send(Address target, Object payload, byte header, Message.Flag... flags) protected voidMPerf.sendNoException(Address target, Object payload, byte header, Message.Flag... flags) -
Uses of Message.Flag in org.jgroups.util
Methods in org.jgroups.util with parameters of type Message.Flag