Uses of Interface
fr.gouv.vitam.common.storage.cas.container.api.ObjectListingListener
-
Packages that use ObjectListingListener Package Description fr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace modulefr.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 -
-
Uses of ObjectListingListener in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api with parameters of type ObjectListingListener Modifier and Type Method Description voidContentAddressableStorage. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener)List container objectsvoidContentAddressableStorageJcloudsAbstract. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ObjectListingListener in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 with parameters of type ObjectListingListener Modifier and Type Method Description voidHashFileSystem. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ObjectListingListener in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 with parameters of type ObjectListingListener Modifier and Type Method Description voidAmazonS3V1. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ObjectListingListener in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift with parameters of type ObjectListingListener Modifier and Type Method Description voidSwift. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ObjectListingListener in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core with parameters of type ObjectListingListener Modifier and Type Method Description voidDefaultOfferService. listObjects(java.lang.String containerName, ObjectListingListener objectListingListener)List container objectsvoidDefaultOfferServiceImpl. listObjects(java.lang.String containerName, ObjectListingListener objectListingListener)voidSanityCheckOfferServiceDecorator. listObjects(java.lang.String containerName, ObjectListingListener objectListingListener) -
Uses of ObjectListingListener in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type ObjectListingListener Modifier and Type Method Description voidTapeLibraryContentAddressableStorage. listContainer(java.lang.String containerName, ObjectListingListener objectListingListener)
-