Uses of Class
com.netflix.astyanax.serializers.ComparatorType

Packages that use ComparatorType
com.netflix.astyanax   
com.netflix.astyanax.serializers   
 

Uses of ComparatorType in com.netflix.astyanax
 

Methods in com.netflix.astyanax that return ComparatorType
 ComparatorType Serializer.getComparatorType()
           
 

Uses of ComparatorType in com.netflix.astyanax.serializers
 

Methods in com.netflix.astyanax.serializers that return ComparatorType
static ComparatorType ComparatorType.getByClassName(String className)
           
 ComparatorType UUIDSerializer.getComparatorType()
           
 ComparatorType TimeUUIDSerializer.getComparatorType()
           
 ComparatorType StringSerializer.getComparatorType()
           
 ComparatorType LongSerializer.getComparatorType()
           
 ComparatorType FloatSerializer.getComparatorType()
           
 ComparatorType DynamicCompositeSerializer.getComparatorType()
           
 ComparatorType DoubleSerializer.getComparatorType()
           
 ComparatorType CompositeSerializer.getComparatorType()
           
 ComparatorType BooleanSerializer.getComparatorType()
           
 ComparatorType BigIntegerSerializer.getComparatorType()
           
 ComparatorType AsciiSerializer.getComparatorType()
           
 ComparatorType AnnotatedCompositeSerializer.getComparatorType()
           
 ComparatorType AbstractSerializer.getComparatorType()
           
static ComparatorType ComparatorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ComparatorType[] ComparatorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.