Uses of Class
org.apache.cassandra.db.migration.avro.IndexType

Packages that use IndexType
org.apache.cassandra.db.migration.avro   
 

Uses of IndexType in org.apache.cassandra.db.migration.avro
 

Fields in org.apache.cassandra.db.migration.avro declared as IndexType
 IndexType ColumnDef.index_type
           
 

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



Copyright © 2012 The Apache Software Foundation