Interface ISSTableScanner

    • Method Detail

      • getLengthInBytes

        long getLengthInBytes()
      • getCompressedLengthInBytes

        long getCompressedLengthInBytes()
      • getCurrentPosition

        long getCurrentPosition()
      • getBytesScanned

        long getBytesScanned()
      • getBackingSSTables

        java.util.Set<SSTableReader> getBackingSSTables()
      • closeAllAndPropagate

        static void closeAllAndPropagate​(java.util.Collection<ISSTableScanner> scanners,
                                         java.lang.Throwable throwable)