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 |
---|---|
TarEntryDescription |
TarEntryDescription.setDigestValue(String digestValue) |
TarEntryDescription |
TarEntryDescription.setEntryName(String entryName) |
TarEntryDescription |
TarEntryDescription.setSize(long size) |
TarEntryDescription |
TarEntryDescription.setStartPos(long startPos) |
TarEntryDescription |
TarEntryDescription.setTarFileId(String tarFileId) |
Modifier and Type | Method and Description |
---|---|
List<TarEntryDescription> |
FileInTape.getFileSegments() |
List<TarEntryDescription> |
TapeLibraryTarObjectStorageLocation.getTarEntries() |
Modifier and Type | Method and Description |
---|---|
void |
FileInTape.setFileSegments(List<TarEntryDescription> fileSegments) |
TapeLibraryTarObjectStorageLocation |
TapeLibraryTarObjectStorageLocation.setTarEntries(List<TarEntryDescription> tarEntries) |
Constructor and Description |
---|
FileInTape(String fileName,
String storageId,
List<TarEntryDescription> fileSegments) |
TapeLibraryTarObjectStorageLocation(List<TarEntryDescription> tarEntries) |
Modifier and Type | Method and Description |
---|---|
TarEntryDescription |
TarAppender.append(String entryName,
InputStream inputStream,
long size) |
Modifier and Type | Method and Description |
---|---|
static InputStream |
TarHelper.readEntryAtPos(Path tarFilePath,
TarEntryDescription entryDescription) |
Copyright © 2019 Vitam. All rights reserved.