public abstract static class MultiRowMutationProtos.MultiRowMutationService
extends java.lang.Object
hbase.pb.MultiRowMutationService| Modifier and Type | Class and Description |
|---|---|
static interface |
MultiRowMutationProtos.MultiRowMutationService.BlockingInterface |
static interface |
MultiRowMutationProtos.MultiRowMutationService.Interface |
static class |
MultiRowMutationProtos.MultiRowMutationService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
MultiRowMutationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
<any> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
mutateRows(com.google.protobuf.RpcController controller,
MultiRowMutationProtos.MutateRowsRequest request,
<any> done)
rpc MutateRows(.hbase.pb.MutateRowsRequest) returns (.hbase.pb.MutateRowsResponse); |
static MultiRowMutationProtos.MultiRowMutationService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(MultiRowMutationProtos.MultiRowMutationService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(MultiRowMutationProtos.MultiRowMutationService.Interface impl) |
static MultiRowMutationProtos.MultiRowMutationService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
public static com.google.protobuf.Service newReflectiveService(MultiRowMutationProtos.MultiRowMutationService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(MultiRowMutationProtos.MultiRowMutationService.BlockingInterface impl)
public abstract void mutateRows(com.google.protobuf.RpcController controller,
MultiRowMutationProtos.MutateRowsRequest request,
<any> done)
rpc MutateRows(.hbase.pb.MutateRowsRequest) returns (.hbase.pb.MutateRowsResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
<any> done)
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public static MultiRowMutationProtos.MultiRowMutationService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static MultiRowMutationProtos.MultiRowMutationService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)