Uses of Class
fr.gouv.vitam.workspace.api.exception.ContentAddressableStorageServerException
-
-
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.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 exists -
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)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 voidTapeLibraryContentAddressableStorage. deleteObject(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) -
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)
-