Class SegmentTrieBuffer
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.segment.SegmentTrieBuffer
On-heap buffer for values that provides a sorted view of itself as an
Iterator.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongadd(ByteComparable term, int termLength, int segmentRowId) iterator()longintnumRows()
-
Constructor Details
-
SegmentTrieBuffer
public SegmentTrieBuffer()
-
-
Method Details
-
numRows
public int numRows() -
memoryUsed
public long memoryUsed() -
add
-
iterator
-