Uses of Class
org.apache.cassandra.db.DeletionTime

Packages that use DeletionTime
org.apache.cassandra.db   
 

Uses of DeletionTime in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as DeletionTime
static DeletionTime DeletionTime.LIVE
           
 

Fields in org.apache.cassandra.db with type parameters of type DeletionTime
static ISerializer<DeletionTime> DeletionTime.serializer
           
 

Methods in org.apache.cassandra.db that return DeletionTime
 DeletionTime DeletionInfo.getTopLevelDeletion()
           
 

Methods in org.apache.cassandra.db with parameters of type DeletionTime
 int DeletionTime.compareTo(DeletionTime dt)
           
 

Constructors in org.apache.cassandra.db with parameters of type DeletionTime
RangeTombstone(java.nio.ByteBuffer start, java.nio.ByteBuffer stop, DeletionTime delTime)
           
 



Copyright © 2013 The Apache Software Foundation