|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface HRegion.BulkLoadListener
Listener class to enable callers of bulkLoadHFile() to perform any necessary pre/post processing of a given bulkload call
Method Summary | |
---|---|
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 |
Method Detail |
---|
String prepareBulkLoad(byte[] family, String srcPath) throws IOException
family
- family being loaded tosrcPath
- path of HFile
IOException
void doneBulkLoad(byte[] family, String srcPath) throws IOException
family
- family being loaded tosrcPath
- path of HFile
IOException
void failedBulkLoad(byte[] family, String srcPath) throws IOException
family
- family being loaded tosrcPath
- path of HFile
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |