Package org.nuxeo.ecm.core.blob.scroll
Class LocalBlobScroll
java.lang.Object
org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll<LocalBlobProvider>
org.nuxeo.ecm.core.blob.scroll.LocalBlobScroll
- All Implemented Interfaces:
AutoCloseable
,Iterator<List<String>>
,Scroll
Scroll blobs of the Local blob store of a #
LocalBlobProvider
, the scroll query is the provider id.- Since:
- 2023
-
Field Summary
Fields inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
isKeyPrefixed, keyStrategy, providerId, size, SIZE_DELIMITER, totalBlobCount, totalBlobSizeCount
-
Constructor Summary
-
Method Summary
Methods inherited from class org.nuxeo.ecm.core.blob.scroll.AbstractBlobScroll
addTo, 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 Details
-
it
-
stream
-
pathStrategy
-
-
Constructor Details
-
LocalBlobScroll
public LocalBlobScroll()
-
-
Method Details
-
init
- Specified by:
init
in classAbstractBlobScroll<LocalBlobProvider>
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceScroll
- Overrides:
close
in classAbstractBlobScroll<LocalBlobProvider>
-
getSize
-
hasNext
public boolean hasNext() -
next
-