Uses of Interface
fr.gouv.vitam.common.collection.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
Modifier and TypeMethodDescriptionCloseableIterator<org.bson.Document>
UnitComputedInheritedRulesInvalidationRepository.findCollectionByProcessIdTenant
(String processId, int tenantId) -
Uses of CloseableIterator in fr.gouv.vitam.common.collection
Modifier and TypeClassDescriptionclass
EmptyCloseableIterator implementationModifier 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.Modifier 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
-
Uses of CloseableIterator in fr.gouv.vitam.common.model.storage
-
Uses of CloseableIterator in fr.gouv.vitam.driver.fake
Modifier and TypeMethodDescriptionFakeDriverImpl.FakeConnectionImpl.listObjects
(StorageListRequest request) -
Uses of CloseableIterator in fr.gouv.vitam.logbook.lifecycles.api
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionConnection.listObjects
(StorageListRequest request) List object on a container type -
Uses of CloseableIterator in fr.gouv.vitam.storage.engine.client
Modifier 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
Modifier 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
Modifier 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
-
Uses of CloseableIterator in fr.gouv.vitam.storage.offers.tape.cas
Modifier and TypeMethodDescriptionObjectReferentialRepository.listContainerObjectEntries
(String containerName) AccessRequestReferentialRepository.listObjectIdsForActiveAccessRequests()
-
Uses of CloseableIterator in fr.gouv.vitam.storage.offers.workspace.driver
-
Uses of CloseableIterator in fr.gouv.vitam.worker.core.distribution
-
Uses of CloseableIterator in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Modifier 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 onesModifierConstructorDescriptionLogbookObjectGroupLifeCycleTraceabilityHelper
(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
Modifier and TypeMethodDescriptionPurgeReportService.exportDistinctObjectGroups
(HandlerIO handler, String processId)