public class LinkDTO
extends java.lang.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.
|
java.lang.String |
id |
java.lang.String |
kind |
java.lang.String |
label |
Constructor and Description |
---|
LinkDTO() |
public java.lang.String kind
public java.lang.String id
public java.lang.String label
public long enqueue_item_counter
public long enqueue_size_counter
public long enqueue_ts
Copyright © 2005-2014 The Apache Software Foundation. All Rights Reserved.