Uses of Class
org.apache.cassandra.transport.DataType
-
Packages that use DataType Package Description org.apache.cassandra.transport -
-
Uses of DataType in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return DataType Modifier and Type Method 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.Methods in org.apache.cassandra.transport that return types with arguments of type DataType Modifier and Type Method 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)
Method parameters in org.apache.cassandra.transport with type arguments of type DataType Modifier and Type Method 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)
-