Package org.gridgain.dr
Class DrReceiverDefaults
java.lang.Object
org.gridgain.dr.DrReceiverDefaults
Data center replication receiver hub configuration defaults.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDefault server socket idle timeout.static final intDefault server port.static final intDefault quantity of NIO threads responsible for sender hub connections processing.static final booleanDefault TCP_NODELAY flag value for server sockets.static final intDefault number of threads responsible for sender hub requests processing.static final longDefault server socket write timeout. -
Method Summary
-
Field Details
-
DFLT_LOCAL_PORT
public static final int DFLT_LOCAL_PORTDefault server port.- See Also:
-
DFLT_SELECTOR_THREAD_CNT
public static final int DFLT_SELECTOR_THREAD_CNTDefault quantity of NIO threads responsible for sender hub connections processing. -
DFLT_WORKER_THREAD_CNT
public static final int DFLT_WORKER_THREAD_CNTDefault number of threads responsible for sender hub requests processing. -
DFLT_TCP_NODELAY
public static final boolean DFLT_TCP_NODELAYDefault TCP_NODELAY flag value for server sockets.- See Also:
-
DFLT_IDLE_TIMEOUT
public static final int DFLT_IDLE_TIMEOUTDefault server socket idle timeout.- See Also:
-
DFLT_WRITE_TIMEOUT
public static final long DFLT_WRITE_TIMEOUTDefault server socket write timeout.- See Also:
-