@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.
Constructor and Description |
---|
RegionCoprocessorServiceExec(byte[] region,
byte[] startKey,
Descriptors.MethodDescriptor method,
Message request) |
public RegionCoprocessorServiceExec(byte[] region, byte[] startKey, Descriptors.MethodDescriptor method, Message request)
public byte[] getRegion()
public Descriptors.MethodDescriptor getMethod()
public Message getRequest()
public int compareTo(Row o)
compareTo
in interface Comparable<Row>
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.