Package org.apache.pulsar.broker.service
Class AbstractSubscription
java.lang.Object
org.apache.pulsar.broker.service.AbstractSubscription
- All Implemented Interfaces:
Subscription
- Direct Known Subclasses:
NonPersistentSubscription,PersistentSubscription
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.pulsar.broker.service.Subscription
acknowledgeMessage, addConsumer, addUnAckedMessages, analyzeBacklog, clearBacklog, close, consumerFlow, delete, deleteForcefully, disconnect, doUnsubscribe, endTxn, expireMessages, expireMessages, getConsumers, getDispatcher, getExpiredMessageRate, getName, getNumberOfEntriesDelayed, getNumberOfEntriesInBacklog, getNumberOfSameAddressConsumers, getSubscriptionProperties, getTopic, getTopicName, getType, getTypeString, interceptor, isReplicated, markTopicWithBatchMessagePublished, peekNthMessage, processReplicatedSubscriptionSnapshot, redeliverUnacknowledgedMessages, redeliverUnacknowledgedMessages, removeConsumer, removeConsumer, resetCursor, resetCursor, skipMessages, updateSubscriptionProperties
-
Field Details
-
bytesOutFromRemovedConsumers
-
msgOutFromRemovedConsumer
-
-
Constructor Details
-
AbstractSubscription
public AbstractSubscription()
-
-
Method Details
-
getMsgOutCounter
public long getMsgOutCounter() -
getBytesOutCounter
public long getBytesOutCounter()
-