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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.Scan.ReadTypeImmutableScan.getReadType()org.apache.hadoop.hbase.client.Scan.ReadTypeScan.getReadType()Returns the read type for this scanstatic org.apache.hadoop.hbase.client.Scan.ReadTypeScan.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 inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.ScanImmutableScan.setReadType(org.apache.hadoop.hbase.client.Scan.ReadType readType) org.apache.hadoop.hbase.client.ScanScan.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 inModifier and TypeFieldDescriptionstatic final org.apache.hadoop.hbase.client.Scan.ReadTypeTableSnapshotInputFormatImpl.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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.Scan.ReadTypeProtobufUtil.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 inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.Scan.ReadTypeProtobufUtil.toReadType(org.apache.hadoop.hbase.client.Scan.ReadType readType)