Package | Description |
---|---|
org.apache.cassandra.transport.messages |
Modifier and Type | Method and Description |
---|---|
static ExecuteMessage.Flag |
ExecuteMessage.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExecuteMessage.Flag[] |
ExecuteMessage.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<ExecuteMessage.Flag> |
ExecuteMessage.Flag.deserialize(int flags) |
Modifier and Type | Method and Description |
---|---|
static int |
ExecuteMessage.Flag.serialize(java.util.EnumSet<ExecuteMessage.Flag> flags) |
Copyright © 2013 The Apache Software Foundation