Uses of Class
org.apache.hadoop.hbase.protobuf.generated.MultiRowMutationProtos.MutateRowsRequest

Packages that use MultiRowMutationProtos.MutateRowsRequest
org.apache.hadoop.hbase.protobuf.generated   
 

Uses of MultiRowMutationProtos.MutateRowsRequest in org.apache.hadoop.hbase.protobuf.generated
 

Fields in org.apache.hadoop.hbase.protobuf.generated with type parameters of type MultiRowMutationProtos.MutateRowsRequest
static com.google.protobuf.Parser<MultiRowMutationProtos.MutateRowsRequest> MultiRowMutationProtos.MutateRowsRequest.PARSER
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return MultiRowMutationProtos.MutateRowsRequest
 MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.Builder.build()
           
 MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.Builder.buildPartial()
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.getDefaultInstance()
           
 MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.getDefaultInstanceForType()
           
 MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.Builder.getDefaultInstanceForType()
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseDelimitedFrom(InputStream input)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(byte[] data)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(com.google.protobuf.ByteString data)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(InputStream input)
           
static MultiRowMutationProtos.MutateRowsRequest MultiRowMutationProtos.MutateRowsRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type MultiRowMutationProtos.MutateRowsRequest
 com.google.protobuf.Parser<MultiRowMutationProtos.MutateRowsRequest> MultiRowMutationProtos.MutateRowsRequest.getParserForType()
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type MultiRowMutationProtos.MutateRowsRequest
 MultiRowMutationProtos.MutateRowsRequest.Builder MultiRowMutationProtos.MutateRowsRequest.Builder.mergeFrom(MultiRowMutationProtos.MutateRowsRequest other)
           
 MultiRowMutationProtos.MutateRowsResponse MultiRowMutationProtos.MultiRowMutationService.BlockingInterface.mutateRows(com.google.protobuf.RpcController controller, MultiRowMutationProtos.MutateRowsRequest request)
           
abstract  void MultiRowMutationProtos.MultiRowMutationService.mutateRows(com.google.protobuf.RpcController controller, MultiRowMutationProtos.MutateRowsRequest request, com.google.protobuf.RpcCallback<MultiRowMutationProtos.MutateRowsResponse> done)
          rpc MutateRows(.MutateRowsRequest) returns (.MutateRowsResponse);
 void MultiRowMutationProtos.MultiRowMutationService.Interface.mutateRows(com.google.protobuf.RpcController controller, MultiRowMutationProtos.MutateRowsRequest request, com.google.protobuf.RpcCallback<MultiRowMutationProtos.MutateRowsResponse> done)
          rpc MutateRows(.MutateRowsRequest) returns (.MutateRowsResponse);
 void MultiRowMutationProtos.MultiRowMutationService.Stub.mutateRows(com.google.protobuf.RpcController controller, MultiRowMutationProtos.MutateRowsRequest request, com.google.protobuf.RpcCallback<MultiRowMutationProtos.MutateRowsResponse> done)
           
static MultiRowMutationProtos.MutateRowsRequest.Builder MultiRowMutationProtos.MutateRowsRequest.newBuilder(MultiRowMutationProtos.MutateRowsRequest prototype)
           
 



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