org.apache.cassandra.db
Class RowIndexEntry

java.lang.Object
  extended by org.apache.cassandra.db.RowIndexEntry

public class RowIndexEntry
extends java.lang.Object


Nested Class Summary
static class RowIndexEntry.Serializer
           
 
Field Summary
 long position
           
static RowIndexEntry.Serializer serializer
           
 
Constructor Summary
RowIndexEntry(long position)
           
 
Method Summary
 IFilter bloomFilter()
           
 java.util.List<IndexHelper.IndexInfo> columnsIndex()
           
static RowIndexEntry create(long position, DeletionInfo deletionInfo, ColumnIndex index)
           
 DeletionInfo deletionInfo()
           
 boolean isIndexed()
           
 int serializedSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serializer

public static final RowIndexEntry.Serializer serializer

position

public final long position
Constructor Detail

RowIndexEntry

public RowIndexEntry(long position)
Method Detail

serializedSize

public int serializedSize()

create

public static RowIndexEntry create(long position,
                                   DeletionInfo deletionInfo,
                                   ColumnIndex index)

isIndexed

public boolean isIndexed()

deletionInfo

public DeletionInfo deletionInfo()

columnsIndex

public java.util.List<IndexHelper.IndexInfo> columnsIndex()

bloomFilter

public IFilter bloomFilter()


Copyright © 2012 The Apache Software Foundation