public final enum

ComparatorType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.netflix.astyanax.serializers.ComparatorType

Summary

Enum Values
ComparatorType  ASCIITYPE   
ComparatorType  BOOLEANTYPE   
ComparatorType  BYTESTYPE   
ComparatorType  COMPOSITETYPE   
ComparatorType  COUNTERTYPE   
ComparatorType  DOUBLETYPE   
ComparatorType  DYNAMICCOMPOSITETYPE   
ComparatorType  FLOATTYPE   
ComparatorType  INTEGERTYPE   
ComparatorType  LEXICALUUIDTYPE   
ComparatorType  LOCALBYPARTITIONERTYPE   
ComparatorType  LONGTYPE   
ComparatorType  TIMEUUIDTYPE   
ComparatorType  UTF8TYPE   
ComparatorType  UUIDTYPE   
Public Methods
static ComparatorType getByClassName(String className)
String getClassName()
Serializer<?> getSerializer()
String getTypeName()
static ComparatorType valueOf(String name)
final static ComparatorType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ComparatorType ASCIITYPE

public static final ComparatorType BOOLEANTYPE

public static final ComparatorType BYTESTYPE

public static final ComparatorType COMPOSITETYPE

public static final ComparatorType COUNTERTYPE

public static final ComparatorType DOUBLETYPE

public static final ComparatorType DYNAMICCOMPOSITETYPE

public static final ComparatorType FLOATTYPE

public static final ComparatorType INTEGERTYPE

public static final ComparatorType LEXICALUUIDTYPE

public static final ComparatorType LOCALBYPARTITIONERTYPE

public static final ComparatorType LONGTYPE

public static final ComparatorType TIMEUUIDTYPE

public static final ComparatorType UTF8TYPE

public static final ComparatorType UUIDTYPE

Public Methods

public static ComparatorType getByClassName (String className)

public String getClassName ()

public Serializer<?> getSerializer ()

public String getTypeName ()

public static ComparatorType valueOf (String name)

public static final ComparatorType[] values ()