public interface RedeliveryTracker
| Modifier and Type | Method and Description |
|---|---|
void |
addIfAbsent(Position position) |
void |
clear() |
boolean |
contains(Position position) |
int |
getRedeliveryCount(Position position) |
int |
incrementAndGetRedeliveryCount(Position position) |
void |
remove(Position position) |
void |
removeBatch(List<Position> positions) |
int incrementAndGetRedeliveryCount(Position position)
int getRedeliveryCount(Position position)
void remove(Position position)
void clear()
boolean contains(Position position)
void addIfAbsent(Position position)
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.