Uses of Interface
org.nuxeo.ecm.core.api.scroll.Scroll
-
-
Uses of Scroll in org.nuxeo.ecm.blob.azure
Classes in org.nuxeo.ecm.blob.azure that implement Scroll Modifier and Type Class Description class
AzureBlobScroll
Scroll blobs of the Azure blob store of aAzureBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.blob.s3
Classes in org.nuxeo.ecm.blob.s3 that implement Scroll Modifier and Type Class Description class
S3BlobScroll
Scroll objects of the s3 blob store of a #S3BlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.core.api.scroll
Methods in org.nuxeo.ecm.core.api.scroll that return Scroll Modifier and Type Method Description Scroll
ScrollService. scroll(ScrollRequest request)
Returns aScroll
instance to execute the request. -
Uses of Scroll in org.nuxeo.ecm.core.blob.scroll
Classes in org.nuxeo.ecm.core.blob.scroll that implement Scroll Modifier and Type Class Description class
AbstractBlobScroll<T extends BlobStoreBlobProvider>
Abstract class to scroll blobs from a blob provider, the scroll query is the provider id.class
InMemoryBlobScroll
Scroll blobs of the In-Memory blob store of a #InMemoryBlobProvider
, the scroll query is the provider id.class
LocalBlobScroll
Scroll blobs of the Local blob store of a #LocalBlobProvider
, the scroll query is the provider id.class
RepositoryBlobScroll
Meta Scroll to scroll the blobs of the blob provider(s) of a repository, the scroll query is the repository name.Fields in org.nuxeo.ecm.core.blob.scroll with type parameters of type Scroll Modifier and Type Field Description protected Stack<Scroll>
RepositoryBlobScroll. scrolls
-
Uses of Scroll in org.nuxeo.ecm.core.bulk.computation
Methods in org.nuxeo.ecm.core.bulk.computation that return Scroll Modifier and Type Method Description protected Scroll
BulkScrollerComputation. buildScroll(BulkCommand command)
-
Uses of Scroll in org.nuxeo.ecm.core.scroll
Classes in org.nuxeo.ecm.core.scroll that implement Scroll Modifier and Type Class Description class
EmptyScroll
Executes the scroll on an empty result set, useful for external scrollers.class
RepositoryScroll
Scrolls document identifiers using the repository search.class
StaticScroll
Returns a static result list of identifiers.Fields in org.nuxeo.ecm.core.scroll with type parameters of type Scroll Modifier and Type Field Description protected Class<? extends Scroll>
ScrollDescriptor. scrollClass
Methods in org.nuxeo.ecm.core.scroll that return Scroll Modifier and Type Method Description Scroll
ScrollDescriptor. newScrollInstance()
Scroll
ScrollServiceImpl. scroll(ScrollRequest request)
-
Uses of Scroll in org.nuxeo.ecm.core.storage.gcp
Classes in org.nuxeo.ecm.core.storage.gcp that implement Scroll Modifier and Type Class Description class
GoogleStorageBlobScroll
Scroll files of the Google Storage blob store of aGoogleStorageBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.ecm.core.storage.mongodb.blob
Classes in org.nuxeo.ecm.core.storage.mongodb.blob that implement Scroll Modifier and Type Class Description class
GridFSBlobScroll
Scroll files of the GridFS blob store of aGridFSBlobProvider
, the scroll query is the provider id. -
Uses of Scroll in org.nuxeo.elasticsearch.scroll
Classes in org.nuxeo.elasticsearch.scroll that implement Scroll Modifier and Type Class Description class
ElasticSearchScroll
-