public abstract static class ServerStatus.Memory extends Object
Constructor and Description |
---|
ServerStatus.Memory() |
Modifier and Type | Method and Description |
---|---|
abstract int |
bits() |
static ServerStatus.Memory |
create(int bits,
int resident,
int virtual,
boolean supported,
int mapped,
int mappedWithJournal) |
abstract int |
mapped() |
abstract int |
mappedWithJournal() |
abstract int |
resident() |
abstract boolean |
supported() |
abstract int |
virtual() |
public abstract int bits()
public abstract int resident()
public abstract int virtual()
public abstract boolean supported()
public abstract int mapped()
public abstract int mappedWithJournal()
public static ServerStatus.Memory create(int bits, int resident, int virtual, boolean supported, int mapped, int mappedWithJournal)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.