Uses of Interface
fr.gouv.vitam.common.collection.CloseableIterator
Packages that use CloseableIterator
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Provides a fake Driver implementation for tests purpose
Provides API classes for the Logbook Lifecycles module
Provides Logbook Lifecycles client interface, factory and implementations.
Provides core implementation for the Logbook Lifecycles module.
Provides interface describing how drivers should be implemented for the
Storage driver module
Provides Storage Engine client interface, factory and implementations.
Provides a Distribution interface for the Storage Engine Server module
Provides a Distribution implementation for the Storage Engine Server module
Provides implementation of the driver for the Workspace Driver module.
-
Uses of CloseableIterator in fr.gouv.vitam.batch.report.rest.repository
Methods in fr.gouv.vitam.batch.report.rest.repository that return CloseableIteratorModifier and TypeMethodDescriptionCloseableIterator<org.bson.Document>
UnitComputedInheritedRulesInvalidationRepository.findCollectionByProcessIdTenant
(String processId, int tenantId) -
Uses of CloseableIterator in fr.gouv.vitam.common.collection
Classes in fr.gouv.vitam.common.collection that implement CloseableIteratorModifier and TypeClassDescriptionclass
EmptyCloseableIterator implementationMethods in fr.gouv.vitam.common.collection that return CloseableIteratorModifier and TypeMethodDescriptionstatic <T,
R> CloseableIterator<R> CloseableIteratorUtils.map
(CloseableIterator<T> closeableIterator, Function<? super T, ? extends R> mapper) Maps a CloseableIterator from un input type T to an output type R using a mapper function.static <E> CloseableIterator<E>
CloseableIteratorUtils.toCloseableIterator
(Iterable<E> iterable) Converts an Iterable to a CloseableIterator.static <E> CloseableIterator<E>
CloseableIteratorUtils.toCloseableIterator
(Iterator<E> iterator) Converts an Iterator to a CloseableIterator.Methods in fr.gouv.vitam.common.collection with parameters of type CloseableIteratorModifier and TypeMethodDescriptionstatic <T,
R> CloseableIterator<R> CloseableIteratorUtils.map
(CloseableIterator<T> closeableIterator, Function<? super T, ? extends R> mapper) Maps a CloseableIterator from un input type T to an output type R using a mapper function. -
Uses of CloseableIterator in fr.gouv.vitam.common.model
Classes in fr.gouv.vitam.common.model that implement CloseableIterator -
Uses of CloseableIterator in fr.gouv.vitam.common.model.storage
Classes in fr.gouv.vitam.common.model.storage that implement CloseableIterator -
Uses of CloseableIterator in fr.gouv.vitam.driver.fake
Methods in fr.gouv.vitam.driver.fake that return CloseableIteratorModifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.listObjects
(StorageListRequest request) -
Uses of CloseableIterator in fr.gouv.vitam.logbook.lifecycles.api
Methods in fr.gouv.vitam.logbook.lifecycles.api that return CloseableIteratorModifier and TypeMethodDescriptionCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCycles.getRawObjectGroupLifecyclesByLastPersistedDate
(String startDate, String endDate, int limit) Gets a list of raw object group life cycles by requestCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCycles.getRawUnitLifecyclesByLastPersistedDate
(String startDate, String endDate, int limit) Gets a list of raw unit life cycles by request -
Uses of CloseableIterator in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that return CloseableIteratorModifier and TypeMethodDescriptionCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesClient.objectGroupLifeCyclesByOperationIterator
(String operationId, LifeCycleStatusCode lifeCycleStatus, com.fasterxml.jackson.databind.JsonNode query) CloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesClient.unitLifeCyclesByOperationIterator
(String operationId, LifeCycleStatusCode lifeCycleStatus, com.fasterxml.jackson.databind.JsonNode query) -
Uses of CloseableIterator in fr.gouv.vitam.logbook.lifecycles.core
Methods in fr.gouv.vitam.logbook.lifecycles.core that return CloseableIteratorModifier and TypeMethodDescriptionCloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesImpl.getRawObjectGroupLifecyclesByLastPersistedDate
(String startDate, String endDate, int limit) CloseableIterator<com.fasterxml.jackson.databind.JsonNode>
LogbookLifeCyclesImpl.getRawUnitLifecyclesByLastPersistedDate
(String startDate, String endDate, int limit) -
Uses of CloseableIterator in fr.gouv.vitam.storage.driver
Methods in fr.gouv.vitam.storage.driver that return CloseableIteratorModifier and TypeMethodDescriptionConnection.listObjects
(StorageListRequest request) List object on a container type -
Uses of CloseableIterator in fr.gouv.vitam.storage.engine.client
Methods in fr.gouv.vitam.storage.engine.client that return CloseableIteratorModifier and TypeMethodDescriptionStorageClient.listContainer
(String strategyId, String offerId, DataCategory type) List object type in containerStorageClientMock.listContainer
(String strategyId, String offerId, DataCategory type) -
Uses of CloseableIterator in fr.gouv.vitam.storage.engine.server.distribution
Methods in fr.gouv.vitam.storage.engine.server.distribution that return CloseableIteratorModifier and TypeMethodDescriptionStorageDistribution.listContainerObjects
(String strategyId, DataCategory category) List container objectsStorageDistribution.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) -
Uses of CloseableIterator in fr.gouv.vitam.storage.engine.server.distribution.impl
Methods in fr.gouv.vitam.storage.engine.server.distribution.impl that return CloseableIteratorModifier and TypeMethodDescriptionReadOnlyShieldStorageDistribution.listContainerObjects
(String strategyId, DataCategory category) StorageDistributionImpl.listContainerObjects
(String strategyId, DataCategory category) ReadOnlyShieldStorageDistribution.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) StorageDistributionImpl.listContainerObjectsForOffer
(DataCategory category, String offerId, boolean includeDisabled) -
Uses of CloseableIterator in fr.gouv.vitam.storage.engine.server.offerdiff.sort
Subinterfaces of CloseableIterator in fr.gouv.vitam.storage.engine.server.offerdiff.sortClasses in fr.gouv.vitam.storage.engine.server.offerdiff.sort that implement CloseableIterator -
Uses of CloseableIterator in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas that return CloseableIteratorModifier and TypeMethodDescriptionObjectReferentialRepository.listContainerObjectEntries
(String containerName) AccessRequestReferentialRepository.listObjectIdsForActiveAccessRequests()
-
Uses of CloseableIterator in fr.gouv.vitam.storage.offers.workspace.driver
Methods in fr.gouv.vitam.storage.offers.workspace.driver that return CloseableIterator -
Uses of CloseableIterator in fr.gouv.vitam.worker.core.distribution
Classes in fr.gouv.vitam.worker.core.distribution that implement CloseableIterator -
Uses of CloseableIterator in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type CloseableIteratorModifier and TypeMethodDescriptionprotected void
LogbookLifeCycleTraceabilityHelper.extractAppendToFinalFile
(CloseableIterator<com.fasterxml.jackson.databind.JsonNode> jsonLineIterator, TraceabilityFile traceabilityFile, MerkleTreeAlgo algo) Reduce part of the process : lets merge in one only file the disting lifecycles onesConstructors in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type CloseableIteratorModifierConstructorDescriptionLogbookObjectGroupLifeCycleTraceabilityHelper
(HandlerIO handlerIO, LogbookOperationsClient logbookOperationsClient, ItemStatus itemStatus, String operationID, WorkspaceClientFactory workspaceClientFactory, CloseableIterator<com.fasterxml.jackson.databind.JsonNode> traceabilityDataIterator, String traceabilityEventFileName, String traceabilityZipFileName) LogbookUnitLifeCycleTraceabilityHelper
(HandlerIO handlerIO, LogbookOperationsClient logbookOperationsClient, ItemStatus itemStatus, String operationID, WorkspaceClientFactory workspaceClientFactory, CloseableIterator<com.fasterxml.jackson.databind.JsonNode> traceabilityDataIterator, String traceabilityEventFileName, String traceabilityZipFileName) -
Uses of CloseableIterator in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that return CloseableIteratorModifier and TypeMethodDescriptionPurgeReportService.exportDistinctObjectGroups
(HandlerIO handler, String processId)