Package | Description |
---|---|
fr.gouv.vitam.cas.container.builder |
Provides the Blob store contexts builder
|
fr.gouv.vitam.cas.container.swift |
Package used to host cas container swift implementation
|
fr.gouv.vitam.common.storage |
Provides an abstract core, implementation and configuration for the common
Storage module.
|
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.workspace.common |
Provides common classes for the Workspace module.
|
fr.gouv.vitam.workspace.rest |
Provides the web server application for the Workspace module and the rest resources it uses.
|
Modifier and Type | Method and Description |
---|---|
static ContentAddressableStorage |
StoreContextBuilder.newStoreContext(StorageConfiguration configuration)
Builds
ContentAddressableStorage |
Modifier and Type | Method and Description |
---|---|
org.jclouds.blobstore.BlobStoreContext |
OpenstackSwift.getContext(StorageConfiguration configuration) |
Constructor and Description |
---|
OpenstackSwift(StorageConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
StorageConfiguration |
StorageConfiguration.setAuthentication(boolean authentication) |
StorageConfiguration |
StorageConfiguration.setCephMode(Boolean cephMode) |
StorageConfiguration |
StorageConfiguration.setContextPath(String contextPath) |
StorageConfiguration |
StorageConfiguration.setCredential(String credential) |
StorageConfiguration |
StorageConfiguration.setKeystoneEndPoint(String keystoneEndPoint) |
StorageConfiguration |
StorageConfiguration.setProjectName(String projectName) |
StorageConfiguration |
StorageConfiguration.setProvider(String provider) |
StorageConfiguration |
StorageConfiguration.setStoragePath(String storagePath) |
StorageConfiguration |
StorageConfiguration.setSwiftSubUser(String swiftSubUser) |
StorageConfiguration |
StorageConfiguration.setSwiftUid(String swiftUid) |
StorageConfiguration |
StorageConfiguration.setSwiftUrl(String swiftUrl) |
Modifier and Type | Method and Description |
---|---|
StorageConfiguration |
ContentAddressableStorageJcloudsAbstract.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
abstract org.jclouds.blobstore.BlobStoreContext |
ContentAddressableStorageJcloudsAbstract.getContext(StorageConfiguration configuration)
enables the connection to a storage service with the param provided
|
ContentAddressableStorageJcloudsAbstract |
ContentAddressableStorageJcloudsAbstract.setConfiguration(StorageConfiguration configuration) |
Constructor and Description |
---|
ContentAddressableStorageJcloudsAbstract(StorageConfiguration configuration)
creates a new ContentAddressableStorageImpl with a storage configuration
param
|
Modifier and Type | Method and Description |
---|---|
org.jclouds.blobstore.BlobStoreContext |
FileSystem.getContext(StorageConfiguration configuration) |
Constructor and Description |
---|
FileSystem(StorageConfiguration configuration) |
Constructor and Description |
---|
HashFileSystem(StorageConfiguration configuration) |
Modifier and Type | Field and Description |
---|---|
protected StorageConfiguration |
Swift.configuration |
Constructor and Description |
---|
Swift(Supplier<org.openstack4j.api.OSClient> osClient,
StorageConfiguration configuration)
Constructor
|
SwiftKeystoneFactoryV2(StorageConfiguration configuration) |
SwiftKeystoneFactoryV3(StorageConfiguration configuration) |
VitamEndpointUrlResolver(StorageConfiguration configuration)
Constructor
|
Constructor and Description |
---|
WorkspaceFileSystem(StorageConfiguration configuration)
Default constructor Define the root of workspace with the storagePath property from configuration
|
Constructor and Description |
---|
WorkspaceResource(StorageConfiguration configuration)
Constructor used to configure a workspace
|
Copyright © 2018 Vitam. All rights reserved.