Uses of Enum Class
org.apache.hadoop.hbase.client.Scan.ReadType

Packages that use org.apache.hadoop.hbase.client.Scan.ReadType
Package
Description
Provides HBase Client
Provides HBase MapReduce Input/OutputFormats, a table indexing MapReduce job, and utility methods.
 
  • Uses of org.apache.hadoop.hbase.client.Scan.ReadType in org.apache.hadoop.hbase.client

    Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.Scan.ReadType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Scan.ReadType
    ImmutableScan.getReadType()
     
    org.apache.hadoop.hbase.client.Scan.ReadType
    Scan.getReadType()
    Returns the read type for this scan
    static org.apache.hadoop.hbase.client.Scan.ReadType
    Scan.ReadType.valueOf(String name)
     
    static org.apache.hadoop.hbase.client.Scan.ReadType[]
    Scan.ReadType.values()
     
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.Scan.ReadType in in
    Modifier and Type
    Method
    Description
    org.apache.hadoop.hbase.client.Scan
    ImmutableScan.setReadType(org.apache.hadoop.hbase.client.Scan.ReadType readType)
     
    org.apache.hadoop.hbase.client.Scan
    Scan.setReadType(org.apache.hadoop.hbase.client.Scan.ReadType readType)
    Set the read type for this scan.
  • Uses of org.apache.hadoop.hbase.client.Scan.ReadType in org.apache.hadoop.hbase.mapreduce

    Fields in org.apache.hadoop.hbase.mapreduce declared as org.apache.hadoop.hbase.client.Scan.ReadType in in
    Modifier and Type
    Field
    Description
    static final org.apache.hadoop.hbase.client.Scan.ReadType
    TableSnapshotInputFormatImpl.SNAPSHOT_INPUTFORMAT_SCANNER_READTYPE_DEFAULT
     
  • Uses of org.apache.hadoop.hbase.client.Scan.ReadType in org.apache.hadoop.hbase.shaded.protobuf

    Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.Scan.ReadType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.client.Scan.ReadType
    ProtobufUtil.toReadType(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Scan.ReadType readType)
     
    Methods in org.apache.hadoop.hbase.shaded.protobuf with parameters of type org.apache.hadoop.hbase.client.Scan.ReadType in in
    Modifier and Type
    Method
    Description
    static org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Scan.ReadType
    ProtobufUtil.toReadType(org.apache.hadoop.hbase.client.Scan.ReadType readType)