public abstract class StoreStatusDTO extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
String |
kind
The kind of store it is.
|
String |
location
The kind of store it is.
|
TimeMetricDTO |
message_load_latency
The amount of time it takes to load a message from the store.
|
int |
pending_stores |
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.
|
Constructor and Description |
---|
StoreStatusDTO() |
public String state
public String kind
public String location
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
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.