public class TopicPartitionOffsets extends Object
| Constructor and Description |
|---|
TopicPartitionOffsets() |
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getPending() |
void |
noteOffsetCommitted(long offset) |
void |
noteProcessed(long offset) |
void |
noteUnprocessed(long offset) |
String |
toString() |
Copyright © 2020. All rights reserved.