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