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

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

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

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

Method parameters in org.apache.hadoop.hbase.protobuf.generated with type arguments of type ClientProtos.ScanResponse
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.