Uses of Enum Class
org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
Packages that use org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
Package
Description
Provides implementations of
HFile and HFile
BlockCache.-
Uses of org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType in org.apache.hadoop.hbase.io.hfile
Methods in org.apache.hadoop.hbase.io.hfile that return org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderTypeReaderContext.getReaderType()static org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderTypeReaderContext.ReaderType.valueOf(String name) static org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType[]ReaderContext.ReaderType.values()Methods in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.io.hfile.ReaderContextBuilderReaderContextBuilder.withReaderType(org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType type) Constructors in org.apache.hadoop.hbase.io.hfile with parameters of type org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType in inModifierConstructorDescriptionReaderContext(org.apache.hadoop.fs.Path filePath, org.apache.hadoop.hbase.io.FSDataInputStreamWrapper fsdis, long fileSize, org.apache.hadoop.hbase.fs.HFileSystem hfs, boolean primaryReplicaReader, org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType type)