Uses of Interface
org.nuxeo.importer.stream.consumer.BlobInfoWriter
-
Uses of BlobInfoWriter in org.nuxeo.importer.stream.automation
Modifier and TypeMethodDescriptionprotected BlobInfoWriter
BlobConsumers.getBlobInfoWriter
(LogManager managerBlobInfo) -
Uses of BlobInfoWriter in org.nuxeo.importer.stream.consumer
Modifier and TypeClassDescriptionclass
Write blob information to a Log, use only one partition.Modifier and TypeFieldDescriptionprotected final BlobInfoWriter
BlobMessageConsumer.blobInfoWriter
protected final BlobInfoWriter
BlobMessageConsumerFactory.blobInfoWriter
ModifierConstructorDescriptionBlobMessageConsumer
(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)