Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageNotFoundException
Package
Description
Package used to host cas container swift implementation
Provides API classes for the Workspace module
Provides a FileSystem implementation for storage modules.
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
Provides S3 implementations for the storage modules.
Provides a Swift implementation for the storage modules.
Provides core implementation (Workspace based) for the Storage Offer Default
module
Provides common classes for the Worker module.
Provides
Provides Workspace client factory and implementations.
Provides common classes for the Workspace module.
-
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.cas.container.swift
-
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.cas.container.api
Modifier and TypeMethodDescriptionvoid
ContentAddressableStorage.deleteObject
(String containerName, String objectName) Deletes a object representing the data at location containerName/objectNamevoid
ContentAddressableStorageJcloudsAbstract.deleteObject
(String containerName, String objectName) ContentAddressableStorage.getContainerInformation
(String containerName) Get container information like capacityabstract ContainerInformation
ContentAddressableStorageJcloudsAbstract.getContainerInformation
(String containerName) Retrieves an object representing the data at location containerName/objectNameContentAddressableStorage.getObjectDigest
(String containerName, String objectName, DigestType algo, boolean noCache) compute Object Digest using a defined algorithmvoid
ContentAddressableStorageJcloudsAbstract.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.filesystem
-
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.filesystem.v2
Modifier and TypeMethodDescriptionHashFileSystem.getContainerInformation
(String containerName) HashFileSystemHelper.getPathObject
(String container, String objectId) Get the path of an object based on its container and the objectIdvoid
HashFileSystem.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.s3
Modifier and TypeMethodDescriptionAmazonS3V1.getContainerInformation
(String containerName) void
AmazonS3V1.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.swift
-
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.functionaltest.cucumber.step
-
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.storage.offers.core
Modifier and TypeMethodDescriptionvoid
DefaultOfferService.deleteObject
(String containerName, String objectId, DataCategory type) Deletes a object representing the data at location containerName/objectNameGet object on offer as an inputStream -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionvoid
TapeLibraryContentAddressableStorage.deleteObject
(String containerName, String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.worker.common
Modifier and TypeMethodDescriptionHandlerIO.getFileFromWorkspace
(String objectName) Helper to load a file from Workspace (or local cache) and save it into local cache.
To be used when not specified within the Input parametersHandlerIO.getInputStreamFromWorkspace
(String objectName) Helper to get an InputStream (using local cache if possible) from Workspace
To be used when not specified within the Input parameters -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.worker.core.impl
Modifier and TypeMethodDescriptionHandlerIOImpl.getFileFromWorkspace
(String objectName) HandlerIOImpl.getInputStreamFromWorkspace
(String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
WorkspaceClient.bulkGetObjects
(String containerName, List<String> objectURIs) void
WorkspaceClient.deleteContainer
(String containerName, boolean deleteRecursive) void
WorkspaceClient.deleteFolder
(String containerName, String folderName) void
WorkspaceClient.deleteObject
(String containerName, String objectName) javax.ws.rs.core.Response
javax.ws.rs.core.Response
ModifierConstructorDescriptionWorkspaceBufferingInputStream
(WorkspaceClientFactory workspaceClientFactory, String containerName, String objectName, int maxOnDiskBufferSize, int maxInMemoryBufferSize, File tmpDirectory) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.common
Modifier and TypeMethodDescriptionvoid
WorkspaceContentAddressableStorage.createFolder
(String containerName, String folderName) Creates a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem.createFolder
(String containerName, String folderName) void
WorkspaceContentAddressableStorage.deleteContainer
(String containerName, boolean recursive) Deletes everything inside a container recursively.void
WorkspaceFileSystem.deleteContainer
(String containerName, boolean recursive) void
WorkspaceContentAddressableStorage.deleteFolder
(String containerName, String folderName) Deletes a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem.deleteFolder
(String containerName, String folderName) WorkspaceContentAddressableStorage.getContainerInformation
(String containerName) Get container information like capacityWorkspaceFileSystem.getContainerInformation
(String containerName) void
WorkspaceContentAddressableStorage.purgeContainer
(String containerName) Deletes the contents of a container at its root path without deleting the containervoid
WorkspaceFileSystem.purgeContainer
(String containerName)