Uses of Class
org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
Packages that use ReaderContextBuilder
-
Uses of ReaderContextBuilder in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return ReaderContextBuilderModifier 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)