Uses of Class
org.apache.flink.util.AbstractID
-
Packages that use AbstractID Package Description org.apache.flink.api.common org.apache.flink.core.execution org.apache.flink.util -
-
Uses of AbstractID in org.apache.flink.api.common
Subclasses of AbstractID in org.apache.flink.api.common Modifier and Type Class Description classJobIDUnique (at least statistically unique) identifier for a Flink Job. -
Uses of AbstractID in org.apache.flink.core.execution
Methods in org.apache.flink.core.execution that return types with arguments of type AbstractID Modifier and Type Method Description CompletableFuture<Set<AbstractID>>CacheSupportedPipelineExecutor. listCompletedClusterDatasetIds(Configuration configuration, ClassLoader userCodeClassloader)Return a set of ids of the completed cluster dataset.Methods in org.apache.flink.core.execution with parameters of type AbstractID Modifier and Type Method Description CompletableFuture<Void>CacheSupportedPipelineExecutor. invalidateClusterDataset(AbstractID clusterDatasetId, Configuration configuration, ClassLoader userCodeClassloader)Invalidate the cluster dataset with the given id. -
Uses of AbstractID in org.apache.flink.util
Methods in org.apache.flink.util with parameters of type AbstractID Modifier and Type Method Description intAbstractID. compareTo(AbstractID o)Constructors in org.apache.flink.util with parameters of type AbstractID Constructor Description AbstractID(AbstractID id)Copy constructor: Creates a new abstract ID from the given one.
-