@InterfaceAudience.Private @Deprecated public class SecureBulkLoadEndpoint extends SecureBulkLoadProtos.SecureBulkLoadService implements RegionCoprocessor
SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface, SecureBulkLoadProtos.SecureBulkLoadService.Interface, SecureBulkLoadProtos.SecureBulkLoadService.Stub
Coprocessor.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, newStub
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBulkLoadObserver, getEndpointObserver, getRegionObserver
public static final long VERSION
public void start(CoprocessorEnvironment env)
Coprocessor
CoprocessorEnvironment
during it's own startup to initialize the
coprocessor.start
in interface Coprocessor
public void stop(CoprocessorEnvironment env) throws IOException
Coprocessor
CoprocessorEnvironment
during it's own shutdown to stop the
coprocessor.stop
in interface Coprocessor
IOException
public void prepareBulkLoad(com.google.protobuf.RpcController controller, ClientProtos.PrepareBulkLoadRequest request, com.google.protobuf.RpcCallback<ClientProtos.PrepareBulkLoadResponse> done)
SecureBulkLoadProtos.SecureBulkLoadService
rpc PrepareBulkLoad(.hbase.pb.PrepareBulkLoadRequest) returns (.hbase.pb.PrepareBulkLoadResponse);
prepareBulkLoad
in class SecureBulkLoadProtos.SecureBulkLoadService
public void cleanupBulkLoad(com.google.protobuf.RpcController controller, ClientProtos.CleanupBulkLoadRequest request, com.google.protobuf.RpcCallback<ClientProtos.CleanupBulkLoadResponse> done)
SecureBulkLoadProtos.SecureBulkLoadService
rpc CleanupBulkLoad(.hbase.pb.CleanupBulkLoadRequest) returns (.hbase.pb.CleanupBulkLoadResponse);
cleanupBulkLoad
in class SecureBulkLoadProtos.SecureBulkLoadService
public void secureBulkLoadHFiles(com.google.protobuf.RpcController controller, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request, com.google.protobuf.RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
SecureBulkLoadProtos.SecureBulkLoadService
rpc SecureBulkLoadHFiles(.hbase.pb.SecureBulkLoadHFilesRequest) returns (.hbase.pb.SecureBulkLoadHFilesResponse);
secureBulkLoadHFiles
in class SecureBulkLoadProtos.SecureBulkLoadService
public Iterable<com.google.protobuf.Service> getServices()
Coprocessor
getServices
in interface Coprocessor
Service
s or empty collection. Implementations should never
return null.Copyright © 2007–2019 Cloudera. All rights reserved.