|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.elasticsearch.action.support.nodes.NodeOperationResponse
org.elasticsearch.action.admin.cluster.node.stats.NodeStats
public class NodeStats
Node statistics (static, does not change over time).
Constructor Summary | |
---|---|
NodeStats(DiscoveryNode node,
NodeIndicesStats indices,
OsStats os,
ProcessStats process,
JvmStats jvm,
NetworkStats network,
TransportStats transport)
|
Method Summary | |
---|---|
NodeIndicesStats |
getIndices()
Indices level stats. |
JvmStats |
getJvm()
JVM level statistics. |
NetworkStats |
getNetwork()
Network level statistics. |
OsStats |
getOs()
Operating System level statistics. |
ProcessStats |
getProcess()
Process level statistics. |
TransportStats |
getTransport()
|
NodeIndicesStats |
indices()
Indices level stats. |
JvmStats |
jvm()
JVM level statistics. |
NetworkStats |
network()
Network level statistics. |
OsStats |
os()
Operating System level statistics. |
ProcessStats |
process()
Process level statistics. |
void |
readFrom(StreamInput in)
|
static NodeStats |
readNodeStats(StreamInput in)
|
TransportStats |
transport()
|
void |
writeTo(StreamOutput out)
|
Methods inherited from class org.elasticsearch.action.support.nodes.NodeOperationResponse |
---|
getNode, node |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NodeStats(DiscoveryNode node, NodeIndicesStats indices, OsStats os, ProcessStats process, JvmStats jvm, NetworkStats network, TransportStats transport)
Method Detail |
---|
public NodeIndicesStats indices()
public NodeIndicesStats getIndices()
public OsStats os()
public OsStats getOs()
public ProcessStats process()
public ProcessStats getProcess()
public JvmStats jvm()
public JvmStats getJvm()
public NetworkStats network()
public NetworkStats getNetwork()
public TransportStats transport()
public TransportStats getTransport()
public static NodeStats readNodeStats(StreamInput in) throws java.io.IOException
java.io.IOException
public void readFrom(StreamInput in) throws java.io.IOException
readFrom
in interface Streamable
readFrom
in class NodeOperationResponse
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
writeTo
in interface Streamable
writeTo
in class NodeOperationResponse
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |