org.apache.hadoop.hbase.protobuf.generated
Class SecureBulkLoadProtos.SecureBulkLoadService.Stub

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

public static final class SecureBulkLoadProtos.SecureBulkLoadService.Stub
extends SecureBulkLoadProtos.SecureBulkLoadService
implements SecureBulkLoadProtos.SecureBulkLoadService.Interface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface, SecureBulkLoadProtos.SecureBulkLoadService.Interface, SecureBulkLoadProtos.SecureBulkLoadService.Stub
 
Method Summary
 void cleanupBulkLoad(com.google.protobuf.RpcController controller, SecureBulkLoadProtos.CleanupBulkLoadRequest request, com.google.protobuf.RpcCallback<SecureBulkLoadProtos.CleanupBulkLoadResponse> done)
          rpc CleanupBulkLoad(.CleanupBulkLoadRequest) returns (.CleanupBulkLoadResponse);
 com.google.protobuf.RpcChannel getChannel()
           
 void prepareBulkLoad(com.google.protobuf.RpcController controller, SecureBulkLoadProtos.PrepareBulkLoadRequest request, com.google.protobuf.RpcCallback<SecureBulkLoadProtos.PrepareBulkLoadResponse> done)
          rpc PrepareBulkLoad(.PrepareBulkLoadRequest) returns (.PrepareBulkLoadResponse);
 void secureBulkLoadHFiles(com.google.protobuf.RpcController controller, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request, com.google.protobuf.RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
          rpc SecureBulkLoadHFiles(.SecureBulkLoadHFilesRequest) returns (.SecureBulkLoadHFilesResponse);
 
Methods inherited from class org.apache.hadoop.hbase.protobuf.generated.SecureBulkLoadProtos.SecureBulkLoadService
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()

prepareBulkLoad

public void prepareBulkLoad(com.google.protobuf.RpcController controller,
                            SecureBulkLoadProtos.PrepareBulkLoadRequest request,
                            com.google.protobuf.RpcCallback<SecureBulkLoadProtos.PrepareBulkLoadResponse> done)
Description copied from class: SecureBulkLoadProtos.SecureBulkLoadService
rpc PrepareBulkLoad(.PrepareBulkLoadRequest) returns (.PrepareBulkLoadResponse);

Specified by:
prepareBulkLoad in interface SecureBulkLoadProtos.SecureBulkLoadService.Interface
Specified by:
prepareBulkLoad in class SecureBulkLoadProtos.SecureBulkLoadService

secureBulkLoadHFiles

public void secureBulkLoadHFiles(com.google.protobuf.RpcController controller,
                                 SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request,
                                 com.google.protobuf.RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
Description copied from class: SecureBulkLoadProtos.SecureBulkLoadService
rpc SecureBulkLoadHFiles(.SecureBulkLoadHFilesRequest) returns (.SecureBulkLoadHFilesResponse);

Specified by:
secureBulkLoadHFiles in interface SecureBulkLoadProtos.SecureBulkLoadService.Interface
Specified by:
secureBulkLoadHFiles in class SecureBulkLoadProtos.SecureBulkLoadService

cleanupBulkLoad

public void cleanupBulkLoad(com.google.protobuf.RpcController controller,
                            SecureBulkLoadProtos.CleanupBulkLoadRequest request,
                            com.google.protobuf.RpcCallback<SecureBulkLoadProtos.CleanupBulkLoadResponse> done)
Description copied from class: SecureBulkLoadProtos.SecureBulkLoadService
rpc CleanupBulkLoad(.CleanupBulkLoadRequest) returns (.CleanupBulkLoadResponse);

Specified by:
cleanupBulkLoad in interface SecureBulkLoadProtos.SecureBulkLoadService.Interface
Specified by:
cleanupBulkLoad in class SecureBulkLoadProtos.SecureBulkLoadService


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