org.apache.hadoop.hbase.protobuf.generated
Class MultiRowMutationProtos.MultiRowMutationService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService
      extended by org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, MultiRowMutationProtos.MultiRowMutationService.Interface
Enclosing class:
MultiRowMutationProtos.MultiRowMutationService

public static final class MultiRowMutationProtos.MultiRowMutationService.Stub
extends MultiRowMutationProtos.MultiRowMutationService
implements MultiRowMutationProtos.MultiRowMutationService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService
MultiRowMutationProtos.MultiRowMutationService.BlockingInterface, MultiRowMutationProtos.MultiRowMutationService.Interface, MultiRowMutationProtos.MultiRowMutationService.Stub
 
Method Summary
 com.google.protobuf.RpcChannel getChannel()
           
 void mutateRows(com.google.protobuf.RpcController controller, MultiRowMutationProtos.MutateRowsRequest request, com.google.protobuf.RpcCallback<MultiRowMutationProtos.MutateRowsResponse> done)
          rpc MutateRows(.MutateRowsRequest) returns (.MutateRowsResponse);
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MultiRowMutationService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

mutateRows

public void mutateRows(com.google.protobuf.RpcController controller,
                       MultiRowMutationProtos.MutateRowsRequest request,
                       com.google.protobuf.RpcCallback<MultiRowMutationProtos.MutateRowsResponse> done)
Description copied from class: MultiRowMutationProtos.MultiRowMutationService
rpc MutateRows(.MutateRowsRequest) returns (.MutateRowsResponse);

Specified by:
mutateRows in interface MultiRowMutationProtos.MultiRowMutationService.Interface
Specified by:
mutateRows in class MultiRowMutationProtos.MultiRowMutationService


Copyright © 2015 The Apache Software Foundation. All Rights Reserved.