public class TopicStat extends Object
Constructor and Description |
---|
TopicStat(org.codehaus.jackson.JsonNode topicJson)
Constructor from a
JsonNode object
Format : |
TopicStat(String topicName,
long lastActivated,
long lastFinished,
int finishedJobs,
int failedJobs,
int cancelledJobs,
long avgProcessingTime,
long avgWaitingTime) |
public TopicStat(String topicName, long lastActivated, long lastFinished, int finishedJobs, int failedJobs, int cancelledJobs, long avgProcessingTime, long avgWaitingTime)
public TopicStat(org.codehaus.jackson.JsonNode topicJson)
JsonNode
object
Format :
{
topic: "/my/topic/name",
last_activated: 1375793524795,
last_finished: -1,
finished_jobs: 0,
failed_jobs: 4,
cancelled_jobs: 0,
avg_processing_time: 0,
avg_waiting_time: 1522
}
topicJson
- the topic JSON nodeCopyright © 2018. All rights reserved.