Class ProtostellarStatsCollector
java.lang.Object
com.couchbase.client.core.protostellar.ProtostellarStatsCollector
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
currentMaxThreadCount
(int activeThreadCount) void
void
int
int
int
void
void
void
reset()
void
int
-
Constructor Details
-
ProtostellarStatsCollector
public ProtostellarStatsCollector()
-
-
Method Details
-
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()
-