Interface CommitLogObserver.OnRepartitionContext
-
- Enclosing interface:
- CommitLogObserver
@Stable public static interface CommitLogObserver.OnRepartitionContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Partition>
partitions()
Retrieve list of currently assigned partitions.
-
-
-
Method Detail
-
partitions
java.util.Collection<Partition> partitions()
Retrieve list of currently assigned partitions.- Returns:
- partitions currently assigned (after the repartition)
-
-