Package | Description |
---|---|
fr.gouv.vitam.cas.container.swift |
Package used to host cas container swift implementation
|
fr.gouv.vitam.common.model |
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
|
fr.gouv.vitam.common.storage.cas.container.api |
Provides API classes for the Workspace module
|
fr.gouv.vitam.common.storage.filesystem |
Provides a FileSystem implementation for storage modules.
|
fr.gouv.vitam.common.storage.filesystem.v2 |
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
|
fr.gouv.vitam.common.storage.s3 |
Provides S3 implementations for the storage modules.
|
fr.gouv.vitam.common.storage.swift |
Provides a Swift implementation for the storage modules.
|
fr.gouv.vitam.storage.driver.model |
Provides Model classes such as Requests and Results classes for the Storage
driver module
|
fr.gouv.vitam.storage.offers.tape.cas |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
OpenstackSwift.getObjectMetadata(String containerName,
String objectId,
boolean noCache) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
MetadatasObject.setDigest(String digest) |
MetadatasObject |
MetadatasObject.setFileSize(long fileSize) |
MetadatasObject |
MetadatasObject.setLastAccessDate(String lastAccessDate) |
MetadatasObject |
MetadatasObject.setLastModifiedDate(String lastModifiedDate) |
MetadatasObject |
MetadatasObject.setObjectName(String objectName) |
MetadatasObject |
MetadatasObject.setType(String type) |
Modifier and Type | Class and Description |
---|---|
class |
MetadatasStorageObject
metadata storage object
|
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
ContentAddressableStorage.getObjectMetadata(String containerName,
String objectId,
boolean noCache)
get metadata of the object
|
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
FileSystem.getObjectMetadata(String containerName,
String objectId,
boolean noCache) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
HashFileSystem.getObjectMetadata(String containerName,
String objectId,
boolean noCache) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
AmazonS3V1.getObjectMetadata(String containerName,
String objectId,
boolean noCache) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
Swift.getObjectMetadata(String containerName,
String objectId,
boolean noCache) |
Modifier and Type | Class and Description |
---|---|
class |
StorageMetadataResult |
Constructor and Description |
---|
StorageMetadataResult(MetadatasObject object) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
TapeLibraryContentAddressableStorage.getObjectMetadata(String containerName,
String objectName,
boolean noCache) |
Copyright © 2019 Vitam. All rights reserved.