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 ContainerInformation
OpenstackSwift. 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 void
ContentAddressableStorage. deleteObject(java.lang.String containerName, java.lang.String objectName)
Deletes a object representing the data at location containerName/objectNamevoid
ContentAddressableStorageJcloudsAbstract. deleteObject(java.lang.String containerName, java.lang.String objectName)
ContainerInformation
ContentAddressableStorage. getContainerInformation(java.lang.String containerName)
Get container information like capacityabstract ContainerInformation
ContentAddressableStorageJcloudsAbstract. getContainerInformation(java.lang.String containerName)
ObjectContent
ContentAddressableStorage. getObject(java.lang.String containerName, java.lang.String objectName)
Retrieves an object representing the data at location containerName/objectNamejava.lang.String
ContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)
compute Object Digest using a defined algorithmvoid
ContentAddressableStorageJcloudsAbstract. 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 ContainerInformation
FileSystem. 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 ContainerInformation
HashFileSystem. getContainerInformation(java.lang.String containerName)
java.nio.file.Path
HashFileSystemHelper. getPathObject(java.lang.String container, java.lang.String objectId)
Get the path of an object based on its container and the objectIdvoid
HashFileSystem. 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 ContainerInformation
AmazonS3V1. getContainerInformation(java.lang.String containerName)
void
AmazonS3V1. 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 ContainerInformation
Swift. 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 boolean
StorageStep. 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 void
DefaultOfferService. deleteObject(java.lang.String containerName, java.lang.String objectId, DataCategory type)
Deletes a object representing the data at location containerName/objectNameObjectContent
DefaultOfferService. 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 void
TapeLibraryContentAddressableStorage. 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.File
HandlerIO. 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.InputStream
HandlerIO. 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.File
HandlerIOImpl. getFileFromWorkspace(java.lang.String objectName)
java.io.InputStream
HandlerIOImpl. 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.Response
WorkspaceClient. bulkGetObjects(java.lang.String containerName, java.util.List<java.lang.String> objectURIs)
void
WorkspaceClient. deleteContainer(java.lang.String containerName, boolean deleteRecursive)
void
WorkspaceClient. deleteFolder(java.lang.String containerName, java.lang.String folderName)
void
WorkspaceClient. deleteObject(java.lang.String containerName, java.lang.String objectName)
javax.ws.rs.core.Response
WorkspaceClient. getObject(java.lang.String containerName, java.lang.String objectName)
javax.ws.rs.core.Response
WorkspaceClient. 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 void
WorkspaceContentAddressableStorage. createFolder(java.lang.String containerName, java.lang.String folderName)
Creates a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem. createFolder(java.lang.String containerName, java.lang.String folderName)
void
WorkspaceContentAddressableStorage. deleteContainer(java.lang.String containerName, boolean recursive)
Deletes everything inside a container recursively.void
WorkspaceFileSystem. deleteContainer(java.lang.String containerName, boolean recursive)
void
WorkspaceContentAddressableStorage. deleteFolder(java.lang.String containerName, java.lang.String folderName)
Deletes a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem. deleteFolder(java.lang.String containerName, java.lang.String folderName)
ContainerInformation
WorkspaceContentAddressableStorage. getContainerInformation(java.lang.String containerName)
Get container information like capacityContainerInformation
WorkspaceFileSystem. getContainerInformation(java.lang.String containerName)
void
WorkspaceContentAddressableStorage. purgeContainer(java.lang.String containerName)
Deletes the contents of a container at its root path without deleting the containervoid
WorkspaceFileSystem. purgeContainer(java.lang.String containerName)
-