Uses of Class
org.apache.cassandra.db.ColumnComparatorFactory.ComparatorType

Packages that use ColumnComparatorFactory.ComparatorType
org.apache.cassandra.db   
 

Uses of ColumnComparatorFactory.ComparatorType in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return ColumnComparatorFactory.ComparatorType
static ColumnComparatorFactory.ComparatorType ColumnComparatorFactory.ComparatorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ColumnComparatorFactory.ComparatorType[] ColumnComparatorFactory.ComparatorType.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 ColumnComparatorFactory.ComparatorType
static java.util.Comparator<IColumn> ColumnComparatorFactory.getComparator(ColumnComparatorFactory.ComparatorType comparatorType)
           
 



Copyright © 2009 The Apache Software Foundation