Class ProcessStats.Mem
java.lang.Object
org.elasticsearch.monitor.process.ProcessStats.Mem
- All Implemented Interfaces:
Writeable
- Enclosing class:
- ProcessStats
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
Mem
public Mem(long totalVirtual) -
Mem
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getTotalVirtual
-