Package | Description |
---|---|
org.apache.cassandra.thrift |
Modifier and Type | Field and Description |
---|---|
CqlResultType |
CqlResult.type |
Modifier and Type | Method and Description |
---|---|
static CqlResultType |
CqlResultType.findByValue(int value)
Find a the enum type by its integer value, as defined in the Thrift IDL.
|
CqlResultType |
CqlResult.getType() |
static CqlResultType |
CqlResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CqlResultType[] |
CqlResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CqlResult |
CqlResult.setType(CqlResultType type) |
Constructor and Description |
---|
CqlResult(CqlResultType type) |
Copyright © 2020 The Apache Software Foundation