@InterfaceAudience.Private public class SecureBulkLoadEndpoint extends SecureBulkLoadProtos.SecureBulkLoadService implements CoprocessorService, Coprocessor
SecureBulkLoadProtos.SecureBulkLoadService.BlockingInterface, SecureBulkLoadProtos.SecureBulkLoadService.Interface, SecureBulkLoadProtos.SecureBulkLoadService.Stub
Coprocessor.State
Modifier and Type | Field and Description |
---|---|
static long |
VERSION |
PRIORITY_HIGHEST, PRIORITY_LOWEST, PRIORITY_SYSTEM, PRIORITY_USER
Constructor and Description |
---|
SecureBulkLoadEndpoint() |
Modifier and Type | Method and Description |
---|---|
void |
cleanupBulkLoad(RpcController controller,
SecureBulkLoadProtos.CleanupBulkLoadRequest request,
RpcCallback<SecureBulkLoadProtos.CleanupBulkLoadResponse> done) |
Service |
getService() |
void |
prepareBulkLoad(RpcController controller,
SecureBulkLoadProtos.PrepareBulkLoadRequest request,
RpcCallback<SecureBulkLoadProtos.PrepareBulkLoadResponse> done) |
void |
secureBulkLoadHFiles(RpcController controller,
SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request,
RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done) |
void |
start(CoprocessorEnvironment env) |
void |
stop(CoprocessorEnvironment env) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public static final long VERSION
public void start(CoprocessorEnvironment env)
start
in interface Coprocessor
public void stop(CoprocessorEnvironment env) throws IOException
stop
in interface Coprocessor
IOException
public void prepareBulkLoad(RpcController controller, SecureBulkLoadProtos.PrepareBulkLoadRequest request, RpcCallback<SecureBulkLoadProtos.PrepareBulkLoadResponse> done)
prepareBulkLoad
in class SecureBulkLoadProtos.SecureBulkLoadService
public void cleanupBulkLoad(RpcController controller, SecureBulkLoadProtos.CleanupBulkLoadRequest request, RpcCallback<SecureBulkLoadProtos.CleanupBulkLoadResponse> done)
cleanupBulkLoad
in class SecureBulkLoadProtos.SecureBulkLoadService
public void secureBulkLoadHFiles(RpcController controller, SecureBulkLoadProtos.SecureBulkLoadHFilesRequest request, RpcCallback<SecureBulkLoadProtos.SecureBulkLoadHFilesResponse> done)
secureBulkLoadHFiles
in class SecureBulkLoadProtos.SecureBulkLoadService
public Service getService()
getService
in interface CoprocessorService
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.