Package | Description |
---|---|
org.apache.cassandra.net |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2022 The Apache Software Foundation