Uses of Enum Class
org.apache.cassandra.net.MessageFlag
Packages that use MessageFlag
-
Uses of MessageFlag in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return MessageFlagModifier and TypeMethodDescriptionstatic MessageFlagReturns the enum constant of this class with the specified name.static MessageFlag[]MessageFlag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type MessageFlagModifier and TypeMethodDescriptionstatic <T> Message<T>Message.outWithFlag(Verb verb, T payload, MessageFlag flag) static <T> Message<T>Message.outWithFlags(Verb verb, T payload, MessageFlag flag1, MessageFlag flag2) Message.Builder.withFlag(MessageFlag flag) Message.withFlag(MessageFlag flag) Method parameters in org.apache.cassandra.net with type arguments of type MessageFlagModifier and TypeMethodDescriptionstatic <T> Message<T>Message.outWithFlags(Verb verb, T payload, Dispatcher.RequestTime requestTime, List<MessageFlag> flags)