@MXBeanDescription(value="MBean that provides access to receiver hub descriptor.") public interface DrReceiverMBean
Modifier and Type | Method and Description |
---|---|
long |
getFlushFrequency()
Gets data center replication data loader flush frequency.
|
long |
getIdleTimeout()
Gets idle timeout for sender hub socket connection.
|
String |
getLocalInboundHost()
Gets local host name receiving hub server is bound to.
|
int |
getLocalInboundPort()
Gets local port receiver hub is bound to.
|
int |
getMessageQueueLimit()
Gets message queue limit for incoming and outgoing messages.
|
int |
getPerNodeBufferSize()
Gets data center replication data loader per node buffer size.
|
int |
getPerNodeParallelLoadOperations()
Gets per node parallel load operations.
|
int |
getSelectorCount()
Gets number of selector threads in receiver hub's TCP server.
|
int |
getWorkerThreads()
Gets number of threads responsible for sender hub requests processing.
|
long |
getWriteTimeout()
Gets write timeout for sender hub socket connection.
|
boolean |
isDirectBuffer()
Whether to use direct buffer when processing sender hub requests.
|
boolean |
isTcpNodelay()
Whether to use TCP_NODELAY mode.
|
String |
metricsFormatted()
Get metrics (statistics) for this receiver hub.
|
@MXBeanDescription(value="Formatted receiver hub metrics.") String metricsFormatted()
@MXBeanDescription(value="Local hostname.") String getLocalInboundHost()
@MXBeanDescription(value="Local port.") int getLocalInboundPort()
@MXBeanDescription(value="Number of selector threads in receiver hub\'s TCP server.") int getSelectorCount()
@MXBeanDescription(value="Amount of server worker threads.") int getWorkerThreads()
@MXBeanDescription(value="Message queue limit for incoming and outgoing messages.") int getMessageQueueLimit()
@MXBeanDescription(value="TCP_NODELAY mode flag.") boolean isTcpNodelay()
@MXBeanDescription(value="Direct buffer flag.") boolean isDirectBuffer()
@MXBeanDescription(value="Idle timeout for sender hub socket connection.") long getIdleTimeout()
@MXBeanDescription(value="Write timeout for sender hub socket connection.") long getWriteTimeout()
@MXBeanDescription(value="Data flush frequency.") long getFlushFrequency()
@MXBeanDescription(value="DR data loader per node buffer size.") int getPerNodeBufferSize()
@MXBeanDescription(value="Parallel load operations per node.") int getPerNodeParallelLoadOperations()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024