Interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>

  • All Known Implementing Classes:
    BigTableReader

    public interface IndexSummarySupport<T extends SSTableReader & IndexSummarySupport<T>>
    • Method Detail

      • cloneWithNewSummarySamplingLevel

        T cloneWithNewSummarySamplingLevel​(ColumnFamilyStore cfs,
                                           int newSamplingLevel)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • isSupportedBy

        static boolean isSupportedBy​(SSTableFormat<?,​?> format)