|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOverflowHandler
An interface that allows you to inspect index entries during an
IndexSegmentBuilder operation.
| Method Summary | |
|---|---|
void |
close()
Notified when overflow processing is done for a given source and target. |
byte[] |
handle(ITuple tuple,
IRawStore target)
Invoked for each index entry. |
| Method Detail |
|---|
byte[] handle(ITuple tuple,
IRawStore target)
tuple - The index entry.target - The target store on which you can write additional data.
IndexSegment.void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||