org.apache.cassandra.db
Class RowIndexEntry
java.lang.Object
org.apache.cassandra.db.RowIndexEntry
public class RowIndexEntry
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serializer
public static final RowIndexEntry.Serializer serializer
position
public final long position
RowIndexEntry
public RowIndexEntry(long position)
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 © 2013 The Apache Software Foundation