@FunctionalInterface public interface ResourceCleaner
ResourceCleaner executes instances on the given JobID.| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Void> |
cleanupAsync(org.apache.flink.api.common.JobID jobId)
Cleans job-related data from resources asynchronously.
|
CompletableFuture<Void> cleanupAsync(org.apache.flink.api.common.JobID jobId)
jobId - The JobID referring to the job for which the data shall be cleaned up.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.