Package | Description |
---|---|
org.elasticsearch.action.admin.cluster.node.stats | |
org.elasticsearch.threadpool |
Modifier and Type | Method and Description |
---|---|
ThreadPoolStats |
NodeStats.getThreadPool()
Thread Pool level statistics.
|
Constructor and Description |
---|
NodeStats(DiscoveryNode node,
long timestamp,
NodeIndicesStats indices,
OsStats os,
ProcessStats process,
JvmStats jvm,
ThreadPoolStats threadPool,
NetworkStats network,
FsStats fs,
TransportStats transport,
HttpStats http,
AllCircuitBreakerStats breaker) |
Modifier and Type | Method and Description |
---|---|
static ThreadPoolStats |
ThreadPoolStats.readThreadPoolStats(StreamInput in) |
ThreadPoolStats |
ThreadPool.stats() |
Copyright © 2009–2015. All rights reserved.