Package org.apache.pulsar.broker.service
Interface DrainingHashesTracker.UnblockingHandler
- Enclosing class:
- DrainingHashesTracker
public static interface DrainingHashesTracker.UnblockingHandler
Interface for handling the unblocking of sticky key hashes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidstickyKeyHashUnblocked(int stickyKeyHash) Handle the unblocking of a sticky key hash.
-
Method Details
-
stickyKeyHashUnblocked
void stickyKeyHashUnblocked(int stickyKeyHash) Handle the unblocking of a sticky key hash.- Parameters:
stickyKeyHash- the sticky key hash that has been unblocked, or -1 if hash unblocking is done in batch
-