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.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.workspace.client |
Provides Workspace client factory and implementations.
|
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
OpenstackSwift.getObjectMetadatas(String containerName,
String objectId) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
MetadatasObject.setDigest(String digest) |
MetadatasObject |
MetadatasObject.setFileOwner(String fileOwner) |
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 |
---|---|
abstract MetadatasObject |
ContentAddressableStorageJcloudsAbstract.getObjectMetadatas(String containerName,
String objectId) |
MetadatasObject |
ContentAddressableStorage.getObjectMetadatas(String containerName,
String objectId)
get metadata of the object
|
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
FileSystem.getObjectMetadatas(String containerName,
String objectId) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
HashFileSystem.getObjectMetadatas(String containerName,
String objectId) |
Modifier and Type | Method and Description |
---|---|
MetadatasObject |
Swift.getObjectMetadatas(String containerName,
String objectId) |
Modifier and Type | Class and Description |
---|---|
class |
StorageMetadatasResult |
Constructor and Description |
---|
StorageMetadatasResult(MetadatasObject object) |
Modifier and Type | Method and Description |
---|---|
RequestResponse<MetadatasObject> |
WorkspaceClient.getObjectMetadatas(String containerName,
String objectId)
Get Object Metadata
|
Copyright © 2018 Vitam. All rights reserved.