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,
SSTableReadsListener listener) |
UnfilteredRowIteratorWithLowerBound |
makeRowIteratorWithLowerBound(ColumnFamilyStore cfs,
DecoratedKey partitionKey,
SSTableReader sstable,
ClusteringIndexFilter filter,
ColumnFilter selectedColumns,
SSTableReadsListener listener) |
void |
reportRead(TableId tableId,
DecoratedKey key) |
void |
reportWrite(TableId tableId,
PartitionUpdate partitionUpdate) |
static final StorageHook instance
void reportWrite(TableId tableId, PartitionUpdate partitionUpdate)
void reportRead(TableId tableId, DecoratedKey key)
UnfilteredRowIteratorWithLowerBound makeRowIteratorWithLowerBound(ColumnFamilyStore cfs, DecoratedKey partitionKey, SSTableReader sstable, ClusteringIndexFilter filter, ColumnFilter selectedColumns, SSTableReadsListener listener)
UnfilteredRowIterator makeRowIterator(ColumnFamilyStore cfs, SSTableReader sstable, DecoratedKey key, Slices slices, ColumnFilter selectedColumns, boolean reversed, SSTableReadsListener listener)
static StorageHook createHook()
Copyright © 2009-2021 The Apache Software Foundation