public abstract static class ProcessStats.Memory extends Object
| Constructor and Description |
|---|
Memory() |
| Modifier and Type | Method and Description |
|---|---|
static ProcessStats.Memory |
create(long totalVirtual,
long resident,
long share) |
abstract long |
resident() |
abstract long |
share() |
abstract long |
totalVirtual() |
public abstract long totalVirtual()
public abstract long resident()
public abstract long share()
public static ProcessStats.Memory create(long totalVirtual, long resident, long share)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.