public static class TestRowProcessorEndpoint.RowProcessorEndpoint.RowSwapProcessor extends BaseRowProcessor<org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest,org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest |
getRequestData() |
org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse |
getResult() |
Collection<byte[]> |
getRowsToLock() |
void |
initialize(org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest msg) |
void |
process(long now,
HRegion region,
List<Mutation> mutations,
WALEdit walEdit) |
boolean |
readOnly() |
getClusterIds, postBatchMutate, postProcess, preBatchMutate, preProcess, useDurabilitypublic Collection<byte[]> getRowsToLock()
public boolean readOnly()
public org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse getResult()
public void process(long now, HRegion region, List<Mutation> mutations, WALEdit walEdit) throws IOException
IOExceptionpublic String getName()
getName in interface RowProcessor<org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest,org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse>getName in class BaseRowProcessor<org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest,org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorResponse>public org.apache.hadoop.hbase.coprocessor.protobuf.generated.IncrementCounterProcessorTestProtos.RowSwapProcessorRequest getRequestData() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.