public class VisorDrReceiverHubConfig extends Object implements Serializable
| Constructor and Description |
|---|
VisorDrReceiverHubConfig() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
directBuffer() |
void |
directBuffer(boolean directBuf) |
long |
flushFrequency() |
void |
flushFrequency(long flushFreq) |
static VisorDrReceiverHubConfig |
from(GridDrReceiverHubConfiguration rcvHubCfg) |
long |
idleTimeout() |
void |
idleTimeout(long idleTimeout) |
String |
localInboundHost() |
void |
localInboundHost(String locInboundHost) |
int |
localInboundPort() |
void |
localInboundPort(int locInboundPort) |
int |
messageQueueLimit() |
void |
messageQueueLimit(int msgQueueLimit) |
int |
perNodeBufferSize() |
void |
perNodeBufferSize(int perNodeBufSize) |
int |
perNodeParallelLoadOperations() |
void |
perNodeParallelLoadOperations(int perNodeParallelLoadOperations) |
int |
selectorCount() |
void |
selectorCount(int selectorCnt) |
boolean |
tcpNodelay() |
void |
tcpNodelay(boolean tcpNodelay) |
String |
toString() |
int |
workerThreads() |
void |
workerThreads(int workerThreads) |
long |
writeTimeout() |
void |
writeTimeout(long writeTimeout) |
public static VisorDrReceiverHubConfig from(GridDrReceiverHubConfiguration rcvHubCfg)
rcvHubCfg - Data center replication receiver hub configuration.public String localInboundHost()
public void localInboundHost(String locInboundHost)
locInboundHost - New local host name receiving hub server is bound to.public int localInboundPort()
public void localInboundPort(int locInboundPort)
locInboundPort - New local port receiving hub is bound to.public int selectorCount()
public void selectorCount(int selectorCnt)
selectorCnt - New number of selector threads in receiver hub's TCP server.public int workerThreads()
public void workerThreads(int workerThreads)
workerThreads - New number of threads responsible for sender hub requests processing.public int messageQueueLimit()
public void messageQueueLimit(int msgQueueLimit)
msgQueueLimit - New message queue limit for incoming and outgoing messages.public boolean tcpNodelay()
public void tcpNodelay(boolean tcpNodelay)
tcpNodelay - New whether to use TCP_NODELAY mode.public boolean directBuffer()
public void directBuffer(boolean directBuf)
directBuf - New whether to use direct buffer when processing sender hub requests.public long idleTimeout()
public void idleTimeout(long idleTimeout)
idleTimeout - New idle timeout for sender hub socket connection.public long writeTimeout()
public void writeTimeout(long writeTimeout)
writeTimeout - New write timeout for sender hub socket connection.public long flushFrequency()
public void flushFrequency(long flushFreq)
flushFreq - New dR data loader flush frequency.public int perNodeBufferSize()
public void perNodeBufferSize(int perNodeBufSize)
perNodeBufSize - New dR data loader per node buffer size.public int perNodeParallelLoadOperations()
public void perNodeParallelLoadOperations(int perNodeParallelLoadOperations)
perNodeParallelLoadOperations - New per node parallel load operations.Copyright © 2014. All rights reserved.