Package org.gridgain.internal.dr.metrics
Interface DrReceiverMxBean
- All Known Implementing Classes:
DrReceiverMxBeanImpl
public interface DrReceiverMxBean
MBean that provides access to receiver hub configuration and metrics.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintintintintintlongintlonglonglonglongintlongboolean
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getTotalBatchesReceived
int getTotalBatchesReceived() -
getTotalEntriesReceived
long getTotalEntriesReceived() -
getTotalBytesReceived
long getTotalBytesReceived() -
getTotalMessageQueueLength
long getTotalMessageQueueLength() -
getTotalMessageQueueSizeBytes
long getTotalMessageQueueSizeBytes() -
getLocalInboundHost
String getLocalInboundHost() -
getLocalInboundPort
int getLocalInboundPort() -
getSelectorCount
int getSelectorCount() -
getWorkerThreads
int getWorkerThreads() -
getWriteTimeout
long getWriteTimeout() -
getSocketSendBufferSize
int getSocketSendBufferSize() -
getSocketReceiveBufferSize
int getSocketReceiveBufferSize() -
isTcpNodelay
boolean isTcpNodelay() -
getIdleTimeout
int getIdleTimeout() -
getTombstoneTtl
long getTombstoneTtl()
-