Package | Description |
---|---|
fr.gouv.vitam.cas.container.swift |
Package used to host cas container swift implementation
|
fr.gouv.vitam.common.storage.cas.container.api |
Provides API classes for the Workspace module
|
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.functionaltest.cucumber.step | |
fr.gouv.vitam.storage.offers.common.core |
Provides core implementation (Workspace based) for the Storage Offer Default
module
|
fr.gouv.vitam.workspace.client |
Provides Workspace client factory and implementations.
|
fr.gouv.vitam.workspace.common |
Provides common classes for the Workspace module.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenstackSwift.createContainer(String containerName) |
Modifier and Type | Method and Description |
---|---|
void |
ContentAddressableStorageJcloudsAbstract.createContainer(String containerName) |
void |
ContentAddressableStorage.createContainer(String containerName)
Creates a container
|
Modifier and Type | Method and Description |
---|---|
void |
HashFileSystemHelper.createContainer(String container)
Create a directory recursively in the sub tree
|
void |
HashFileSystem.createContainer(String containerName) |
void |
HashFileSystemHelper.createDirectories(Path path)
Create recursively the directories
|
Modifier and Type | Method and Description |
---|---|
void |
Swift.createContainer(String containerName)
Abstract method to get authenticated openstack client, allow to switch between Keystone V2 and Keystone V3
|
Modifier and Type | Method and Description |
---|---|
boolean |
StorageStep.store(Path sip,
String uri,
String strategy,
String guid)
Store a file
|
Modifier and Type | Method and Description |
---|---|
ObjectInit |
DefaultOfferService.initCreateObject(String containerName,
ObjectInit objectInit,
String objectGUID)
Initialize object creation
Create container on offer if does not exist for one object Also update digest type and object GUID
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceClient.createContainer(String containerName)
Create container
|
void |
WorkspaceClient.createFolder(String containerName,
String folderName)
Create a folder
|
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceFileSystem.createContainer(String containerName) |
void |
WorkspaceContentAddressableStorage.createContainer(String containerName)
Creates a container
|
void |
WorkspaceFileSystem.createFolder(String containerName,
String folderName) |
void |
WorkspaceContentAddressableStorage.createFolder(String containerName,
String folderName)
Creates a folder (or a directory) marker depending on the service
|
Copyright © 2018 Vitam. All rights reserved.