Module org.elasticsearch.server
Class ClusterStatsNodes.OsStats
java.lang.Object
org.elasticsearch.action.admin.cluster.stats.ClusterStatsNodes.OsStats
- All Implemented Interfaces:
ToXContent,ToXContentFragment
- Enclosing class:
ClusterStatsNodes
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Method Summary
Modifier and TypeMethodDescriptionintintgetMem()toXContent(XContentBuilder builder, ToXContent.Params params) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentFragment
isFragment
-
Method Details
-
getAvailableProcessors
public int getAvailableProcessors() -
getAllocatedProcessors
public int getAllocatedProcessors() -
getMem
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-