Searched defs:reconSourceQueryPageSize (Results 1 - 1 of 1) sorted by relevance

/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java149 private int reconSourceQueryPageSize; field in class:ObjectMapping
296 reconSourceQueryPageSize = config.get("reconSourceQueryPageSize")
946 ReconQueryResult sourceQueryResult = reconContext.querySourceIter(reconSourceQueryPageSize, null);
1000 sourceQueryResult = reconContext.querySourceIter(reconSourceQueryPageSize,

Completed in 36 milliseconds