|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.db.ColumnComparatorFactory
public class ColumnComparatorFactory
Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )
Nested Class Summary | |
---|---|
static class |
ColumnComparatorFactory.ComparatorType
|
Constructor Summary | |
---|---|
ColumnComparatorFactory()
|
Method Summary | |
---|---|
static java.util.Comparator<IColumn> |
getComparator(ColumnComparatorFactory.ComparatorType comparatorType)
|
static java.util.Comparator<IColumn> |
getComparator(int comparatorTypeInt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnComparatorFactory()
Method Detail |
---|
public static java.util.Comparator<IColumn> getComparator(ColumnComparatorFactory.ComparatorType comparatorType)
public static java.util.Comparator<IColumn> getComparator(int comparatorTypeInt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |