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.Response
BatchReportResource. exportDistinctObjectGroup(java.lang.String processId, ReportExportRequest reportExportRequest)
javax.ws.rs.core.Response
BatchReportResource. 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 void
BatchReportServiceImpl. createExtractedMetadataDistributionFileForAu(java.lang.String processId, int tenant)
void
BatchReportServiceImpl. exportPurgeAccessionRegister(java.lang.String processId, java.lang.String filename, int tenantId)
void
BatchReportServiceImpl. exportPurgeDistinctObjectGroupOfDeletedUnits(java.lang.String processId, java.lang.String filename, int tenantId)
void
BatchReportServiceImpl. exportUnitsToInvalidate(java.lang.String processId, int tenantId, ReportExportRequest reportExportRequest)
void
BatchReportServiceImpl. 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 void
ContentAddressableStorage. createContainer(java.lang.String containerName)
Creates a containerContainerInformation
ContentAddressableStorage. getContainerInformation(java.lang.String containerName)
Get container information like capacityjava.lang.String
ContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)
compute Object Digest using a defined algorithmboolean
ContentAddressableStorage. 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 void
HashFileSystem. createContainer(java.lang.String containerName)
void
HashFileSystemHelper. createContainer(java.lang.String container)
Create a directory recursively in the sub treevoid
HashFileSystemHelper. createDirectories(java.nio.file.Path path)
Create recursively the directoriesContainerInformation
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 objectIdboolean
HashFileSystem. isExistingObject(java.lang.String containerName, java.lang.String objectName)
void
HashFileSystem. 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 void
AmazonS3V1. createContainer(java.lang.String containerName)
ContainerInformation
AmazonS3V1. getContainerInformation(java.lang.String containerName)
boolean
AmazonS3V1. isExistingContainer(java.lang.String containerName)
boolean
AmazonS3V1. isExistingObject(java.lang.String containerName, java.lang.String objectName)
void
AmazonS3V1. 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 void
Swift. 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 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 ContentAddressableStorageServerException in fr.gouv.vitam.metadata.core.ExportsPurge
Methods in fr.gouv.vitam.metadata.core.ExportsPurge that throw ContentAddressableStorageServerException Modifier and Type Method Description void
ExportsPurgeService. 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 void
OfferLogDatabaseService. bulkSave(java.lang.String containerName, java.util.List<java.lang.String> fileNames, OfferLogAction action, long sequence)
void
OfferLogDatabaseService. 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 void
TapeLibraryContentAddressableStorage. deleteObject(java.lang.String containerName, java.lang.String objectName)
boolean
TapeLibraryContentAddressableStorage. isExistingObject(java.lang.String containerName, java.lang.String objectName)
void
TapeLibraryContentAddressableStorage. 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.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 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.File
HandlerIOImpl. getFileFromWorkspace(java.lang.String objectName)
java.io.InputStream
HandlerIOImpl. 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.Response
WorkspaceClient. bulkGetObjects(java.lang.String containerName, java.util.List<java.lang.String> objectURIs)
void
WorkspaceClient. compress(java.lang.String containerName, CompressInformation compressInformation)
void
WorkspaceClient. createContainer(java.lang.String containerName)
void
WorkspaceClient. createFolder(java.lang.String containerName, java.lang.String folderName)
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)
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.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)
boolean
WorkspaceClient. isExistingContainer(java.lang.String containerName)
boolean
WorkspaceClient. isExistingFolder(java.lang.String containerName, java.lang.String folderName)
boolean
WorkspaceClient. isExistingObject(java.lang.String containerName, java.lang.String objectName)
void
WorkspaceClient. purgeOldFilesInContainer(java.lang.String containerName, TimeToLive timeToLive)
void
WorkspaceClient. putAtomicObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream stream, long size)
void
WorkspaceClient. putObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream stream)
void
WorkspaceClient. 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 void
WorkspaceContentAddressableStorage. createContainer(java.lang.String containerName)
Creates a containervoid
WorkspaceFileSystem. createContainer(java.lang.String containerName)
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)
-