| Package | Description |
|---|---|
| io.atomix.protocols.raft.protocol |
RaftRequest and RaftResponse
implementations for all client-server communication. |
| Modifier and Type | Method and Description |
|---|---|
static OpenSessionRequest.Builder |
OpenSessionRequest.newBuilder()
Returns a new open session request builder.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withMaxTimeout(long timeout)
Sets the maximum session timeout.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withMemberId(MemberId member)
Sets the client node identifier.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withMinTimeout(long timeout)
Sets the minimum session timeout.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withReadConsistency(ReadConsistency readConsistency)
Sets the session read consistency.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withServiceName(String serviceName)
Sets the service name.
|
OpenSessionRequest.Builder |
OpenSessionRequest.Builder.withServiceType(ServiceType serviceType)
Sets the service type name.
|
Copyright © 2013–2017. All rights reserved.