Uses of Class
org.jgroups.Message.Flag
-
Packages that use Message.Flag 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.org.jgroups.tests.perf org.jgroups.util 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.Flag Modifier and Type Method Description static Message.FlagMessage.Flag. valueOf(java.lang.String name)Returns 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.Flag Modifier and Type Method Description MessageBaseMessage. clearFlag(Message.Flag... flags)Clears a number of flags in a messageMessageMessage. 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 otherwiseMessageBaseMessage. setFlag(Message.Flag... flags)Sets a number of flags in a messageBytesMessageBytesMessage. setFlag(Message.Flag... flags)MessageMessage. setFlag(Message.Flag... flags)Sets one or more flags -
Uses of Message.Flag in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type Message.Flag Modifier and Type Method Description RequestOptionsRequestOptions. clearFlags(Message.Flag... flags)RequestOptionsRequestOptions. flags(Message.Flag... flags)booleanRequestOptions. flagSet(Message.Flag flag)booleanRequestOptions. isFlagSet(Message.Flag flag)RequestOptionsRequestOptions. setFlags(Message.Flag... flags)Constructors in org.jgroups.blocks with parameters of type Message.Flag Constructor Description RequestOptions(ResponseMode mode, long timeout, boolean use_anycasting, RspFilter rsp_filter, Message.Flag... flags) -
Uses of Message.Flag in org.jgroups.tests.perf
Methods in org.jgroups.tests.perf with parameters of type Message.Flag Modifier and Type Method Description protected voidMPerf. send(Address target, java.lang.Object payload, byte header, Message.Flag... flags)protected voidMPerf. sendNoException(Address target, java.lang.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 Modifier and Type Method Description static booleanUtil. isFlagSet(short flags, Message.Flag flag)
-