Writeable.Reader<V>, Writeable.Writer<V>| Constructor and Description |
|---|
Threads(int count,
int peakCount) |
Threads(StreamInput in) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
int |
getPeakCount() |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
public Threads(int count,
int peakCount)
public Threads(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic int getCount()
public int getPeakCount()