Uses of Class
fr.gouv.vitam.storage.engine.common.model.TarLocation
-
Packages that use TarLocation Package Description fr.gouv.vitam.storage.engine.common.model 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 TarLocation Modifier and Type Method Description static TarLocation
TarLocation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TarLocation[]
TarLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.storage.engine.common.model that return types with arguments of type TarLocation Modifier and Type Method Description java.util.Map<java.lang.String,TarLocation>
TapeReadRequestReferentialEntity. getTarLocations()
Method parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarLocation Modifier and Type Method Description void
TapeReadRequestReferentialEntity. setTarLocations(java.util.Map<java.lang.String,TarLocation> tarLocations)
Constructor parameters in fr.gouv.vitam.storage.engine.common.model with type arguments of type TarLocation Constructor Description TapeReadRequestReferentialEntity(java.lang.String requestId, java.lang.String containerName, java.util.Map<java.lang.String,TarLocation> tarLocations, java.util.List<FileInTape> files)
-