@Internal public interface CacheSupportedPipelineExecutor extends PipelineExecutor
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
invalidateClusterDataset(AbstractID clusterDatasetId,
Configuration configuration,
ClassLoader userCodeClassloader)
Invalidate the cluster dataset with the given id.
|
CompletableFuture<Set<AbstractID>> |
listCompletedClusterDatasetIds(Configuration configuration,
ClassLoader userCodeClassloader)
Return a set of ids of the completed cluster dataset.
|
execute
CompletableFuture<Set<AbstractID>> listCompletedClusterDatasetIds(Configuration configuration, ClassLoader userCodeClassloader) throws Exception
configuration
- the Configuration
with the required parametersuserCodeClassloader
- the ClassLoader
to deserialize usercodeException
CompletableFuture<Void> invalidateClusterDataset(AbstractID clusterDatasetId, Configuration configuration, ClassLoader userCodeClassloader) throws Exception
clusterDatasetId
- id of the cluster dataset to be invalidated.configuration
- the Configuration
with the required parametersuserCodeClassloader
- the ClassLoader
to deserialize usercodeException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.