public abstract class SystemJVMResponse extends Object
| Constructor and Description |
|---|
SystemJVMResponse() |
| Modifier and Type | Method and Description |
|---|---|
static SystemJVMResponse |
create(Map<String,Long> freeMemory,
Map<String,Long> maxMemory,
Map<String,Long> totalMemory,
Map<String,Long> usedMemory,
String nodeId,
String pid,
String info) |
abstract Map<String,Long> |
freeMemory() |
abstract String |
info() |
abstract Map<String,Long> |
maxMemory() |
abstract String |
nodeId() |
abstract String |
pid() |
abstract Map<String,Long> |
totalMemory() |
abstract Map<String,Long> |
usedMemory() |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.