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