Class RandomLogBlobInfoFetcher
java.lang.Object
org.nuxeo.importer.stream.producer.RandomLogBlobInfoFetcher
- All Implemented Interfaces:
AutoCloseable
,BlobInfoFetcher
Returns blob information from a Log, loop on the log.
- Since:
- 9.3
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected static final Duration
protected static final Duration
protected final LogTailer<BlobInfoMessage>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
get
(DocumentMessage.Builder builder) protected Duration
-
Field Details
-
READ_DELAY
-
FIRST_READ_DELAY
-
tailer
-
first
protected boolean first
-
-
Constructor Details
-
RandomLogBlobInfoFetcher
-
-
Method Details
-
get
- Specified by:
get
in interfaceBlobInfoFetcher
-
getDuration
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-