Uses of Class
fr.gouv.vitam.common.model.storage.ObjectEntry
-
Packages that use ObjectEntry Package Description fr.gouv.vitam.common.model.storage fr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace modulefr.gouv.vitam.driver.fake Provides a fake Driver implementation for tests purposefr.gouv.vitam.storage.driver Provides interface describing how drivers should be implemented for the Storage driver modulefr.gouv.vitam.storage.engine.client Provides Storage Engine client interface, factory and implementations.fr.gouv.vitam.storage.engine.server.distribution Provides a Distribution interface for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.distribution.impl Provides a Distribution implementation for the Storage Engine Server modulefr.gouv.vitam.storage.engine.server.offerdiff.sort fr.gouv.vitam.storage.offers.tape.cas fr.gouv.vitam.storage.offers.workspace.driver Provides implementation of the driver for the Workspace Driver module. -
-
Uses of ObjectEntry in fr.gouv.vitam.common.model.storage
Methods in fr.gouv.vitam.common.model.storage that return ObjectEntry Modifier and Type Method Description ObjectEntry
ObjectEntryReader. next()
ObjectEntry
ObjectEntry. setObjectId(java.lang.String objectId)
ObjectEntry
ObjectEntry. setSize(long size)
Methods in fr.gouv.vitam.common.model.storage with parameters of type ObjectEntry Modifier and Type Method Description void
ObjectEntryWriter. write(ObjectEntry objectEntry)
-
Uses of ObjectEntry in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api with parameters of type ObjectEntry Modifier and Type Method Description void
ObjectListingListener. handleObjectEntry(ObjectEntry objectEntry)
-
Uses of ObjectEntry in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
FakeDriverImpl.FakeConnectionImpl. listObjects(StorageListRequest request)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
Connection. listObjects(StorageListRequest request)
List object on a container type -
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
StorageClient. listContainer(java.lang.String strategyId, java.lang.String offerId, DataCategory type)
List object type in containerCloseableIterator<ObjectEntry>
StorageClientMock. listContainer(java.lang.String strategyId, java.lang.String offerId, DataCategory type)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
StorageDistribution. listContainerObjects(java.lang.String strategyId, DataCategory category)
List container objectsCloseableIterator<ObjectEntry>
StorageDistribution. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
ReadOnlyShieldStorageDistribution. listContainerObjects(java.lang.String strategyId, DataCategory category)
CloseableIterator<ObjectEntry>
StorageDistributionImpl. listContainerObjects(java.lang.String strategyId, DataCategory category)
CloseableIterator<ObjectEntry>
ReadOnlyShieldStorageDistribution. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
CloseableIterator<ObjectEntry>
StorageDistributionImpl. listContainerObjectsForOffer(DataCategory category, java.lang.String offerId, boolean includeDisabled)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.engine.server.offerdiff.sort
Methods in fr.gouv.vitam.storage.engine.server.offerdiff.sort that return ObjectEntry Modifier and Type Method Description ObjectEntry
ObjectEntryLargeFileReader. next()
Methods in fr.gouv.vitam.storage.engine.server.offerdiff.sort with parameters of type ObjectEntry Modifier and Type Method Description void
ObjectEntryLargeFileWriter. writeEntry(ObjectEntry entry)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
ObjectReferentialRepository. listContainerObjectEntries(java.lang.String containerName)
-
Uses of ObjectEntry in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return types with arguments of type ObjectEntry Modifier and Type Method Description CloseableIterator<ObjectEntry>
ConnectionImpl. listObjects(StorageListRequest request)
-