Package org.elasticsearch.monitor.jvm
Class JvmInfo.Mem
java.lang.Object
org.elasticsearch.monitor.jvm.JvmInfo.Mem
- All Implemented Interfaces:
Writeable
- Enclosing class:
- JvmInfo
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionMem
(long heapInit, long heapMax, long nonHeapInit, long nonHeapMax, long directMemoryMax) Mem
(StreamInput in) -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
Mem
public Mem(long heapInit, long heapMax, long nonHeapInit, long nonHeapMax, long directMemoryMax) -
Mem
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getHeapInit
-
getHeapMax
-
getNonHeapInit
-
getNonHeapMax
-
getDirectMemoryMax
-