me.prettyprint.hector.api.ddl
Class ComparatorType

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

public final class ComparatorType
extends Object

Author:
peter, Mikhail Mazursky

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

Field Detail

ASCIITYPE

public static final ComparatorType ASCIITYPE

BOOLEANTYPE

public static final ComparatorType BOOLEANTYPE

BYTESTYPE

public static final ComparatorType BYTESTYPE

DATETYPE

public static final ComparatorType DATETYPE

DECIMALTYPE

public static final ComparatorType DECIMALTYPE

FLOATTYPE

public static final ComparatorType FLOATTYPE

INTEGERTYPE

public static final ComparatorType INTEGERTYPE

INT32TYPE

public static final ComparatorType INT32TYPE

LEXICALUUIDTYPE

public static final ComparatorType LEXICALUUIDTYPE

LOCALBYPARTITIONERTYPE

public static final ComparatorType LOCALBYPARTITIONERTYPE

LONGTYPE

public static final ComparatorType LONGTYPE

TIMEUUIDTYPE

public static final ComparatorType TIMEUUIDTYPE

UTF8TYPE

public static final ComparatorType UTF8TYPE

COMPOSITETYPE

public static final ComparatorType COMPOSITETYPE

DYNAMICCOMPOSITETYPE

public static final ComparatorType DYNAMICCOMPOSITETYPE

UUIDTYPE

public static final ComparatorType UUIDTYPE

COUNTERTYPE

public static final ComparatorType COUNTERTYPE

REVERSEDTYPE

public static final ComparatorType REVERSEDTYPE
Method Detail

getClassName

public String getClassName()

getTypeName

public String getTypeName()

getByClassName

public static ComparatorType getByClassName(String className)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.