Uses of Class
org.apache.cassandra.db.TypeInfo

Packages that use TypeInfo
org.apache.cassandra.config   
org.apache.cassandra.db   
org.apache.cassandra.io   
 

Uses of TypeInfo in org.apache.cassandra.config
 

Methods in org.apache.cassandra.config that return TypeInfo
static TypeInfo DatabaseDescriptor.getTypeInfo(java.lang.String cfName)
           
 

Uses of TypeInfo in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return TypeInfo
static TypeInfo TypeInfo.fromByte(byte b)
           
static TypeInfo TypeInfo.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TypeInfo[] TypeInfo.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.cassandra.db with parameters of type TypeInfo
static byte TypeInfo.toByte(TypeInfo ti)
           
 

Uses of TypeInfo in org.apache.cassandra.io
 

Methods in org.apache.cassandra.io with parameters of type TypeInfo
static IndexHelper.ColumnIndexInfo IndexHelper.ColumnIndexFactory.instance(TypeInfo typeInfo)
           
 



Copyright © 2009 The Apache Software Foundation