Package org.apache.cassandra.db.marshal

Interface Summary
AbstractCompositeType.ParsedComparator  
 

Class Summary
AbstractCommutativeType  
AbstractCompositeType A class avoiding class duplication between CompositeType and DynamicCompositeType.
AbstractCompositeType.CompositeComponent  
AbstractType<T> Specifies a Comparator for a specific type of ByteBuffer.
AsciiType  
BooleanType  
BytesType  
CompositeType  
CompositeType.Builder  
CounterColumnType  
DateType  
DecimalType  
DoubleType  
DynamicCompositeType  
FloatType  
Int32Type  
IntegerType  
LexicalUUIDType  
LocalByPartionerType<T extends Token> for sorting columns representing row keys in the row ordering as determined by a partitioner.
LongType  
ReversedType<T>  
TimeUUIDType  
TypeParser Parse a string containing an Type definition.
UTF8Type  
UUIDType Compares UUIDs using the following criteria:
- if count of supplied bytes is less than 16, compare counts
- compare UUID version fields
- nil UUID is always lesser
- compare timestamps if both are time-based
- compare lexically, unsigned msb-to-lsb comparison
 

Exception Summary
MarshalException  
 



Copyright © 2012 The Apache Software Foundation