Uses of Class
fr.gouv.vitam.workspace.api.exception.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
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
BatchReportResource.exportDistinctObjectGroup
(String processId, ReportExportRequest reportExportRequest) javax.ws.rs.core.Response
BatchReportResource.exportPurgeAccessionRegister
(String processId, ReportExportRequest reportExportRequest) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.batch.report.rest.service
Modifier and TypeMethodDescriptionvoid
BatchReportServiceImpl.createExtractedMetadataDistributionFileForAu
(String processId, int tenant) void
BatchReportServiceImpl.exportPurgeAccessionRegister
(String processId, String filename, int tenantId) void
BatchReportServiceImpl.exportPurgeDistinctObjectGroupOfDeletedUnits
(String processId, String filename, int tenantId) void
BatchReportServiceImpl.exportUnitsToInvalidate
(String processId, int tenantId, ReportExportRequest reportExportRequest) void
BatchReportServiceImpl.storeFileToWorkspace
(Report reportInfo) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.cas.container.api
Modifier and TypeMethodDescriptionvoid
ContentAddressableStorage.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 algorithmboolean
ContentAddressableStorage.isExistingContainer
(String containerName) Determines if a container exists -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.filesystem.v2
Modifier and TypeMethodDescriptionvoid
HashFileSystem.createContainer
(String containerName) void
HashFileSystemHelper.createContainer
(String container) Create a directory recursively in the sub treevoid
HashFileSystemHelper.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 objectIdboolean
HashFileSystem.isExistingObject
(String containerName, String objectName) void
HashFileSystem.listContainer
(String containerName, ObjectListingListener objectListingListener) HashFileSystemHelper.splitObjectId
(String objectId) Split objectId without extension -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.s3
Modifier and TypeMethodDescriptionvoid
AmazonS3V1.createContainer
(String containerName) AmazonS3V1.getContainerInformation
(String containerName) boolean
AmazonS3V1.isExistingContainer
(String containerName) boolean
AmazonS3V1.isExistingObject
(String containerName, String objectName) void
AmazonS3V1.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.common.storage.swift
Modifier and TypeMethodDescriptionvoid
Swift.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
-
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.metadata.core.ExportsPurge
-
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.storage.offers.database
Modifier and TypeMethodDescriptionvoid
OfferLogDatabaseService.bulkSave
(String containerName, List<String> fileNames, OfferLogAction action, long sequence) void
OfferLogDatabaseService.save
(String containerName, String fileName, OfferLogAction action, long sequence) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionvoid
TapeLibraryContentAddressableStorage.deleteObject
(String containerName, String objectName) boolean
TapeLibraryContentAddressableStorage.isExistingObject
(String containerName, String objectName) void
TapeLibraryContentAddressableStorage.listContainer
(String containerName, ObjectListingListener objectListingListener) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.worker.common
Modifier 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
Modifier and TypeMethodDescriptionHandlerIOImpl.getFileFromWorkspace
(String objectName) HandlerIOImpl.getInputStreamFromWorkspace
(String objectName) -
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.workspace.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
WorkspaceClient.bulkGetObjects
(String containerName, List<String> objectURIs) void
WorkspaceClient.compress
(String containerName, CompressInformation compressInformation) void
WorkspaceClient.createContainer
(String containerName) void
WorkspaceClient.createFolder
(String containerName, String folderName) void
WorkspaceClient.deleteContainer
(String containerName, boolean deleteRecursive) void
WorkspaceClient.deleteFolder
(String containerName, String folderName) void
WorkspaceClient.deleteObject
(String containerName, String objectName) WorkspaceClient.getFilesWithParamsFromFolder
(String containerName, String folderName) WorkspaceClient.getListUriDigitalObjectFromFolder
(String containerName, String folderName) javax.ws.rs.core.Response
javax.ws.rs.core.Response
boolean
WorkspaceClient.isExistingContainer
(String containerName) boolean
WorkspaceClient.isExistingFolder
(String containerName, String folderName) boolean
WorkspaceClient.isExistingObject
(String containerName, String objectName) void
WorkspaceClient.purgeOldFilesInContainer
(String containerName, TimeToLive timeToLive) void
WorkspaceClient.putAtomicObject
(String containerName, String objectName, InputStream stream, long size) void
WorkspaceClient.putObject
(String containerName, String objectName, InputStream stream) void
-
Uses of ContentAddressableStorageServerException in fr.gouv.vitam.workspace.common
Modifier and TypeMethodDescriptionvoid
WorkspaceContentAddressableStorage.createContainer
(String containerName) Creates a containervoid
WorkspaceFileSystem.createContainer
(String containerName) void
WorkspaceContentAddressableStorage.createFolder
(String containerName, String folderName) Creates a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem.createFolder
(String containerName, String folderName) void
WorkspaceContentAddressableStorage.deleteContainer
(String containerName, boolean recursive) Deletes everything inside a container recursively.void
WorkspaceFileSystem.deleteContainer
(String containerName, boolean recursive) void
WorkspaceContentAddressableStorage.deleteFolder
(String containerName, String folderName) Deletes a folder (or a directory) marker depending on the servicevoid
WorkspaceFileSystem.deleteFolder
(String containerName, String folderName) WorkspaceContentAddressableStorage.getContainerInformation
(String containerName) Get container information like capacityWorkspaceFileSystem.getContainerInformation
(String containerName) void
WorkspaceContentAddressableStorage.purgeContainer
(String containerName) Deletes the contents of a container at its root path without deleting the containervoid
WorkspaceFileSystem.purgeContainer
(String containerName)