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

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

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

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



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