@FunctionalInterface public interface ResourceCleaner
ResourceCleaner
executes instances on the given JobID
.Modifier and Type | Method and Description |
---|---|
CompletableFuture<Void> |
cleanupAsync(JobID jobId)
Cleans job-related data from resources asynchronously.
|
CompletableFuture<Void> cleanupAsync(JobID jobId)
jobId
- The JobID
referring to the job for which the data shall be cleaned up.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.