public class QueueConsumerLinkDTO extends LinkDTO
Modifier and Type | Field and Description |
---|---|
Double |
ack_item_rate |
Double |
ack_size_rate |
Integer |
acquired_count |
Long |
acquired_size |
Long |
position |
Long |
total_ack_count |
Long |
total_nack_count |
String |
waiting_on
What the consumer is currently waiting on
|
enqueue_item_counter, enqueue_size_counter, enqueue_ts, id, kind, label
Constructor and Description |
---|
QueueConsumerLinkDTO() |
public Long position
public Integer acquired_count
public Long acquired_size
public Long total_ack_count
public Long total_nack_count
public Double ack_item_rate
public Double ack_size_rate
public String waiting_on
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.