Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageNotFoundException
-
Packages that use ContentAddressableStorageNotFoundException Package Description fr.gouv.vitam.cas.container.swift Package used to host cas container swift implementationfr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace modulefr.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 filesfr.gouv.vitam.common.storage.s3 Provides S3 implementations for the storage modules.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.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.tape.cas fr.gouv.vitam.worker.common Provides common classes for the Worker module.fr.gouv.vitam.worker.core.impl Providesfr.gouv.vitam.workspace.client Provides Workspace client factory and implementations.fr.gouv.vitam.workspace.common 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 Modifier and Type Method Description ContainerInformationOpenstackSwift. getContainerInformation(java.lang.String containerName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description voidContentAddressableStorage. deleteObject(java.lang.String containerName, java.lang.String objectName)Deletes a object representing the data at location containerName/objectNamevoidContentAddressableStorageJcloudsAbstract. deleteObject(java.lang.String containerName, java.lang.String objectName)ContainerInformationContentAddressableStorage. getContainerInformation(java.lang.String containerName)Get container information like capacityabstract ContainerInformationContentAddressableStorageJcloudsAbstract. getContainerInformation(java.lang.String containerName)ObjectContentContentAddressableStorage. getObject(java.lang.String containerName, java.lang.String objectName)Retrieves an object representing the data at location containerName/objectNamejava.lang.StringContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)compute Object Digest using a defined algorithmvoidContentAddressableStorageJcloudsAbstract. listContainer(java.lang.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 Modifier and Type Method Description ContainerInformationFileSystem. getContainerInformation(java.lang.String containerName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description ContainerInformationHashFileSystem. getContainerInformation(java.lang.String containerName)java.nio.file.PathHashFileSystemHelper. getPathObject(java.lang.String container, java.lang.String objectId)Get the path of an object based on its container and the objectIdvoidHashFileSystem. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description ContainerInformationAmazonS3V1. getContainerInformation(java.lang.String containerName)voidAmazonS3V1. listContainer(java.lang.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 Modifier and Type Method Description ContainerInformationSwift. getContainerInformation(java.lang.String containerName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description booleanStorageStep. store(java.nio.file.Path sip, java.lang.String uri, java.lang.String strategy, java.lang.String guid)Store a file -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description voidDefaultOfferService. deleteObject(java.lang.String containerName, java.lang.String objectId, DataCategory type)Deletes a object representing the data at location containerName/objectNameObjectContentDefaultOfferService. getObject(java.lang.String containerName, java.lang.String objectId)Get 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 ContentAddressableStorageNotFoundException Modifier and Type Method Description voidTapeLibraryContentAddressableStorage. deleteObject(java.lang.String containerName, java.lang.String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description java.io.FileHandlerIO. getFileFromWorkspace(java.lang.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 parametersjava.io.InputStreamHandlerIO. getInputStreamFromWorkspace(java.lang.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 ContentAddressableStorageNotFoundException Modifier and Type Method Description java.io.FileHandlerIOImpl. getFileFromWorkspace(java.lang.String objectName)java.io.InputStreamHandlerIOImpl. getInputStreamFromWorkspace(java.lang.String objectName) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description javax.ws.rs.core.ResponseWorkspaceClient. bulkGetObjects(java.lang.String containerName, java.util.List<java.lang.String> objectURIs)voidWorkspaceClient. deleteContainer(java.lang.String containerName, boolean deleteRecursive)voidWorkspaceClient. deleteFolder(java.lang.String containerName, java.lang.String folderName)voidWorkspaceClient. deleteObject(java.lang.String containerName, java.lang.String objectName)javax.ws.rs.core.ResponseWorkspaceClient. getObject(java.lang.String containerName, java.lang.String objectName)javax.ws.rs.core.ResponseWorkspaceClient. getObject(java.lang.String containerName, java.lang.String objectName, long offset, java.lang.Long maxChunkSize)Constructors in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageNotFoundException Constructor Description WorkspaceBufferingInputStream(WorkspaceClientFactory workspaceClientFactory, java.lang.String containerName, java.lang.String objectName, int maxOnDiskBufferSize, int maxInMemoryBufferSize, java.io.File tmpDirectory) -
Uses of ContentAddressableStorageNotFoundException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageNotFoundException Modifier and Type Method Description voidWorkspaceContentAddressableStorage. createFolder(java.lang.String containerName, java.lang.String folderName)Creates a folder (or a directory) marker depending on the servicevoidWorkspaceFileSystem. createFolder(java.lang.String containerName, java.lang.String folderName)voidWorkspaceContentAddressableStorage. deleteContainer(java.lang.String containerName, boolean recursive)Deletes everything inside a container recursively.voidWorkspaceFileSystem. deleteContainer(java.lang.String containerName, boolean recursive)voidWorkspaceContentAddressableStorage. deleteFolder(java.lang.String containerName, java.lang.String folderName)Deletes a folder (or a directory) marker depending on the servicevoidWorkspaceFileSystem. deleteFolder(java.lang.String containerName, java.lang.String folderName)ContainerInformationWorkspaceContentAddressableStorage. getContainerInformation(java.lang.String containerName)Get container information like capacityContainerInformationWorkspaceFileSystem. getContainerInformation(java.lang.String containerName)voidWorkspaceContentAddressableStorage. purgeContainer(java.lang.String containerName)Deletes the contents of a container at its root path without deleting the containervoidWorkspaceFileSystem. purgeContainer(java.lang.String containerName)
-