public interface PartitionAnalyzer
Modifier and Type | Method and Description |
---|---|
void |
analyzeCollectorData(java.io.Serializable data)
The analyzeCollectorData method receives
control each time a Partition collector sends
its payload.
|
void |
analyzeStatus(BatchStatus batchStatus,
java.lang.String exitStatus)
The analyzeStatus method receives control each time a
partition ends.
|
void analyzeCollectorData(java.io.Serializable data) throws java.lang.Exception
data
- specifies the payload sent by a
PartitionCollector.java.lang.Exception
- is thrown if an error occurs.void analyzeStatus(BatchStatus batchStatus, java.lang.String exitStatus) throws java.lang.Exception
batchStatus
- specifies the batch status of a partition.exitStatus
- specifies the exit status of a partition.java.lang.Exception
- is thrown if an error occurs.