| Modifier and Type | Method and Description |
|---|---|
TcpActiveMachine |
DistributedServer.get(String addr) |
TcpActiveMachine |
DistributedServer.getActiveMachineWithBetterAvailableConnections() |
protected static TcpActiveMachine |
DistributedServerConfig.getMachine(File file,
Element server) |
static TcpActiveMachine |
ConnectionUtil.getNewBufferData(byte[] buffer) |
TcpActiveMachine |
DistributedServer.remove(String addr) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TcpActiveMachine> |
DistributedServerConfig.getServers() |
Iterator<TcpActiveMachine> |
DistributedServer.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DistributedServer.add(TcpActiveMachine a) |
void |
DistributedServerConfig.addServer(TcpActiveMachine act) |
static void |
ConnectionUtil.getCurrentBufferData(TcpActiveMachine machine,
byte[] buffer) |
static void |
ConnectionUtil.getNewBufferData(TcpActiveMachine activeMachine,
byte[] buffer) |
| Modifier and Type | Method and Description |
|---|---|
void |
DistributedServerConfig.setServers(ArrayList<TcpActiveMachine> servers) |
Copyright © 2017. All rights reserved.