Uses of Class
org.apache.cassandra.net.MessageFlag
-
Packages that use MessageFlag Package Description org.apache.cassandra.net -
-
Uses of MessageFlag in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return MessageFlag Modifier and Type Method Description static MessageFlag
MessageFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MessageFlag[]
MessageFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type MessageFlag Modifier and Type Method Description static <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<T>
Message.Builder. withFlag(MessageFlag flag)
-