Package | Description |
---|---|
org.apache.flink.runtime.io.network.partition |
Modifier and Type | Method and Description |
---|---|
Collection<PartitionTrackerEntry<K,M>> |
AbstractPartitionTracker.stopTrackingPartitions(Collection<ResultPartitionID> resultPartitionIds) |
Collection<PartitionTrackerEntry<K,M>> |
PartitionTracker.stopTrackingPartitions(Collection<ResultPartitionID> resultPartitionIds)
Stops the tracking of the given partitions.
|
Collection<PartitionTrackerEntry<K,M>> |
AbstractPartitionTracker.stopTrackingPartitionsFor(K key) |
Collection<PartitionTrackerEntry<K,M>> |
PartitionTracker.stopTrackingPartitionsFor(K key)
Stops the tracking of all partitions for the given key.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.