public static interface ClusterConfiguration.UnicastConfiguration
| Modifier and Type | Method and Description |
|---|---|
void |
maxReadBatchMessages(int size)
Max number of messages a read will try to read from the socket.
|
void |
maxReceiveThreads(int threads)
Maximum number of threads to be used for messages handling.
|
void |
maxRetransmitTimeMillis(int millis)
Max number of milliseconds we try to retransmit a message to any given member.
|
void |
minReceiveThreads(int threads)
Minimum number of threads to be used for messages handling.
|
void |
pingTimeoutMillis(int pingTimeout)
Timeout for ping heartbeat and discovery requests.
|
void |
receiveBufferSize(int size)
Socket receive buffer size.
|
void |
receiveQueueMaxSize(int size)
The size of the queue which will be used when all handling threads
are busy.
|
void |
retransmitIntervalMillis(int millis)
Interval (in milliseconds) at which messages in the send windows are resent.
|
void |
sendBufferSize(int size)
Socket send buffer size.
|
void receiveBufferSize(int size)
size - void sendBufferSize(int size)
size - void pingTimeoutMillis(int pingTimeout)
pingTimeout - void minReceiveThreads(int threads)
threads - void maxReceiveThreads(int threads)
threads - void receiveQueueMaxSize(int size)
size - void maxReadBatchMessages(int size)
size - void retransmitIntervalMillis(int millis)
millis - void maxRetransmitTimeMillis(int millis)
millis - Copyright © 2015 Artem Dmitriev. All Rights Reserved.