Package | Description |
---|---|
fr.gouv.vitam.common.collection |
Some specific Vitam Collection
|
fr.gouv.vitam.functional.administration.migration.r7r8 | |
fr.gouv.vitam.metadata.core.migration | |
fr.gouv.vitam.worker.core.distribution | |
fr.gouv.vitam.worker.core.plugin.elimination.report |
Modifier and Type | Class and Description |
---|---|
class |
EmptyCloseableIterator<E>
EmptyCloseableIterator implementation
|
Modifier and Type | Method and Description |
---|---|
static <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(Iterator<E> iterator)
Converts an Iterator to a CloseableIterator.
|
Modifier and Type | Method and Description |
---|---|
static <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.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<List<org.bson.Document>> |
AccessionRegisterMigrationRepository.selectAccessionRegistesBulk(FunctionalAdminCollections collection)
Returns all AccessionRegister to migrate, by chunks of (at most) BULK_SIZE.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<List<String>> |
DataMigrationRepository.selectObjectGroupBulk()
Returns all object group ids to migrate by chunks of (at most) BULK_SIZE.
|
CloseableIterator<List<Unit>> |
DataMigrationRepository.selectUnitBulkInTopDownHierarchyLevel()
Returns all unit ids to migrate sorted by top-down hierarchy level, by chunks of (at most) BULK_SIZE.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonLineIterator |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<String> |
EliminationActionReportService.exportDistinctObjectGroups(String processId) |
CloseableIterator<EliminationActionObjectGroupReportExportEntry> |
EliminationActionReportService.exportObjectGroups(String processId) |
CloseableIterator<EliminationActionUnitReportEntry> |
EliminationActionReportService.exportUnits(String processId) |
Copyright © 2018 Vitam. All rights reserved.