Uses of Enum Class
org.apache.cassandra.transport.DataType
Packages that use DataType
-
Uses of DataType in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport that return DataTypeModifier and TypeMethodDescriptionstatic DataTypeReturns the enum constant of this class with the specified name.static DataType[]DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.transport that return types with arguments of type DataTypeModifier and TypeMethodDescriptionDataType.Codec.decodeOne(io.netty.buffer.ByteBuf body, ProtocolVersion version) DataType.fromType(AbstractType type, ProtocolVersion version) Method parameters in org.apache.cassandra.transport with type arguments of type DataTypeModifier and TypeMethodDescriptionintDataType.Codec.oneSerializedSize(Pair<DataType, Object> option, ProtocolVersion version) static AbstractTypevoidDataType.Codec.writeOne(Pair<DataType, Object> option, io.netty.buffer.ByteBuf dest, ProtocolVersion version)