public static interface VarLenBulkInput.BulkInputCallback<T extends VarLenBulkEntry>
Modifier and Type | Method and Description |
---|---|
void |
onEndBulkInput()
Indicates the bulk input is done
|
void |
onNewBulkEntry(T entry)
Invoked when a new bulk entry is read (entry is immutable)
|
void onNewBulkEntry(T entry)
entry
- bulk entryvoid onEndBulkInput()
Copyright © 1970 The Apache Software Foundation. All rights reserved.