@InterfaceAudience.Private public class RegionCoprocessorServiceExec extends Object implements Row
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.
COMPARATOR| Constructor and Description | 
|---|
| RegionCoprocessorServiceExec(byte[] region,
                            byte[] startKey,
                            com.google.protobuf.Descriptors.MethodDescriptor method,
                            com.google.protobuf.Message request) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(Row o)Compare this row to another row. | 
| boolean | equals(Object obj) | 
| com.google.protobuf.Descriptors.MethodDescriptor | getMethod() | 
| byte[] | getRegion() | 
| com.google.protobuf.Message | getRequest() | 
| byte[] | getRow()Returns The row. | 
| int | hashCode() | 
| String | toString() | 
public RegionCoprocessorServiceExec(byte[] region,
                                    byte[] startKey,
                                    com.google.protobuf.Descriptors.MethodDescriptor method,
                                    com.google.protobuf.Message request)
public byte[] getRow()
Rowpublic byte[] getRegion()
public com.google.protobuf.Descriptors.MethodDescriptor getMethod()
public com.google.protobuf.Message getRequest()
public int compareTo(Row o)
RowcompareTo in interface Comparable<Row>compareTo in interface RowCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.