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 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
 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

BYTESTYPE

public static final ComparatorType BYTESTYPE

INTEGERTYPE

public static final ComparatorType INTEGERTYPE

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
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 © 2012. All Rights Reserved.