Class ProtostellarStatsCollector
- java.lang.Object
-
- com.couchbase.client.core.protostellar.ProtostellarStatsCollector
-
-
Constructor Summary
Constructors Constructor Description ProtostellarStatsCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidchannelAdded()intchannelsCreated()voidcurrentMaxThreadCount(int activeThreadCount)voidinboundMessage()voidinboundMessageRead()intinflightIncomingMessagesMax()intinflightOutgoingMessagesMax()intmaxThreadCount()voidoutboundMessage()voidoutboundMessageSent()voidreset()voidsubChannelAdded()intsubChannelsCreated()
-
-
-
Method Detail
-
channelAdded
public void channelAdded()
-
subChannelAdded
public void subChannelAdded()
-
channelsCreated
public int channelsCreated()
-
subChannelsCreated
public int subChannelsCreated()
-
reset
public void reset()
-
outboundMessageSent
public void outboundMessageSent()
-
outboundMessage
public void outboundMessage()
-
inboundMessage
public void inboundMessage()
-
inboundMessageRead
public void inboundMessageRead()
-
inflightOutgoingMessagesMax
public int inflightOutgoingMessagesMax()
-
inflightIncomingMessagesMax
public int inflightIncomingMessagesMax()
-
currentMaxThreadCount
public void currentMaxThreadCount(int activeThreadCount)
-
maxThreadCount
public int maxThreadCount()
-
-