Class SegmentLocalFSDirectory.Reader
- java.lang.Object
-
- org.apache.pinot.segment.spi.store.SegmentDirectory.Reader
-
- org.apache.pinot.segment.local.segment.store.SegmentLocalFSDirectory.Reader
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Enclosing class:
- SegmentLocalFSDirectory
public class SegmentLocalFSDirectory.Reader extends SegmentDirectory.Reader
SegmentDirectory Reader
-
-
Constructor Summary
Constructors Constructor Description Reader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()PinotDataBuffergetIndexFor(String column, ColumnIndexType type)booleanhasIndexFor(String column, ColumnIndexType type)StringtoString()-
Methods inherited from class org.apache.pinot.segment.spi.store.SegmentDirectory.Reader
toSegmentDirectory
-
-
-
-
Method Detail
-
getIndexFor
public PinotDataBuffer getIndexFor(String column, ColumnIndexType type) throws IOException
- Specified by:
getIndexForin classSegmentDirectory.Reader- Throws:
IOException
-
hasIndexFor
public boolean hasIndexFor(String column, ColumnIndexType type)
- Specified by:
hasIndexForin classSegmentDirectory.Reader
-
close
public void close()
-
toString
public String toString()
- Specified by:
toStringin classSegmentDirectory.Reader
-
-