Class LogBlobInfoWriter
java.lang.Object
org.nuxeo.importer.stream.consumer.LogBlobInfoWriter
- All Implemented Interfaces:
AutoCloseable
,BlobInfoWriter
Write blob information to a Log, use only one partition.
- Since:
- 9.3
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
save
(DocumentMessage.Builder builder, BlobInfo info)
-
Field Details
-
appender
-
-
Constructor Details
-
LogBlobInfoWriter
-
-
Method Details
-
save
- Specified by:
save
in interfaceBlobInfoWriter
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceBlobInfoWriter
-