public static class TestCoprocessorMetrics.CustomRegionEndpoint extends org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService.BlockingInterface, org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService.Interface, org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService.Stub
Modifier and Type | Field and Description |
---|---|
private org.apache.hadoop.hbase.metrics.Timer |
endpointExecution |
Constructor and Description |
---|
CustomRegionEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
mutateRows(com.google.protobuf.RpcController controller,
org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsRequest request,
com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsResponse> done) |
void |
start(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
getServices, stop
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
private org.apache.hadoop.hbase.metrics.Timer endpointExecution
public CustomRegionEndpoint()
public void mutateRows(com.google.protobuf.RpcController controller, org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsRequest request, com.google.protobuf.RpcCallback<org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsResponse> done)
mutateRows
in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
public void start(org.apache.hadoop.hbase.CoprocessorEnvironment env) throws IOException
start
in interface org.apache.hadoop.hbase.Coprocessor
start
in class org.apache.hadoop.hbase.coprocessor.MultiRowMutationEndpoint
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.