Class PerColumnIndexFiles
java.lang.Object
org.apache.cassandra.index.sai.disk.v1.PerColumnIndexFiles
- All Implemented Interfaces:
Closeable,AutoCloseable
Maintains a mapping of
IndexComponents to associated FileHandles for
read operations on the components. Users of this class are returned copies of the
FileHandles using FileHandle.sharedCopy() so returned handles still
need to be closed by the user.-
Constructor Summary
ConstructorsConstructorDescriptionPerColumnIndexFiles(IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier) -
Method Summary
-
Constructor Details
-
PerColumnIndexFiles
public PerColumnIndexFiles(IndexDescriptor indexDescriptor, IndexTermType indexTermType, IndexIdentifier indexIdentifier)
-
-
Method Details
-
termsData
-
postingLists
-
balancedTree
-
compressedVectors
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-