Uses of Class
org.apache.cassandra.db.IClock.ClockRelationship

Packages that use IClock.ClockRelationship
org.apache.cassandra.db   
 

Uses of IClock.ClockRelationship in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return IClock.ClockRelationship
 IClock.ClockRelationship IClock.compare(IClock other)
           
 IClock.ClockRelationship TimestampClock.compare(IClock other)
           
static IClock.ClockRelationship IClock.ClockRelationship.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IClock.ClockRelationship[] IClock.ClockRelationship.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Apache Software Foundation