Java org.apache.cassandra.io.sstable.format SSTableReader fields, constructors, methods, implement or subclass

Example usage for Java org.apache.cassandra.io.sstable.format SSTableReader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.cassandra.io.sstable.format SSTableReader.

The text is from its open source code.

Method

longestimatedKeys()
longgetApproximateKeyCount(Iterable sstables)
Calculate approximate key count.
longgetBloomFilterFalsePositiveCount()
longgetBloomFilterOffHeapSize()
Returns the amount of memory in bytes used off heap by the bloom filter.
longgetBloomFilterSerializedSize()
longgetBloomFilterTruePositiveCount()
longgetCompressionMetadataOffHeapSize()
Returns the amount of memory in bytes used off heap by the compression meta-data.
doublegetCompressionRatio()
longgetIndexSummaryOffHeapSize()
longgetKeyCacheHit()
longgetKeyCacheRequest()
longgetMaxTimestamp()
RestorableMetergetReadMeter()
longgetRecentBloomFilterFalsePositiveCount()
longgetRecentBloomFilterTruePositiveCount()
ISSTableScannergetScanner()
Direct I/O SSTableScanner over the entirety of the sstable..
longonDiskLength()