|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.activemq.apollo.dto.StringIdDTO
org.apache.activemq.apollo.dto.StoreStatusDTO
public abstract class StoreStatusDTO
| Field Summary | |
|---|---|
long |
canceled_enqueue_counter
The number of enqueues that were canceled before they were flushed. |
long |
canceled_message_counter
The number of message stores that were canceled before they were flushed. |
long |
disk_usage
The amount of disk space the store is using. |
TimeMetricDTO |
flush_latency
The amount of time it takes to flush a unit of work to the store |
long |
flushed_enqueue_counter
The number of enqueues that were flushed. |
long |
flushed_message_counter
The number of message stores that were flushed. |
TimeMetricDTO |
message_load_latency
The amount of time it takes to load a message from the store. |
int |
pending_stores
|
java.lang.String |
state
The state of the service. |
long |
state_since
Since when has the service been in in this state? In milliseconds since the epoch. |
| Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
|---|
id |
| Constructor Summary | |
|---|---|
StoreStatusDTO()
|
|
| Method Summary |
|---|
| Methods inherited from class org.apache.activemq.apollo.dto.StringIdDTO |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String state
public long disk_usage
public long state_since
public long canceled_message_counter
public long flushed_message_counter
public long canceled_enqueue_counter
public long flushed_enqueue_counter
public TimeMetricDTO message_load_latency
public TimeMetricDTO flush_latency
public int pending_stores
| Constructor Detail |
|---|
public StoreStatusDTO()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||