Interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>
-
- All Known Implementing Classes:
BigTableReader
public interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description T
cloneWithNewSummarySamplingLevel(ColumnFamilyStore cfs, int newSamplingLevel)
IndexSummary
getIndexSummary()
static boolean
isSupportedBy(SSTableFormat<?,?> format)
-
-
-
Method Detail
-
getIndexSummary
IndexSummary getIndexSummary()
-
cloneWithNewSummarySamplingLevel
T cloneWithNewSummarySamplingLevel(ColumnFamilyStore cfs, int newSamplingLevel) throws java.io.IOException
- Throws:
java.io.IOException
-
isSupportedBy
static boolean isSupportedBy(SSTableFormat<?,?> format)
-
-