See: Description
Interface | Description |
---|---|
ArtifactStagingService.ArtifactDestinationProvider |
Provides a concrete location to which artifacts can be staged on retrieval.
|
LegacyArtifactRetrievalService |
An implementation of the Beam Artifact Retrieval Service.
|
Class | Description |
---|---|
AbstractLegacyArtifactRetrievalService |
An
LegacyArtifactRetrievalService that handles everything aside from actually opening the
backing resources. |
AbstractLegacyArtifactStagingService |
An
LegacyArtifactStagingServiceGrpc.LegacyArtifactStagingServiceImplBase that handles everything aside from actually
opening the backing resources. |
ArtifactRetrievalService |
An
ArtifactRetrievalService that uses FileSystems as its backing storage. |
ArtifactStagingService | |
ArtifactStagingService.ArtifactDestination |
A pairing of a newly created artifact type and an ouptut stream that will be readable at that
type.
|
BeamFileSystemLegacyArtifactRetrievalService |
An
LegacyArtifactRetrievalService that uses FileSystems as its backing storage
and uses the artifact layout and retrieval token format produced by BeamFileSystemLegacyArtifactStagingService . |
BeamFileSystemLegacyArtifactStagingService |
This implementation is experimental.
|
BeamFileSystemLegacyArtifactStagingService.StagingSessionToken |
Serializable StagingSessionToken used to stage files with
BeamFileSystemLegacyArtifactStagingService . |
ClassLoaderLegacyArtifactRetrievalService |
An
LegacyArtifactRetrievalService that loads artifacts as ClassLoader resources. |
JavaFilesystemLegacyArtifactStagingService |
An
LegacyArtifactStagingServiceGrpc.LegacyArtifactStagingServiceImplBase that loads
artifacts into a Java FileSystem . |