public static interface HRegion.BulkLoadListener
Modifier and Type | Method and Description |
---|---|
void |
doneBulkLoad(byte[] family,
String srcPath)
Called after a successful HFile load
|
void |
failedBulkLoad(byte[] family,
String srcPath)
Called after a failed HFile load
|
String |
prepareBulkLoad(byte[] family,
String srcPath,
boolean copyFile)
Called before an HFile is actually loaded
|
String prepareBulkLoad(byte[] family, String srcPath, boolean copyFile) throws IOException
family
- family being loaded tosrcPath
- path of HFileIOException
void doneBulkLoad(byte[] family, String srcPath) throws IOException
family
- family being loaded tosrcPath
- path of HFileIOException
void failedBulkLoad(byte[] family, String srcPath) throws IOException
family
- family being loaded tosrcPath
- path of HFileIOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.