public interface PartitionAnalyzer
Modifier and Type | Method and Description |
---|---|
void |
analyzeCollectorData(Serializable data)
The analyzeCollectorData method receives
control each time a Partition collector sends
its payload.
|
void |
analyzeStatus(BatchStatus batchStatus,
String exitStatus)
The analyzeStatus method receives control each time a
partition ends.
|
void analyzeCollectorData(Serializable data) throws Exception
data
- specifies the payload sent by a
PartitionCollector.Exception
- is thrown if an error occurs.void analyzeStatus(BatchStatus batchStatus, String exitStatus) throws Exception
batchStatus
- specifies the batch status of a partition.exitStatus
- specifies the exit status of a partition.Exception
- is thrown if an error occurs.Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.