Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageNotFoundException
Packages that use 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
Methods in fr.gouv.vitam.cas.container.swift that throw ContentAddressableStorageNotFoundException -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that throw ContentAddressableStorageNotFoundExceptionModifier 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
Methods in fr.gouv.vitam.common.storage.filesystem that throw ContentAddressableStorageNotFoundException -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that throw ContentAddressableStorageNotFoundExceptionModifier 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
Methods in fr.gouv.vitam.common.storage.s3 that throw ContentAddressableStorageNotFoundExceptionModifier and TypeMethodDescriptionAmazonS3V1.getContainerInformation
(String containerName) void
AmazonS3V1.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that throw ContentAddressableStorageNotFoundException -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw ContentAddressableStorageNotFoundException -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that throw ContentAddressableStorageNotFoundExceptionModifier 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
Methods in fr.gouv.vitam.storage.offers.tape.cas that throw ContentAddressableStorageNotFoundExceptionModifier and TypeMethodDescriptionvoid
TapeLibraryContentAddressableStorage.deleteObject
(String containerName, String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw ContentAddressableStorageNotFoundExceptionModifier 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
Methods in fr.gouv.vitam.worker.core.impl that throw ContentAddressableStorageNotFoundExceptionModifier and TypeMethodDescriptionHandlerIOImpl.getFileFromWorkspace
(String objectName) HandlerIOImpl.getInputStreamFromWorkspace
(String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageNotFoundExceptionModifier 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
Constructors in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageNotFoundExceptionModifierConstructorDescriptionWorkspaceBufferingInputStream
(WorkspaceClientFactory workspaceClientFactory, String containerName, String objectName, int maxOnDiskBufferSize, int maxInMemoryBufferSize, File tmpDirectory) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageNotFoundExceptionModifier 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)