@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public class Export extends ExportProtos.ExportService implements org.apache.hadoop.hbase.coprocessor.RegionCoprocessor
Import to read it back in again. It is implemented by the endpoint
technique.Export| Modifier and Type | Class and Description |
|---|---|
static class |
Export.Response |
ExportProtos.ExportService.BlockingInterface, ExportProtos.ExportService.Interface, ExportProtos.ExportService.Stub| Constructor and Description |
|---|
Export() |
| Modifier and Type | Method and Description |
|---|---|
void |
export(com.google.protobuf.RpcController controller,
ExportProtos.ExportRequest request,
com.google.protobuf.RpcCallback<ExportProtos.ExportResponse> done)
rpc export(.hbase.pb.ExportRequest) returns (.hbase.pb.ExportResponse); |
Iterable<com.google.protobuf.Service> |
getServices() |
static void |
main(String[] args) |
static Map<byte[],Export.Response> |
run(org.apache.hadoop.conf.Configuration conf,
org.apache.hadoop.hbase.TableName tableName,
org.apache.hadoop.hbase.client.Scan scan,
org.apache.hadoop.fs.Path dir) |
void |
start(org.apache.hadoop.hbase.CoprocessorEnvironment environment) |
void |
stop(org.apache.hadoop.hbase.CoprocessorEnvironment env) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic static Map<byte[],Export.Response> run(org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.hbase.TableName tableName, org.apache.hadoop.hbase.client.Scan scan, org.apache.hadoop.fs.Path dir) throws Throwable
Throwablepublic void start(org.apache.hadoop.hbase.CoprocessorEnvironment environment)
throws IOException
start in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic void stop(org.apache.hadoop.hbase.CoprocessorEnvironment env)
throws IOException
stop in interface org.apache.hadoop.hbase.CoprocessorIOExceptionpublic Iterable<com.google.protobuf.Service> getServices()
getServices in interface org.apache.hadoop.hbase.Coprocessorpublic void export(com.google.protobuf.RpcController controller,
ExportProtos.ExportRequest request,
com.google.protobuf.RpcCallback<ExportProtos.ExportResponse> done)
ExportProtos.ExportServicerpc export(.hbase.pb.ExportRequest) returns (.hbase.pb.ExportResponse);export in class ExportProtos.ExportServiceCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.