public class BrokerStatusDTO extends ServiceStatusDTO
Modifier and Type | Field and Description |
---|---|
java.lang.String |
base_location
Where the broker instance is located.
|
long |
connected
The number of connections that this connector has currently connected.
|
long |
connection_counter
The total number of connections accepted by the broker since it started.
|
java.util.List<LongIdLabeledDTO> |
connections
The connections that have been created via the connector.
|
java.util.List<java.lang.String> |
connectors
Ids of all the connectors running on the broker
|
long |
current_time
The current time on the broker machine.
|
java.lang.String |
home_location
Where the Apache Apollo distribution is located.
|
JvmMetricsDTO |
jvm_metrics
Metrics about the JVM
|
long |
messages_received
The number of messages that have been received from connections created
by this broker.
|
long |
messages_sent
The number of messages that have been sent to connections created
by this broker.
|
long |
read_counter
The number of bytes that have been read from the connections created by this
broker.
|
java.lang.String |
version
Version of the broker
|
java.util.List<java.lang.String> |
virtual_hosts
Ids of all the virtual hosts running on the broker
|
long |
write_counter
The number of bytes that have been written to the connections created by this
broker.
|
state, state_since
id
Constructor and Description |
---|
BrokerStatusDTO() |
equals, hashCode
public java.lang.String version
public java.lang.String home_location
public java.lang.String base_location
public JvmMetricsDTO jvm_metrics
public long current_time
public java.util.List<java.lang.String> virtual_hosts
public java.util.List<java.lang.String> connectors
public long connection_counter
public long connected
public java.util.List<LongIdLabeledDTO> connections
public long messages_sent
public long messages_received
public long read_counter
public long write_counter
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.