Package org.apache.hadoop.hbase.client
Class RegionCoprocessorServiceExec
java.lang.Object
org.apache.hadoop.hbase.client.RegionCoprocessorServiceExec
- All Implemented Interfaces:
Comparable<Row>
,Row
Represents a coprocessor service method execution against a single region. While coprocessor
service calls are performed against a region, this class implements
Row
in order to make
use of the AsyncProcess framework for batching multi-region calls per region server.
Note: This class should not be instantiated directly. Use HTable#batchCoprocessorService instead.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final com.google.protobuf.Descriptors.MethodDescriptor
private final byte[]
private final com.google.protobuf.Message
private final byte[]
Fields inherited from interface org.apache.hadoop.hbase.client.Row
COMPARATOR
-
Constructor Summary
ConstructorDescriptionRegionCoprocessorServiceExec
(byte[] region, byte[] startKey, com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request) -
Method Summary
-
Field Details
-
region
-
startKey
-
method
-
request
-
-
Constructor Details
-
RegionCoprocessorServiceExec
public RegionCoprocessorServiceExec(byte[] region, byte[] startKey, com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.Message request)
-
-
Method Details