Uses of Class
org.apache.hadoop.hbase.protobuf.generated.ClientProtos.MutateResponse

Uses of ClientProtos.MutateResponse in org.apache.hadoop.hbase.protobuf.generated
 

Methods in org.apache.hadoop.hbase.protobuf.generated that return ClientProtos.MutateResponse
 ClientProtos.MutateResponse ClientProtos.MutateResponse.Builder.build()
           
 ClientProtos.MutateResponse ClientProtos.MutateResponse.Builder.buildPartial()
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.getDefaultInstance()
           
 ClientProtos.MutateResponse ClientProtos.MutateResponse.getDefaultInstanceForType()
           
 ClientProtos.MutateResponse ClientProtos.MutateResponse.Builder.getDefaultInstanceForType()
           
 ClientProtos.MutateResponse ClientProtos.ClientService.BlockingInterface.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(byte[] data)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(com.google.protobuf.ByteString data)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(com.google.protobuf.CodedInputStream input)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(InputStream input)
           
static ClientProtos.MutateResponse ClientProtos.MutateResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.MutateResponse
 ClientProtos.MutateResponse.Builder ClientProtos.MutateResponse.Builder.mergeFrom(ClientProtos.MutateResponse other)
           
static ClientProtos.MutateResponse.Builder ClientProtos.MutateResponse.newBuilder(ClientProtos.MutateResponse prototype)
           
 

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.MutateResponse
abstract  void ClientProtos.ClientService.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
           
 void ClientProtos.ClientService.Interface.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
           
 void ClientProtos.ClientService.Stub.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
           
 



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