@InterfaceAudience.Private public class SecureBulkLoadManager extends Object
/hbase/staging/user/foo/data/user/staging/averylongandrandomdirectoryname| Modifier and Type | Field and Description |
|---|---|
static long |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanupBulkLoad(HRegion region,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest request) |
String |
prepareBulkLoad(HRegion region,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest request) |
Map<byte[],List<org.apache.hadoop.fs.Path>> |
secureBulkLoadHFiles(HRegion region,
org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest request) |
void |
start() |
void |
stop() |
public static final long VERSION
public void start()
throws IOException
IOExceptionpublic void stop()
throws IOException
IOExceptionpublic String prepareBulkLoad(HRegion region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.PrepareBulkLoadRequest request) throws IOException
IOExceptionpublic void cleanupBulkLoad(HRegion region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.CleanupBulkLoadRequest request) throws IOException
IOExceptionpublic Map<byte[],List<org.apache.hadoop.fs.Path>> secureBulkLoadHFiles(HRegion region, org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.BulkLoadHFileRequest request) throws IOException
IOExceptionCopyright © 2007–2018 The Apache Software Foundation. All rights reserved.