public interface ServerConfig
| Modifier and Type | Method and Description |
|---|---|
static ServerConfig |
create(int serverId,
int... serverIds) |
int |
serverCount() |
int |
serverId() |
int |
serverId(int index) |
static ServerConfig |
singleton() |
static ServerConfig |
singleton(int serverId) |
int serverId()
int serverCount()
int serverId(int index)
static ServerConfig singleton()
static ServerConfig singleton(int serverId)
static ServerConfig create(int serverId, int... serverIds)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.