Package org.apache.cassandra.db.marshal

Class Summary
AbstractCommutativeType  
AbstractType<T> Specifies a Comparator for a specific type of ByteBuffer.
AbstractUUIDType  
AsciiType  
BytesType  
CounterColumnType  
IntegerType  
LexicalUUIDType  
LocalByPartionerType<T extends Token> for sorting columns representing row keys in the row ordering as determined by a partitioner.
LongType  
TimeUUIDType  
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 © 2011 The Apache Software Foundation