Package | Description |
---|---|
fr.gouv.vitam.storage.engine.common.model |
Provides common Model classes for the Storage Engine module.
|
fr.gouv.vitam.storage.offers.tape.cas |
Modifier and Type | Method and Description |
---|---|
static TarLocation |
TarLocation.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,TarLocation> |
TapeReadRequestReferentialEntity.getTarLocations() |
Modifier and Type | Method and Description |
---|---|
void |
TapeReadRequestReferentialEntity.setTarLocations(Map<String,TarLocation> tarLocations) |
Constructor and Description |
---|
TapeReadRequestReferentialEntity(String requestId,
String containerName,
Map<String,TarLocation> tarLocations,
List<FileInTape> files) |
Modifier and Type | Method and Description |
---|---|
void |
ReadRequestReferentialRepository.updateReadRequests(String archiveId,
TarLocation tarLocation)
Update location of a given archive id in all read request where this archive id exists
|
Copyright © 2019 Vitam. All rights reserved.