public interface SystemStreamPartitionMapper
SystemStreamPartition
for a SystemStreamPartition
of a input stream after the stream expansion or contraction.Modifier and Type | Method and Description |
---|---|
SystemStreamPartition |
getPreviousSSP(SystemStreamPartition currentSystemStreamPartition,
int previousPartitionCount,
int currentPartitionCount)
Determines the previous
SystemStreamPartition for a SystemStreamPartition
of a input stream after the stream expansion or contraction. |
SystemStreamPartition getPreviousSSP(SystemStreamPartition currentSystemStreamPartition, int previousPartitionCount, int currentPartitionCount)
SystemStreamPartition
for a SystemStreamPartition
of a input stream after the stream expansion or contraction.currentSystemStreamPartition
- denotes the current partition after the stream partition count change.previousPartitionCount
- the partition count of the stream before the stream partition count change.currentPartitionCount
- the partition count of the stream after the stream partition count change.SystemStreamPartition
.