public interface Context extends Configuration
| Modifier and Type | Method and Description |
|---|---|
Context |
connection(int serverId,
Connection connection) |
static Context |
create() |
Context |
enforceLeaderInput(EnforceLeaderInput input) |
Context |
initialSendBufferCapacity(int size) |
Context |
serverId(int serverId) |
Context |
serverId(int serverId,
boolean local) |
Context |
serverIds(int... serverIds) |
configure, connection, enforceLeaderInput, initialSendBufferCapacity, serverId, serverIds, validateContext serverId(int serverId)
Context serverId(int serverId, boolean local)
Context serverIds(int... serverIds)
Context enforceLeaderInput(EnforceLeaderInput input)
Context connection(int serverId, Connection connection)
Context initialSendBufferCapacity(int size)
static Context create()
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.