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 © 2017 JBoss by Red Hat. All rights reserved.