public class LinkDTO extends Object
Modifier and Type | Field and Description |
---|---|
long |
enqueue_item_counter
The number of messages that have been dispatched over the link
|
long |
enqueue_size_counter
The total size in bytes of messages that have been dispatched
over the link
|
long |
enqueue_ts
Timestamp of when a message last went over the link.
|
String |
id |
String |
kind |
String |
label |
Constructor and Description |
---|
LinkDTO() |
public String kind
public String id
public String label
public long enqueue_item_counter
public long enqueue_size_counter
public long enqueue_ts
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.