Uses of Class
org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
-
Packages that use AbstractBlobScroll Package Description org.nuxeo.ecm.blob.azure org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob.scroll org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.mongodb.blob -
-
Uses of AbstractBlobScroll in org.nuxeo.ecm.blob.azure
Subclasses of AbstractBlobScroll in org.nuxeo.ecm.blob.azure 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 AbstractBlobScroll in org.nuxeo.ecm.blob.s3
Subclasses of AbstractBlobScroll in org.nuxeo.ecm.blob.s3 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 AbstractBlobScroll in org.nuxeo.ecm.core.blob.scroll
Subclasses of AbstractBlobScroll in org.nuxeo.ecm.core.blob.scroll Modifier and Type Class Description 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. -
Uses of AbstractBlobScroll in org.nuxeo.ecm.core.storage.gcp
Subclasses of AbstractBlobScroll in org.nuxeo.ecm.core.storage.gcp 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 AbstractBlobScroll in org.nuxeo.ecm.core.storage.mongodb.blob
Subclasses of AbstractBlobScroll in org.nuxeo.ecm.core.storage.mongodb.blob Modifier and Type Class Description class
GridFSBlobScroll
Scroll files of the GridFS blob store of aGridFSBlobProvider
, the scroll query is the provider id.
-