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 ContainerInformationOpenstackSwift. 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 ContainerInformationContentAddressableStorage. getContainerInformation(java.lang.String containerName)Get container information like capacityabstract ContainerInformationContentAddressableStorageJcloudsAbstract. 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 ContainerInformationFileSystem. 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 ContainerInformationHashFileSystem. 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 ContainerInformationAmazonS3V1. 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 ContainerInformationSwift. 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 ContainerInformationDefaultOfferService. getCapacity(java.lang.String containerName)Get container capacityContainerInformationDefaultOfferServiceImpl. getCapacity(java.lang.String containerName)ContainerInformationSanityCheckOfferServiceDecorator. 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 ContainerInformationTapeLibraryContentAddressableStorage. 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 ContainerInformationWorkspaceContentAddressableStorage. getContainerInformation(java.lang.String containerName)Get container information like capacityContainerInformationWorkspaceFileSystem. getContainerInformation(java.lang.String containerName)
-