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

Packages that use ClientProtos.LockRowRequest
org.apache.hadoop.hbase.protobuf Holds classes generated from protobuf src/main/protobuf definition files. 
org.apache.hadoop.hbase.protobuf.generated   
org.apache.hadoop.hbase.regionserver   
 

Uses of ClientProtos.LockRowRequest in org.apache.hadoop.hbase.protobuf
 

Methods in org.apache.hadoop.hbase.protobuf that return ClientProtos.LockRowRequest
static ClientProtos.LockRowRequest RequestConverter.buildLockRowRequest(byte[] regionName, byte[] row)
          Create a protocol buffer LockRowRequest
 

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

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

Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClientProtos.LockRowRequest
 ClientProtos.LockRowResponse ClientProtos.ClientService.BlockingInterface.lockRow(com.google.protobuf.RpcController controller, ClientProtos.LockRowRequest request)
           
abstract  void ClientProtos.ClientService.lockRow(com.google.protobuf.RpcController controller, ClientProtos.LockRowRequest request, com.google.protobuf.RpcCallback<ClientProtos.LockRowResponse> done)
           
 void ClientProtos.ClientService.Interface.lockRow(com.google.protobuf.RpcController controller, ClientProtos.LockRowRequest request, com.google.protobuf.RpcCallback<ClientProtos.LockRowResponse> done)
           
 void ClientProtos.ClientService.Stub.lockRow(com.google.protobuf.RpcController controller, ClientProtos.LockRowRequest request, com.google.protobuf.RpcCallback<ClientProtos.LockRowResponse> done)
           
 ClientProtos.LockRowRequest.Builder ClientProtos.LockRowRequest.Builder.mergeFrom(ClientProtos.LockRowRequest other)
           
static ClientProtos.LockRowRequest.Builder ClientProtos.LockRowRequest.newBuilder(ClientProtos.LockRowRequest prototype)
           
 

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

Methods in org.apache.hadoop.hbase.regionserver with parameters of type ClientProtos.LockRowRequest
 ClientProtos.LockRowResponse HRegionServer.lockRow(com.google.protobuf.RpcController controller, ClientProtos.LockRowRequest request)
          Lock a row in a table.
 



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