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 TypeMethodDescriptionvoidContentAddressableStorage.deleteObject(String containerName, String objectName) Deletes a object representing the data at location containerName/objectNamevoidContentAddressableStorageJcloudsAbstract.deleteObject(String containerName, String objectName) ContentAddressableStorage.getContainerInformation(String containerName) Get container information like capacityabstract ContainerInformationContentAddressableStorageJcloudsAbstract.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 algorithmvoidContentAddressableStorageJcloudsAbstract.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 objectIdvoidHashFileSystem.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) voidAmazonS3V1.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 TypeMethodDescriptionvoidDefaultOfferService.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 TypeMethodDescriptionvoidTapeLibraryContentAddressableStorage.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.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw ContentAddressableStorageNotFoundExceptionModifier and TypeMethodDescriptionabstract voidCommonPurgeDeleteService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) abstract voidCommonPurgeDeleteService.storageDeleteBinaries(List<PurgeObjectGroupParams> objectGroupParams, DataCategory dataCategory, String fileExtension, HandlerIO handler) voidPurgeDeleteCollectService.storageDeleteBinaries(List<PurgeObjectGroupParams> objectGroupParams, DataCategory dataCategory, String fileExtension, HandlerIO handler) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWorkspaceClient.bulkGetObjects(String containerName, List<String> objectURIs) voidWorkspaceClient.deleteContainer(String containerName, boolean deleteRecursive) voidWorkspaceClient.deleteFolder(String containerName, String folderName) voidWorkspaceClient.deleteObject(String containerName, String objectName) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseConstructors 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 TypeMethodDescriptionvoidWorkspaceContentAddressableStorage.createFolder(String containerName, String folderName) Creates a folder (or a directory) marker depending on the servicevoidWorkspaceFileSystem.createFolder(String containerName, String folderName) voidWorkspaceContentAddressableStorage.deleteContainer(String containerName, boolean recursive) Deletes everything inside a container recursively.voidWorkspaceFileSystem.deleteContainer(String containerName, boolean recursive) voidWorkspaceContentAddressableStorage.deleteFolder(String containerName, String folderName) Deletes a folder (or a directory) marker depending on the servicevoidWorkspaceFileSystem.deleteFolder(String containerName, String folderName) WorkspaceContentAddressableStorage.getContainerInformation(String containerName) Get container information like capacityWorkspaceFileSystem.getContainerInformation(String containerName) voidWorkspaceContentAddressableStorage.purgeContainer(String containerName) Deletes the contents of a container at its root path without deleting the containervoidWorkspaceFileSystem.purgeContainer(String containerName)