me.prettyprint.hector.api.ddl
Class ComparatorType

java.lang.Object
  extended by me.prettyprint.hector.api.ddl.ComparatorType

public class ComparatorType
extends Object


Field Summary
static ComparatorType ASCIITYPE
           
static ComparatorType BYTESTYPE
           
static ComparatorType COMPOSITETYPE
           
static ComparatorType COUNTERTYPE
           
static ComparatorType DYNAMICCOMPOSITETYPE
           
static ComparatorType INTEGERTYPE
           
static ComparatorType LEXICALUUIDTYPE
           
static ComparatorType LOCALBYPARTITIONERTYPE
           
static ComparatorType LONGTYPE
           
static ComparatorType TIMEUUIDTYPE
           
static ComparatorType UTF8TYPE
           
static ComparatorType UUIDTYPE
           
 
Method Summary
static ComparatorType getByClassName(String className)
           
 String getClassName()
           
 String getTypeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASCIITYPE

public static ComparatorType ASCIITYPE

BYTESTYPE

public static ComparatorType BYTESTYPE

INTEGERTYPE

public static ComparatorType INTEGERTYPE

LEXICALUUIDTYPE

public static ComparatorType LEXICALUUIDTYPE

LOCALBYPARTITIONERTYPE

public static ComparatorType LOCALBYPARTITIONERTYPE

LONGTYPE

public static ComparatorType LONGTYPE

TIMEUUIDTYPE

public static ComparatorType TIMEUUIDTYPE

UTF8TYPE

public static ComparatorType UTF8TYPE

COMPOSITETYPE

public static ComparatorType COMPOSITETYPE

DYNAMICCOMPOSITETYPE

public static ComparatorType DYNAMICCOMPOSITETYPE

UUIDTYPE

public static ComparatorType UUIDTYPE

COUNTERTYPE

public static ComparatorType COUNTERTYPE
Method Detail

getClassName

public String getClassName()

getTypeName

public String getTypeName()

getByClassName

public static ComparatorType getByClassName(String className)


Copyright © 2011. All Rights Reserved.