@InterfaceAudience.Private @Deprecated public class SecureBulkLoadEndpoint extends SecureBulkLoadProtos.SecureBulkLoadService implements RegionCoprocessor
SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface, SecureBulkLoadProtos.SecureBulkLoadService.Interface, SecureBulkLoadProtos.SecureBulkLoadService.StubCoprocessor.State| Modifier and Type | Field and Description |
|---|---|
static long |
VERSION
Deprecated.
|
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER| Constructor and Description |
|---|
SecureBulkLoadEndpoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupBulkLoad(com.google.protobuf.RpcController controller,
ClientProtos.CleanupBulkLoadRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CleanupBulkLoadResponse> done)
Deprecated.
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse); |
Iterable<com.google.protobuf.Service> |
getServices()
Deprecated.
Coprocessor endpoints providing protobuf services should override this method.
|
void |
prepareBulkLoad(com.google.protobuf.RpcController controller,
ClientProtos.PrepareBulkLoadRequest request,
com.google.protobuf.RpcCallback<ClientProtos.PrepareBulkLoadResponse> done)
Deprecated.
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse); |
void |
secureBulkLoadHFiles(com.google.protobuf.RpcController controller,
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request,
com.google.protobuf.RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
Deprecated.
rpc SecureBulkLoadHFiles(.hbase.pb.SecureBulkLoadHFilesRequest) returns (.hbase.pb.SecureBulkLoadHFilesResponse); |
void |
start(CoprocessorEnvironment env)
Deprecated.
Called by the
CoprocessorEnvironment during it's own startup to initialize the
coprocessor. |
void |
stop(CoprocessorEnvironment env)
Deprecated.
Called by the
CoprocessorEnvironment during it's own shutdown to stop the
coprocessor. |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBulkLoadObserver, getEndpointObserver, getRegionObserverpublic static final long VERSION
public void start(CoprocessorEnvironment env)
CoprocessorCoprocessorEnvironment during it's own startup to initialize the
coprocessor.start in interface Coprocessorpublic void stop(CoprocessorEnvironment env) throws IOException
CoprocessorCoprocessorEnvironment during it's own shutdown to stop the
coprocessor.stop in interface CoprocessorIOExceptionpublic void prepareBulkLoad(com.google.protobuf.RpcController controller,
ClientProtos.PrepareBulkLoadRequest request,
com.google.protobuf.RpcCallback<ClientProtos.PrepareBulkLoadResponse> done)
SecureBulkLoadProtos.SecureBulkLoadServicerpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse);prepareBulkLoad in class SecureBulkLoadProtos.SecureBulkLoadServicepublic void cleanupBulkLoad(com.google.protobuf.RpcController controller,
ClientProtos.CleanupBulkLoadRequest request,
com.google.protobuf.RpcCallback<ClientProtos.CleanupBulkLoadResponse> done)
SecureBulkLoadProtos.SecureBulkLoadServicerpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse);cleanupBulkLoad in class SecureBulkLoadProtos.SecureBulkLoadServicepublic void secureBulkLoadHFiles(com.google.protobuf.RpcController controller,
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request,
com.google.protobuf.RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
SecureBulkLoadProtos.SecureBulkLoadServicerpc SecureBulkLoadHFiles(.hbase.pb.SecureBulkLoadHFilesRequest) returns (.hbase.pb.SecureBulkLoadHFilesResponse);secureBulkLoadHFiles in class SecureBulkLoadProtos.SecureBulkLoadServicepublic Iterable<com.google.protobuf.Service> getServices()
CoprocessorgetServices in interface CoprocessorServices or empty collection. Implementations should never
return null.Copyright © 2007–2019 Cloudera. All rights reserved.