Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.TarLocation
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TarLocation in fr.gouv.vitam.storage.engine.common.model
Modifier and TypeMethodDescriptionstatic TarLocation
Returns the enum constant of this class with the specified name.static TarLocation[]
TarLocation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
TapeReadRequestReferentialEntity.setTarLocations
(Map<String, TarLocation> tarLocations) ModifierConstructorDescriptionTapeReadRequestReferentialEntity
(String requestId, String containerName, Map<String, TarLocation> tarLocations, List<FileInTape> files)