Package com.netflix.genie.common.internal.services.impl
@ParametersAreNonnullByDefault
package com.netflix.genie.common.internal.services.impl
Implementations of service interfaces found in
com.netflix.genie.common.internal.services
.- Since:
- 4.0.0
-
ClassesClassDescriptionAn implementation of
JobArchiver
which attempts to copy the job directory somewhere else on the file system for backup.Default implementation of theJobArchiveService
.Implementation ofJobDirectoryManifestCreatorService
that caches manifests produced by the factory for a few seconds, thus avoiding re-calculating the same for subsequent requests (e.g.Implementation ofJobArchiveService
for S3 destinations.