|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.bfs.BlobOverflowHandler
public class BlobOverflowHandler
Copies blocks onto the target store during overflow handling. Blocks that are no longer referenced by the file data index will be left behind on the journal and eventually discarded with the journal.
| Constructor Summary | |
|---|---|
BlobOverflowHandler()
De-serialization constructor. |
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlobOverflowHandler()
| Method Detail |
|---|
public void close()
IOverflowHandler
close in interface IOverflowHandler
public byte[] handle(ITuple tuple,
IRawStore target)
IOverflowHandler
handle in interface IOverflowHandlertuple - The index entry.target - The target store on which you can write additional data.
IndexSegment.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||