Uses of Class
org.apache.cassandra.transport.DataType

Packages that use DataType
org.apache.cassandra.transport   
 

Uses of DataType in org.apache.cassandra.transport
 

Fields in org.apache.cassandra.transport with type parameters of type DataType
static OptionCodec<DataType> DataType.codec
           
 

Methods in org.apache.cassandra.transport that return DataType
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
static Pair<DataType,java.lang.Object> DataType.fromType(AbstractType type)
           
 

Method parameters in org.apache.cassandra.transport with type arguments of type DataType
static AbstractType DataType.toType(Pair<DataType,java.lang.Object> entry)
           
 



Copyright © 2012 The Apache Software Foundation