Package | Description |
---|---|
org.apache.cassandra.transport |
Modifier and Type | Field and Description |
---|---|
static OptionCodec<DataType> |
DataType.codec |
Modifier and Type | Method and Description |
---|---|
static DataType |
DataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Pair<DataType,java.lang.Object> |
DataType.fromType(AbstractType type,
int version) |
Modifier and Type | Method and Description |
---|---|
static AbstractType |
DataType.toType(Pair<DataType,java.lang.Object> entry) |
Copyright © 2020 The Apache Software Foundation