Uses of Enum Class
org.apache.hadoop.hbase.client.Scan.ReadType
Packages that use Scan.ReadType
Package
Description
Provides HBase Client
Provides HBase MapReduce
Input/OutputFormats, a table indexing MapReduce job, and utility methods.
Provides an HBase Thrift
service.
-
Uses of Scan.ReadType in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as Scan.ReadTypeModifier and TypeFieldDescription(package private) Scan.ReadTypePerformanceEvaluation.TestOptions.scanReadType -
Uses of Scan.ReadType in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as Scan.ReadTypeModifier and TypeFieldDescriptionprivate Scan.ReadTypeScan.readTypeControl whether to use pread at server side.Methods in org.apache.hadoop.hbase.client that return Scan.ReadTypeModifier and TypeMethodDescriptionImmutableScan.getReadType()Scan.getReadType()Returns the read type for this scanstatic Scan.ReadTypeReturns the enum constant of this class with the specified name.static Scan.ReadType[]Scan.ReadType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.client with parameters of type Scan.ReadTypeModifier and TypeMethodDescriptionImmutableScan.setReadType(Scan.ReadType readType) Scan.setReadType(Scan.ReadType readType) Set the read type for this scan. -
Uses of Scan.ReadType in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as Scan.ReadTypeModifier and TypeFieldDescriptionstatic final Scan.ReadTypeTableSnapshotInputFormatImpl.SNAPSHOT_INPUTFORMAT_SCANNER_READTYPE_DEFAULT -
Uses of Scan.ReadType in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as Scan.ReadType -
Uses of Scan.ReadType in org.apache.hadoop.hbase.thrift2
Methods in org.apache.hadoop.hbase.thrift2 that return Scan.ReadTypeModifier and TypeMethodDescriptionprivate static Scan.ReadTypeThriftUtilities.readTypeFromThrift(org.apache.hadoop.hbase.thrift2.generated.TReadType tReadType) Methods in org.apache.hadoop.hbase.thrift2 with parameters of type Scan.ReadTypeModifier and TypeMethodDescriptionprivate static org.apache.hadoop.hbase.thrift2.generated.TReadTypeThriftUtilities.readTypeFromHBase(Scan.ReadType readType)