Uses of Enum Class
fr.gouv.vitam.storage.engine.common.model.TarLocation
Packages that use TarLocation
Package
Description
Provides common Model classes for the Storage Engine module.
-
Uses of TarLocation in fr.gouv.vitam.storage.engine.common.model
Methods in fr.gouv.vitam.storage.engine.common.model that return TarLocationModifier 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.Methods in fr.gouv.vitam.storage.engine.common.model that return types with arguments of type TarLocationMethod parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarLocationModifier and TypeMethodDescriptionvoid
TapeReadRequestReferentialEntity.setTarLocations
(Map<String, TarLocation> tarLocations) Constructor parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarLocationModifierConstructorDescriptionTapeReadRequestReferentialEntity
(String requestId, String containerName, Map<String, TarLocation> tarLocations, List<FileInTape> files)