public abstract static class ServerStatus.Connections extends Object
| Constructor and Description |
|---|
Connections() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
available() |
static ServerStatus.Connections |
create(int current,
int available,
Long totalCreated) |
abstract int |
current() |
abstract Long |
totalCreated() |
public abstract int current()
public abstract int available()
public static ServerStatus.Connections create(int current, int available, @Nullable Long totalCreated)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.