public interface Callback
Modifier and Type | Method and Description |
---|---|
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.
|
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()
Copyright © 2011 The University of Southern California. All Rights Reserved.