Uses of Interface
org.nuxeo.ecm.core.api.ScrollResult
Package
Description
Implementation of a Nuxeo repository over an SQL database.
-
Uses of ScrollResult in org.nuxeo.audit.storage.impl
Modifier and TypeMethodDescriptionScroll log entries in the Audit directory, given a scroll Id.DirectoryAuditStorage.scroll
(QueryBuilder queryBuilder, int batchSize, int keepAlive) Scroll log entries in the Audit directory, given an audit query builder. -
Uses of ScrollResult in org.nuxeo.ecm.core.api
Modifier and TypeFieldDescriptionprotected static final ScrollResult<?>
ScrollResultImpl.EMPTY_RESULT
Modifier and TypeMethodDescriptionstatic <O> ScrollResult<O>
ScrollResultImpl.emptyResult()
Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay. -
Uses of ScrollResult in org.nuxeo.ecm.core.model
Modifier and TypeMethodDescriptionGet the next batch of result containing id of documents.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within the keepAliveSeconds delay.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within the keepAliveSeconds delay. -
Uses of ScrollResult in org.nuxeo.ecm.core.scroll
-
Uses of ScrollResult in org.nuxeo.ecm.core.storage.dbs
Modifier and TypeMethodDescriptionDBSCachingConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.DBSConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.DBSSession.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) DBSTransactionState.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.mem
Modifier and TypeMethodDescriptionMemConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.mongodb
Modifier and TypeMethodDescriptionMongoDBConnection.scroll
(DBSExpressionEvaluator evaluator, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql
Modifier and TypeMethodDescriptionGet the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Mapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Get the next batch of results containing id of documents, thescrollId
is part of the previousScrollResult
response.Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.Session.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) Executes the given query and returns the first batch of results containing id of documents, next batch must be requested within thekeepAliveSeconds
delay.SessionImpl.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) SoftRefCachingMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) UnifiedCachingMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql.coremodel
Modifier and TypeMethodDescriptionSQLSession.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.core.storage.sql.jdbc
Modifier and TypeMethodDescriptionprotected ScrollResult<String>
JDBCMapper.defaultScroll
(String query) JDBCMapper.scroll
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) protected ScrollResult<String>
JDBCMapper.scrollSearch
(String query, QueryFilter queryFilter, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.platform.audit.api
Modifier and TypeMethodDescriptionAuditStorage.scroll
(QueryBuilder queryBuilder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.ecm.platform.audit.service
Modifier and TypeMethodDescriptionDefaultAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.elasticsearch.audit
Modifier and TypeMethodDescriptionESAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds) -
Uses of ScrollResult in org.nuxeo.mongodb.audit
Modifier and TypeMethodDescriptionMongoDBAuditBackend.scroll
(QueryBuilder builder, int batchSize, int keepAliveSeconds)