Package org.nuxeo.ecm.core.blob.scroll
Class InMemoryBlobScroll
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll<InMemoryBlobProvider>
-
- org.nuxeo.ecm.core.blob.scroll.InMemoryBlobScroll
-
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,Scroll
public class InMemoryBlobScroll extends AbstractBlobScroll<InMemoryBlobProvider>
Scroll blobs of the In-Memory blob store of a #InMemoryBlobProvider
, the scroll query is the provider id.- Since:
- 2023
-
-
Field Summary
Fields Modifier and Type Field Description protected Iterator<String>
it
protected InMemoryBlobStore
store
-
Fields inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
isKeyPrefixed, keyStrategy, providerId, size, SIZE_DELIMITER, totalBlobCount, totalBlobSizeCount
-
-
Constructor Summary
Constructors Constructor Description InMemoryBlobScroll()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
void
init(InMemoryBlobProvider inMemoryBlobProvider)
List<String>
next()
-
Methods inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
addTo, close, getBlobKey, getBlobSize, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
-
-
-
Field Detail
-
store
protected InMemoryBlobStore store
-
-
Method Detail
-
init
public void init(InMemoryBlobProvider inMemoryBlobProvider)
- Specified by:
init
in classAbstractBlobScroll<InMemoryBlobProvider>
-
hasNext
public boolean hasNext()
-
-