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

Packages that use ClientProtos.UnlockRowResponse
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

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

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

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

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

Uses of ClientProtos.UnlockRowResponse in org.apache.hadoop.hbase.regionserver
 

Methods in org.apache.hadoop.hbase.regionserver that return ClientProtos.UnlockRowResponse
 ClientProtos.UnlockRowResponse HRegionServer.unlockRow(com.google.protobuf.RpcController controller, ClientProtos.UnlockRowRequest request)
          Unlock a locked row in a table.
 



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