Class PerColumnIndexFiles

java.lang.Object
org.apache.cassandra.index.sai.disk.v1.PerColumnIndexFiles
All Implemented Interfaces:
Closeable, AutoCloseable

public class PerColumnIndexFiles extends Object implements Closeable
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.