Uses of Class
org.apache.pulsar.common.api.proto.CommandConsumerStats
-
Packages that use CommandConsumerStats Package Description org.apache.pulsar.common.api.proto org.apache.pulsar.common.protocol Common protocol. -
-
Uses of CommandConsumerStats in org.apache.pulsar.common.api.proto
Methods in org.apache.pulsar.common.api.proto that return CommandConsumerStats Modifier and Type Method Description CommandConsumerStatsCommandConsumerStats. clear()CommandConsumerStatsCommandConsumerStats. clearConsumerId()CommandConsumerStatsCommandConsumerStats. clearRequestId()CommandConsumerStatsCommandConsumerStats. copyFrom(CommandConsumerStats _other)CommandConsumerStatsBaseCommand. getConsumerStats()CommandConsumerStatsCommandConsumerStats. setConsumerId(long consumerId)CommandConsumerStatsBaseCommand. setConsumerStats()CommandConsumerStatsCommandConsumerStats. setRequestId(long requestId)Methods in org.apache.pulsar.common.api.proto with parameters of type CommandConsumerStats Modifier and Type Method Description CommandConsumerStatsCommandConsumerStats. copyFrom(CommandConsumerStats _other) -
Uses of CommandConsumerStats in org.apache.pulsar.common.protocol
Methods in org.apache.pulsar.common.protocol with parameters of type CommandConsumerStats Modifier and Type Method Description protected voidPulsarDecoder. handleConsumerStats(CommandConsumerStats commandConsumerStats)
-