public interface StorageHook
Modifier and Type | Field and Description |
---|---|
static StorageHook |
instance |
Modifier and Type | Method and Description |
---|---|
static StorageHook |
createHook() |
UnfilteredRowIterator |
makeRowIterator(ColumnFamilyStore cfs,
SSTableReader sstable,
DecoratedKey key,
Slices slices,
ColumnFilter selectedColumns,
boolean reversed,
boolean isForThrift) |
UnfilteredRowIteratorWithLowerBound |
makeRowIteratorWithLowerBound(ColumnFamilyStore cfs,
DecoratedKey partitionKey,
SSTableReader sstable,
ClusteringIndexFilter filter,
ColumnFilter selectedColumns,
boolean isForThrift,
int nowInSec,
boolean applyThriftTransformation) |
void |
reportRead(java.util.UUID cfid,
DecoratedKey key) |
void |
reportWrite(java.util.UUID cfid,
PartitionUpdate partitionUpdate) |
static final StorageHook instance
void reportWrite(java.util.UUID cfid, PartitionUpdate partitionUpdate)
void reportRead(java.util.UUID cfid, DecoratedKey key)
UnfilteredRowIteratorWithLowerBound makeRowIteratorWithLowerBound(ColumnFamilyStore cfs, DecoratedKey partitionKey, SSTableReader sstable, ClusteringIndexFilter filter, ColumnFilter selectedColumns, boolean isForThrift, int nowInSec, boolean applyThriftTransformation)
UnfilteredRowIterator makeRowIterator(ColumnFamilyStore cfs, SSTableReader sstable, DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, boolean isForThrift)
static StorageHook createHook()
Copyright © 2016 The Apache Software Foundation