Class ProtostellarStatsCollector

java.lang.Object
com.couchbase.client.core.protostellar.ProtostellarStatsCollector

@Internal public class ProtostellarStatsCollector extends Object
  • 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()