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.ReadType
PerformanceEvaluation.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.ReadType
Scan.readType
Control 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.ReadType
Returns 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.ReadType
TableSnapshotInputFormatImpl.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.ReadType
ThriftUtilities.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.TReadType
ThriftUtilities.readTypeFromHBase
(Scan.ReadType readType)