Package | Description |
---|---|
org.apache.cassandra.transport |
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 |
---|---|
Pair<DataType,java.lang.Object> |
DataType.Codec.decodeOne(io.netty.buffer.ByteBuf body,
ProtocolVersion version) |
static Pair<DataType,java.lang.Object> |
DataType.fromType(AbstractType type,
ProtocolVersion version) |
Modifier and Type | Method and Description |
---|---|
int |
DataType.Codec.oneSerializedSize(Pair<DataType,java.lang.Object> option,
ProtocolVersion version) |
static AbstractType |
DataType.toType(Pair<DataType,java.lang.Object> entry) |
void |
DataType.Codec.writeOne(Pair<DataType,java.lang.Object> option,
io.netty.buffer.ByteBuf dest,
ProtocolVersion version) |
Copyright © 2020 The Apache Software Foundation