Package org.elasticsearch.monitor.jvm
Class JvmStats.BufferPool
java.lang.Object
org.elasticsearch.monitor.jvm.JvmStats.BufferPool
- All Implemented Interfaces:
Writeable
- Enclosing class:
- JvmStats
-
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 TypeMethodDescriptionlong
getCount()
getName()
getUsed()
void
writeTo
(StreamOutput out) Write this into the StreamOutput.
-
Constructor Details
-
BufferPool
-
BufferPool
- Throws:
IOException
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
getName
-
getCount
public long getCount() -
getTotalCapacity
-
getUsed
-