public abstract class Swap extends Object
| Constructor and Description |
|---|
Swap() |
| Modifier and Type | Method and Description |
|---|---|
static Swap |
create(long total,
long free,
long used) |
abstract long |
free() |
abstract long |
total() |
abstract long |
used() |
public abstract long total()
public abstract long free()
public abstract long used()
public static Swap create(long total, long free, long used)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.