Writeable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
Mem(long heapInit,
long heapMax,
long nonHeapInit,
long nonHeapMax,
long directMemoryMax) |
|
Mem(StreamInput in) |
| Modifier and Type | Method | Description |
|---|---|---|
ByteSizeValue |
getDirectMemoryMax() |
|
ByteSizeValue |
getHeapInit() |
|
ByteSizeValue |
getHeapMax() |
|
ByteSizeValue |
getNonHeapInit() |
|
ByteSizeValue |
getNonHeapMax() |
|
void |
writeTo(StreamOutput out) |
Write this into the StreamOutput.
|
public Mem(long heapInit,
long heapMax,
long nonHeapInit,
long nonHeapMax,
long directMemoryMax)
public Mem(StreamInput in) throws java.io.IOException
java.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic ByteSizeValue getHeapInit()
public ByteSizeValue getHeapMax()
public ByteSizeValue getNonHeapInit()
public ByteSizeValue getNonHeapMax()
public ByteSizeValue getDirectMemoryMax()