Uses of Class
org.nuxeo.importer.stream.message.BlobMessage
Packages that use BlobMessage
Package
Description
-
Uses of BlobMessage in org.nuxeo.importer.stream
Methods in org.nuxeo.importer.stream that return types with arguments of type BlobMessage -
Uses of BlobMessage in org.nuxeo.importer.stream.consumer
Methods in org.nuxeo.importer.stream.consumer that return types with arguments of type BlobMessageMethods in org.nuxeo.importer.stream.consumer with parameters of type BlobMessageModifier and TypeMethodDescriptionvoid
BlobMessageConsumer.accept
(BlobMessage message) protected BlobMessageConsumer.CloseableBlob
BlobWatermarkMessageConsumer.addWatermark
(BlobMessage message, String watermark, Watermarker watermarker) protected BlobMessageConsumer.CloseableBlob
BlobMessageConsumer.getBlob
(BlobMessage message) protected BlobMessageConsumer.CloseableBlob
BlobWatermarkMessageConsumer.getBlob
(BlobMessage message) protected void
BlobMessageConsumer.saveBlobInfo
(BlobMessage message, String digest, long length, File blobFile) -
Uses of BlobMessage in org.nuxeo.importer.stream.message
Methods in org.nuxeo.importer.stream.message that return BlobMessage -
Uses of BlobMessage in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return BlobMessageModifier and TypeMethodDescriptionFileBlobMessageProducer.next()
RandomStringBlobMessageProducer.next()
Methods in org.nuxeo.importer.stream.producer that return types with arguments of type BlobMessageModifier and TypeMethodDescriptionFileBlobMessageProducerFactory.createProducer
(int producerId) RandomStringBlobMessageProducerFactory.createProducer
(int producerId) Methods in org.nuxeo.importer.stream.producer with parameters of type BlobMessageModifier and TypeMethodDescriptionint
FileBlobMessageProducer.getPartition
(BlobMessage message, int partitions) int
RandomStringBlobMessageProducer.getPartition
(BlobMessage message, int partitions)