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 RowIndexEntry.deletionTime()
           
 DeletionTime DeletionInfo.getTopLevelDeletion()
           
 

Methods in org.apache.cassandra.db with parameters of type DeletionTime
 int DeletionTime.compareTo(DeletionTime dt)
           
static RowIndexEntry RowIndexEntry.create(long position, DeletionTime deletionTime, ColumnIndex index)
           
 void AbstractColumnContainer.delete(DeletionTime deletionTime)
           
 

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



Copyright © 2013 The Apache Software Foundation