Writeable.Reader<V>, Writeable.Writer<V>
Constructor and Description |
---|
GarbageCollector(StreamInput in) |
GarbageCollector(java.lang.String name,
long collectionCount,
long collectionTime) |
Modifier and Type | Method and Description |
---|---|
long |
getCollectionCount() |
TimeValue |
getCollectionTime() |
java.lang.String |
getName() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public GarbageCollector(java.lang.String name, long collectionCount, long collectionTime)
public GarbageCollector(StreamInput in) throws java.io.IOException
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Writeable
public java.lang.String getName()
public long getCollectionCount()
public TimeValue getCollectionTime()