public static interface Region.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)
Called before an HFile is actually loaded
|
String prepareBulkLoad(byte[] family, String srcPath) throws IOException
family - family being loaded tosrcPath - path of HFileIOExceptionvoid doneBulkLoad(byte[] family,
String srcPath)
throws IOException
family - family being loaded tosrcPath - path of HFileIOExceptionvoid failedBulkLoad(byte[] family,
String srcPath)
throws IOException
family - family being loaded tosrcPath - path of HFileIOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.