Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageServerException
Packages that use ContentAddressableStorageServerException
Package
Description
Provides API classes for the Workspace module
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 for default offer mongo acces.
Provides common classes for the Worker module.
Provides
Provides Workspace client factory and implementations.
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 ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseBatchReportResource.exportDistinctObjectGroup(String processId, ReportRequestWrapper<ReportExportRequest> reportRequestWrapper) javax.ws.rs.core.ResponseBatchReportResource.exportPurgeAccessionRegister(String processId, ReportRequestWrapper<ReportExportRequest> reportRequestWrapper) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.batch.report.rest.service
Methods in fr.gouv.vitam.batch.report.rest.service that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidBatchReportServiceImpl.createExtractedMetadataDistributionFileForAu(String processId, int tenant, WorkFlowExecutionContext executionContext) voidBatchReportServiceImpl.exportPurgeAccessionRegister(String processId, String filename, int tenantId) voidBatchReportServiceImpl.exportPurgeDistinctObjectGroupOfDeletedUnits(String processId, String filename, int tenantId) voidBatchReportServiceImpl.exportUnitsToInvalidate(String processId, int tenantId, ReportExportRequest reportExportRequest, WorkFlowExecutionContext executionContext) voidBatchReportServiceImpl.storeFileToWorkspace(Report reportInfo) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTransactionService.startDeletionWorkflow(String transactionId, DeletionRequestBody deletionRequestBody, Contexts deletionWorkflowContext) javax.ws.rs.core.ResponseTransactionService.startEliminationActionWorkflow(String transactionId, EliminationRequestBody eliminationRequestBody, Contexts eliminationWorkflowContext) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidContentAddressableStorage.createContainer(String containerName) Creates a containerContentAddressableStorage.getContainerInformation(String containerName) Get container information like capacityContentAddressableStorage.getObjectDigest(String containerName, String objectName, DigestType algo, boolean noCache) compute Object Digest using a defined algorithmbooleanContentAddressableStorage.isExistingContainer(String containerName) Determines if a container exists -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidHashFileSystem.createContainer(String containerName) voidHashFileSystemHelper.createContainer(String container) Create a directory recursively in the sub treevoidHashFileSystemHelper.createDirectories(Path path) Create recursively the directoriesHashFileSystem.getContainerInformation(String containerName) HashFileSystemHelper.getPathObject(String container, String objectId) Get the path of an object based on its container and the objectIdbooleanHashFileSystem.isExistingObject(String containerName, String objectName) voidHashFileSystem.listContainer(String containerName, ObjectListingListener objectListingListener) HashFileSystemHelper.splitObjectId(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 ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidAmazonS3V1.createContainer(String containerName) AmazonS3V1.getContainerInformation(String containerName) booleanAmazonS3V1.isExistingContainer(String containerName) booleanAmazonS3V1.isExistingObject(String containerName, String objectName) voidAmazonS3V1.listContainer(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidSwift.createContainer(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 -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.metadata.core.ExportsPurge
Methods in fr.gouv.vitam.metadata.core.ExportsPurge that throw ContentAddressableStorageServerException -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.storage.offers.database
Methods in fr.gouv.vitam.storage.offers.database that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidOfferLogDatabaseService.bulkSave(String containerName, List<String> fileNames, OfferLogAction action, long sequence) voidOfferLogDatabaseService.save(String containerName, 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 ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidTapeLibraryContentAddressableStorage.deleteObject(String containerName, String objectName) booleanTapeLibraryContentAddressableStorage.isExistingObject(String containerName, String objectName) voidTapeLibraryContentAddressableStorage.listContainer(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.worker.common
Methods in fr.gouv.vitam.worker.common that throw ContentAddressableStorageServerExceptionModifier 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 ContentAddressableStorageServerException in fr.gouv.vitam.worker.core.impl
Methods in fr.gouv.vitam.worker.core.impl that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionHandlerIOImpl.getFileFromWorkspace(String objectName) HandlerIOImpl.getInputStreamFromWorkspace(String objectName) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw ContentAddressableStorageServerExceptionModifier 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 ContentAddressableStorageServerException in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWorkspaceClient.bulkGetObjects(String containerName, List<String> objectURIs) voidWorkspaceClient.compress(String containerName, CompressInformation compressInformation) voidWorkspaceClient.createContainer(String containerName) voidWorkspaceClient.createFolder(String containerName, String folderName) voidWorkspaceClient.deleteContainer(String containerName, boolean deleteRecursive) voidWorkspaceClient.deleteFolder(String containerName, String folderName) voidWorkspaceClient.deleteObject(String containerName, String objectName) WorkspaceClient.getFilesWithParamsFromFolder(String containerName, String folderName) WorkspaceClient.getListUriDigitalObjectFromFolder(String containerName, String folderName) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponsebooleanWorkspaceClient.isExistingContainer(String containerName) booleanWorkspaceClient.isExistingFolder(String containerName, String folderName) booleanWorkspaceClient.isExistingObject(String containerName, String objectName) voidWorkspaceClient.purgeOldFilesInContainer(String containerName, TimeToLive timeToLive) voidWorkspaceClient.putAtomicObject(String containerName, String objectName, InputStream stream, long size) voidWorkspaceClient.putObject(String containerName, String objectName, InputStream stream) void -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that throw ContentAddressableStorageServerExceptionModifier and TypeMethodDescriptionvoidWorkspaceContentAddressableStorage.createContainer(String containerName) Creates a containervoidWorkspaceFileSystem.createContainer(String containerName) voidWorkspaceContentAddressableStorage.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)