Uses of Class
org.apache.cassandra.db.marshal.AbstractUUIDType

Packages that use AbstractUUIDType
org.apache.cassandra.db.marshal   
 

Uses of AbstractUUIDType in org.apache.cassandra.db.marshal
 

Subclasses of AbstractUUIDType in org.apache.cassandra.db.marshal
 class LexicalUUIDType
           
 class TimeUUIDType
           
 class 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
 



Copyright © 2011 The Apache Software Foundation