Uses of Class
org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
-
Uses of ReaderContextBuilder in org.apache.hadoop.hbase.io.hfile
Modifier and TypeMethodDescriptionstatic ReaderContextBuilder
ReaderContextBuilder.newBuilder
(ReaderContext readerContext) ReaderContextBuilder.withFilePath
(org.apache.hadoop.fs.Path filePath) ReaderContextBuilder.withFileSize
(long fileSize) ReaderContextBuilder.withFileSystem
(org.apache.hadoop.fs.FileSystem fs) ReaderContextBuilder.withFileSystem
(HFileSystem hfs) ReaderContextBuilder.withFileSystemAndPath
(org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.fs.Path filePath) ReaderContextBuilder.withInputStreamWrapper
(FSDataInputStreamWrapper fsdis) ReaderContextBuilder.withPrimaryReplicaReader
(boolean primaryReplicaReader) ReaderContextBuilder.withReaderType
(ReaderContext.ReaderType type)