|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Callback
This interface defines the callback calls from the partitioners. The partitioners call out to the appropriate callback methods as and when they determine that a partition has been constructed.
| Method Summary | |
|---|---|
void |
cbDone()
Callback for the partitioner to signal that it is done with the processing. |
void |
cbParents(String child,
List parents)
Callback for when a partitioner determines the relations between partitions that it has previously constructed. |
void |
cbPartition(Partition partition)
Callback for when a partitioner determines that partition has been constructed. |
| Method Detail |
|---|
void cbPartition(Partition partition)
partition - the constructed partition.
void cbParents(String child,
List parents)
child - the id of a partition.parents - the list of String objects that contain
the id's of the parents of the partition.void cbDone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||