Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageServerException
-
Packages that use ContentAddressableStorageServerException Package Description fr.gouv.vitam.batch.report.rest.resource fr.gouv.vitam.batch.report.rest.service 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.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.metadata.core.ExportsPurge fr.gouv.vitam.storage.offers.database Provides core implementation for default offer mongo acces.fr.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 ContentAddressableStorageServerException in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource that throw ContentAddressableStorageServerException Modifier and Type Method Description javax.ws.rs.core.ResponseBatchReportResource. exportDistinctObjectGroup(java.lang.String processId, ReportExportRequest reportExportRequest)javax.ws.rs.core.ResponseBatchReportResource. exportPurgeAccessionRegister(java.lang.String processId, ReportExportRequest reportExportRequest) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service that throw ContentAddressableStorageServerException Modifier and Type Method Description voidBatchReportServiceImpl. createExtractedMetadataDistributionFileForAu(java.lang.String processId, int tenant)voidBatchReportServiceImpl. exportPurgeAccessionRegister(java.lang.String processId, java.lang.String filename, int tenantId)voidBatchReportServiceImpl. exportPurgeDistinctObjectGroupOfDeletedUnits(java.lang.String processId, java.lang.String filename, int tenantId)voidBatchReportServiceImpl. exportUnitsToInvalidate(java.lang.String processId, int tenantId, ReportExportRequest reportExportRequest)voidBatchReportServiceImpl. storeFileToWorkspace(Report reportInfo) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.cas.container.swift
Methods in fr.gouv.vitam.cas.container.swift that throw ContentAddressableStorageServerException Modifier and Type Method Description voidOpenstackSwift. removeReadOrderRequest(java.lang.String readRequestID) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that throw ContentAddressableStorageServerException Modifier and Type Method Description voidContentAddressableStorage. createContainer(java.lang.String containerName)Creates a containerContainerInformationContentAddressableStorage. getContainerInformation(java.lang.String containerName)Get container information like capacityjava.lang.StringContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)compute Object Digest using a defined algorithmbooleanContentAddressableStorage. isExistingContainer(java.lang.String containerName)Determines if a container existsvoidContentAddressableStorage. removeReadOrderRequest(java.lang.String readRequestID)Purge all read request id to cleanup local FS -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that throw ContentAddressableStorageServerException Modifier and Type Method Description voidHashFileSystem. createContainer(java.lang.String containerName)voidHashFileSystemHelper. createContainer(java.lang.String container)Create a directory recursively in the sub treevoidHashFileSystemHelper. createDirectories(java.nio.file.Path path)Create recursively the directoriesContainerInformationHashFileSystem. 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 objectIdbooleanHashFileSystem. isExistingObject(java.lang.String containerName, java.lang.String objectName)voidHashFileSystem. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener)java.util.List<java.lang.String>HashFileSystemHelper. splitObjectId(java.lang.String objectId)Split objectId without extension -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that throw ContentAddressableStorageServerException Modifier and Type Method Description voidAmazonS3V1. createContainer(java.lang.String containerName)ContainerInformationAmazonS3V1. getContainerInformation(java.lang.String containerName)java.lang.StringAmazonS3V1. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType digestType, boolean noCache)booleanAmazonS3V1. isExistingContainer(java.lang.String containerName)booleanAmazonS3V1. isExistingObject(java.lang.String containerName, java.lang.String objectName)voidAmazonS3V1. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that throw ContentAddressableStorageServerException Modifier and Type Method Description voidSwift. createContainer(java.lang.String containerName)Abstract method to get authenticated openstack client, allow to switch between Keystone V2 and Keystone V3 -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.functionaltest.cucumber.step
Methods in fr.gouv.vitam.functionaltest.cucumber.step that throw ContentAddressableStorageServerException 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 ContentAddressableStorageServerException in fr.gouv.vitam.metadata.core.ExportsPurge
Methods in fr.gouv.vitam.metadata.core.ExportsPurge that throw ContentAddressableStorageServerException Modifier and Type Method Description voidExportsPurgeService. purgeExpiredFiles(java.lang.String container) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.storage.offers.database
Methods in fr.gouv.vitam.storage.offers.database that throw ContentAddressableStorageServerException Modifier and Type Method Description voidOfferLogDatabaseService. bulkSave(java.lang.String containerName, java.util.List<java.lang.String> fileNames, OfferLogAction action, long sequence)voidOfferLogDatabaseService. save(java.lang.String containerName, java.lang.String fileName, OfferLogAction action, long sequence) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that throw ContentAddressableStorageServerException Modifier and Type Method Description java.lang.StringTapeLibraryContentAddressableStorage. createReadOrderRequest(java.lang.String containerName, java.util.List<java.lang.String> objectsIds)voidTapeLibraryContentAddressableStorage. deleteObject(java.lang.String containerName, java.lang.String objectName)ObjectContentTapeLibraryContentAddressableStorage. getObject(java.lang.String containerName, java.lang.String objectName)booleanTapeLibraryContentAddressableStorage. isExistingObject(java.lang.String containerName, java.lang.String objectName)voidTapeLibraryContentAddressableStorage. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener)voidTapeLibraryContentAddressableStorage. removeReadOrderRequest(java.lang.String readRequestID) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw ContentAddressableStorageServerException 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 ContentAddressableStorageServerException in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that throw ContentAddressableStorageServerException Modifier and Type Method Description java.io.FileHandlerIOImpl. getFileFromWorkspace(java.lang.String objectName)java.io.InputStreamHandlerIOImpl. getInputStreamFromWorkspace(java.lang.String objectName) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageServerException Modifier and Type Method Description javax.ws.rs.core.ResponseWorkspaceClient. bulkGetObjects(java.lang.String containerName, java.util.List<java.lang.String> objectURIs)voidWorkspaceClient. compress(java.lang.String containerName, CompressInformation compressInformation)voidWorkspaceClient. createContainer(java.lang.String containerName)voidWorkspaceClient. createFolder(java.lang.String containerName, java.lang.String folderName)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)RequestResponse<java.util.Map<java.lang.String,FileParams>>WorkspaceClient. getFilesWithParamsFromFolder(java.lang.String containerName, java.lang.String folderName)RequestResponse<java.util.List<java.net.URI>>WorkspaceClient. getListUriDigitalObjectFromFolder(java.lang.String containerName, java.lang.String folderName)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)booleanWorkspaceClient. isExistingContainer(java.lang.String containerName)booleanWorkspaceClient. isExistingFolder(java.lang.String containerName, java.lang.String folderName)booleanWorkspaceClient. isExistingObject(java.lang.String containerName, java.lang.String objectName)voidWorkspaceClient. purgeOldFilesInContainer(java.lang.String containerName, TimeToLive timeToLive)voidWorkspaceClient. putAtomicObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream stream, long size)voidWorkspaceClient. putObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream stream)voidWorkspaceClient. putObject(java.lang.String containerName, java.lang.String objectName, java.lang.Object object) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageServerException Modifier and Type Method Description voidWorkspaceContentAddressableStorage. createContainer(java.lang.String containerName)Creates a containervoidWorkspaceFileSystem. createContainer(java.lang.String containerName)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)
-