org.apache.hadoop.hbase.protobuf.generated
Interface ClientProtos.ClientService.BlockingInterface

Enclosing class:
ClientProtos.ClientService

public static interface ClientProtos.ClientService.BlockingInterface


Method Summary
 ClientProtos.BulkLoadHFileResponse bulkLoadHFile(com.google.protobuf.RpcController controller, ClientProtos.BulkLoadHFileRequest request)
           
 ClientProtos.CoprocessorServiceResponse execRegionServerService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
 ClientProtos.CoprocessorServiceResponse execService(com.google.protobuf.RpcController controller, ClientProtos.CoprocessorServiceRequest request)
           
 ClientProtos.GetResponse get(com.google.protobuf.RpcController controller, ClientProtos.GetRequest request)
           
 ClientProtos.MultiResponse multi(com.google.protobuf.RpcController controller, ClientProtos.MultiRequest request)
           
 ClientProtos.MutateResponse mutate(com.google.protobuf.RpcController controller, ClientProtos.MutateRequest request)
           
 ClientProtos.ScanResponse scan(com.google.protobuf.RpcController controller, ClientProtos.ScanRequest request)
           
 

Method Detail

get

ClientProtos.GetResponse get(com.google.protobuf.RpcController controller,
                             ClientProtos.GetRequest request)
                             throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

mutate

ClientProtos.MutateResponse mutate(com.google.protobuf.RpcController controller,
                                   ClientProtos.MutateRequest request)
                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

scan

ClientProtos.ScanResponse scan(com.google.protobuf.RpcController controller,
                               ClientProtos.ScanRequest request)
                               throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

bulkLoadHFile

ClientProtos.BulkLoadHFileResponse bulkLoadHFile(com.google.protobuf.RpcController controller,
                                                 ClientProtos.BulkLoadHFileRequest request)
                                                 throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

execService

ClientProtos.CoprocessorServiceResponse execService(com.google.protobuf.RpcController controller,
                                                    ClientProtos.CoprocessorServiceRequest request)
                                                    throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

execRegionServerService

ClientProtos.CoprocessorServiceResponse execRegionServerService(com.google.protobuf.RpcController controller,
                                                                ClientProtos.CoprocessorServiceRequest request)
                                                                throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

multi

ClientProtos.MultiResponse multi(com.google.protobuf.RpcController controller,
                                 ClientProtos.MultiRequest request)
                                 throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


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