Uses of Interface
org.nuxeo.importer.stream.consumer.BlobInfoWriter
-
Packages that use BlobInfoWriter Package Description org.nuxeo.importer.stream.automation org.nuxeo.importer.stream.consumer -
-
Uses of BlobInfoWriter in org.nuxeo.importer.stream.automation
Methods in org.nuxeo.importer.stream.automation that return BlobInfoWriter Modifier and Type Method Description protected BlobInfoWriter
BlobConsumers. getBlobInfoWriter(LogManager managerBlobInfo)
-
Uses of BlobInfoWriter in org.nuxeo.importer.stream.consumer
Classes in org.nuxeo.importer.stream.consumer that implement BlobInfoWriter Modifier and Type Class Description class
LogBlobInfoWriter
Write blob information to a Log, use only one partition.Fields in org.nuxeo.importer.stream.consumer declared as BlobInfoWriter Modifier and Type Field Description protected BlobInfoWriter
BlobMessageConsumer. blobInfoWriter
protected BlobInfoWriter
BlobMessageConsumerFactory. blobInfoWriter
Constructors in org.nuxeo.importer.stream.consumer with parameters of type BlobInfoWriter Constructor Description BlobMessageConsumer(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)
-