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

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

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

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.MutateRequest
 ClientProtos.MutateRequest.Builder ClientProtos.MutateRequest.Builder.mergeFrom(ClientProtos.MutateRequest other)
           
 ClientProtos.MutateResponse ClientProtos.ClientService.BlockingInterface.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request)
           
abstract  void ClientProtos.ClientService.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
          rpc Mutate(.MutateRequest) returns (.MutateResponse);
 void ClientProtos.ClientService.Interface.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
          rpc Mutate(.MutateRequest) returns (.MutateResponse);
 void ClientProtos.ClientService.Stub.mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
           
static ClientProtos.MutateRequest.Builder ClientProtos.MutateRequest.newBuilder(ClientProtos.MutateRequest prototype)
           
 



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