Uses of Interface
org.nuxeo.importer.stream.consumer.BlobInfoWriter
Packages that use BlobInfoWriter
-
Uses of BlobInfoWriter in org.nuxeo.importer.stream.automation
Methods in org.nuxeo.importer.stream.automation that return BlobInfoWriterModifier and TypeMethodDescriptionprotected BlobInfoWriter
BlobConsumers.getBlobInfoWriter
(LogManager managerBlobInfo) -
Uses of BlobInfoWriter in org.nuxeo.importer.stream.consumer
Classes in org.nuxeo.importer.stream.consumer that implement BlobInfoWriterModifier and TypeClassDescriptionclass
Write blob information to a Log, use only one partition.Fields in org.nuxeo.importer.stream.consumer declared as BlobInfoWriterModifier and TypeFieldDescriptionprotected final BlobInfoWriter
BlobMessageConsumer.blobInfoWriter
protected final BlobInfoWriter
BlobMessageConsumerFactory.blobInfoWriter
Constructors in org.nuxeo.importer.stream.consumer with parameters of type BlobInfoWriterModifierConstructorDescriptionBlobMessageConsumer
(String consumerId, String blobProviderName, BlobInfoWriter blobInfoWriter) BlobMessageConsumerFactory
(String blobProviderName, BlobInfoWriter blobInfoWriter) Blob Consumer factory requires a blob providerName that is present in Nuxeo instance running the consumer.BlobMessageConsumerFactory
(String blobProviderName, BlobInfoWriter blobInfoWriter, String watermarkPrefix) Blob consumer that change the input blob to add a random watermark.BlobMessageConsumerFactory
(String blobProviderName, BlobInfoWriter blobInfoWriter, String watermarkPrefix, String persistBlobPath) Blob consumer that change the input blob to add a random watermark and persist the generated blobs.BlobWatermarkMessageConsumer
(String consumerId, String blobProviderName, BlobInfoWriter blobInfoWriter, String watermarkPrefix, String persistBlobPath)