Class ProcessStats.Mem
- java.lang.Object
-
- org.elasticsearch.monitor.process.ProcessStats.Mem
-
- All Implemented Interfaces:
Writeable
- Enclosing class:
- ProcessStats
public static class ProcessStats.Mem extends java.lang.Object implements Writeable
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
-
Constructor Summary
Constructors Constructor Description Mem(long totalVirtual)
Mem(StreamInput in)
-
Method Summary
Modifier and Type Method Description ByteSizeValue
getTotalVirtual()
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
-
-
Constructor Detail
-
Mem
public Mem(long totalVirtual)
-
Mem
public Mem(StreamInput in) throws java.io.IOException
- Throws:
java.io.IOException
-
-
Method Detail
-
writeTo
public void writeTo(StreamOutput out) throws java.io.IOException
Description copied from interface:Writeable
Write this into the StreamOutput.
-
getTotalVirtual
public ByteSizeValue getTotalVirtual()
-
-