Interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>
- All Known Implementing Classes:
BigTableReader
public interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>
-
Method Summary
Modifier and TypeMethodDescriptioncloneWithNewSummarySamplingLevel(ColumnFamilyStore cfs, int newSamplingLevel) static booleanisSupportedBy(SSTableFormat<?, ?> format)
-
Method Details
-
getIndexSummary
IndexSummary getIndexSummary() -
cloneWithNewSummarySamplingLevel
- Throws:
IOException
-
isSupportedBy
-