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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
    ReaderContext.getReaderType()
     
    static org.apache.hadoop.hbase.io.hfile.ReaderContext.ReaderType
    ReaderContext.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 in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.io.hfile.ReaderContextBuilder
    ReaderContextBuilder.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 in
    Modifier
    Constructor
    Description
     
    ReaderContext(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)