Uses of Class
fr.gouv.vitam.common.storage.ContainerInformation
-
Packages that use ContainerInformation Package Description 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 Provides a FileSystem implementation for storage modules.fr.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.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.tape.cas fr.gouv.vitam.workspace.common Provides common classes for the Workspace module. -
-
Uses of ContainerInformation in fr.gouv.vitam.cas.container.swift
Methods in fr.gouv.vitam.cas.container.swift that return ContainerInformation Modifier and Type Method Description ContainerInformation
OpenstackSwift. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api that return ContainerInformation Modifier and Type Method Description ContainerInformation
ContentAddressableStorage. getContainerInformation(java.lang.String containerName)
Get container information like capacityabstract ContainerInformation
ContentAddressableStorageJcloudsAbstract. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.common.storage.filesystem
Methods in fr.gouv.vitam.common.storage.filesystem that return ContainerInformation Modifier and Type Method Description ContainerInformation
FileSystem. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 that return ContainerInformation Modifier and Type Method Description ContainerInformation
HashFileSystem. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 that return ContainerInformation Modifier and Type Method Description ContainerInformation
AmazonS3V1. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift that return ContainerInformation Modifier and Type Method Description ContainerInformation
Swift. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core that return ContainerInformation Modifier and Type Method Description ContainerInformation
DefaultOfferService. getCapacity(java.lang.String containerName)
Get container capacityContainerInformation
DefaultOfferServiceImpl. getCapacity(java.lang.String containerName)
ContainerInformation
SanityCheckOfferServiceDecorator. getCapacity(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return ContainerInformation Modifier and Type Method Description ContainerInformation
TapeLibraryContentAddressableStorage. getContainerInformation(java.lang.String containerName)
-
Uses of ContainerInformation in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common that return ContainerInformation Modifier and Type Method Description ContainerInformation
WorkspaceContentAddressableStorage. getContainerInformation(java.lang.String containerName)
Get container information like capacityContainerInformation
WorkspaceFileSystem. getContainerInformation(java.lang.String containerName)
-