org.apache.hadoop.hbase.protobuf.generated
Class ClientProtos.ClientService.Stub

java.lang.Object
  extended by org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService
      extended by org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService.Stub
All Implemented Interfaces:
com.google.protobuf.Service, ClientProtos.ClientService.Interface
Enclosing class:
ClientProtos.ClientService

public static final class ClientProtos.ClientService.Stub
extends ClientProtos.ClientService
implements ClientProtos.ClientService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService
ClientProtos.ClientService.BlockingInterface, ClientProtos.ClientService.Interface, ClientProtos.ClientService.Stub
 
Method Summary
 void bulkLoadHFile(com.google.protobuf.RpcController controller, ClientProtos.BulkLoadHFileRequest request, com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
           
 void execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request, com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
           
 void get(com.google.protobuf.RpcController controller, ClientProtos.GetRequest request, com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
           
 com.google.protobuf.RpcChannel getChannel()
           
 void multi(com.google.protobuf.RpcController controller, ClientProtos.MultiRequest request, com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
           
 void multiGet(com.google.protobuf.RpcController controller, ClientProtos.MultiGetRequest request, com.google.protobuf.RpcCallback<ClientProtos.MultiGetResponse> done)
           
 void mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request, com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
           
 void scan(com.google.protobuf.RpcController controller, ClientProtos.ScanRequest request, com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
           
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.ClientProtos.ClientService
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getChannel

public com.google.protobuf.RpcChannel getChannel()

get

public void get(com.google.protobuf.RpcController controller,
                ClientProtos.GetRequest request,
                com.google.protobuf.RpcCallback<ClientProtos.GetResponse> done)
Specified by:
get in interface ClientProtos.ClientService.Interface
Specified by:
get in class ClientProtos.ClientService

multiGet

public void multiGet(com.google.protobuf.RpcController controller,
                     ClientProtos.MultiGetRequest request,
                     com.google.protobuf.RpcCallback<ClientProtos.MultiGetResponse> done)
Specified by:
multiGet in interface ClientProtos.ClientService.Interface
Specified by:
multiGet in class ClientProtos.ClientService

mutate

public void mutate(com.google.protobuf.RpcController controller,
                   ClientProtos.MutateRequest request,
                   com.google.protobuf.RpcCallback<ClientProtos.MutateResponse> done)
Specified by:
mutate in interface ClientProtos.ClientService.Interface
Specified by:
mutate in class ClientProtos.ClientService

scan

public void scan(com.google.protobuf.RpcController controller,
                 ClientProtos.ScanRequest request,
                 com.google.protobuf.RpcCallback<ClientProtos.ScanResponse> done)
Specified by:
scan in interface ClientProtos.ClientService.Interface
Specified by:
scan in class ClientProtos.ClientService

bulkLoadHFile

public void bulkLoadHFile(com.google.protobuf.RpcController controller,
                          ClientProtos.BulkLoadHFileRequest request,
                          com.google.protobuf.RpcCallback<ClientProtos.BulkLoadHFileResponse> done)
Specified by:
bulkLoadHFile in interface ClientProtos.ClientService.Interface
Specified by:
bulkLoadHFile in class ClientProtos.ClientService

execService

public void execService(com.google.protobuf.RpcController controller,
                        ClientProtos.CoprocessorServiceRequest request,
                        com.google.protobuf.RpcCallback<ClientProtos.CoprocessorServiceResponse> done)
Specified by:
execService in interface ClientProtos.ClientService.Interface
Specified by:
execService in class ClientProtos.ClientService

multi

public void multi(com.google.protobuf.RpcController controller,
                  ClientProtos.MultiRequest request,
                  com.google.protobuf.RpcCallback<ClientProtos.MultiResponse> done)
Specified by:
multi in interface ClientProtos.ClientService.Interface
Specified by:
multi in class ClientProtos.ClientService


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