Interface CacheSupportedPipelineExecutor

    • Method Detail

      • invalidateClusterDataset

        CompletableFuture<Void> invalidateClusterDataset​(AbstractID clusterDatasetId,
                                                         Configuration configuration,
                                                         ClassLoader userCodeClassloader)
                                                  throws Exception
        Invalidate the cluster dataset with the given id.
        Parameters:
        clusterDatasetId - id of the cluster dataset to be invalidated.
        configuration - the Configuration with the required parameters
        userCodeClassloader - the ClassLoader to deserialize usercode
        Returns:
        Future which will be completed when the cached dataset is invalidated.
        Throws:
        Exception