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 TypeMethodDescriptionvoidBlobMessageConsumer.accept(BlobMessage message) protected BlobMessageConsumer.CloseableBlobBlobWatermarkMessageConsumer.addWatermark(BlobMessage message, String watermark, Watermarker watermarker) protected BlobMessageConsumer.CloseableBlobBlobMessageConsumer.getBlob(BlobMessage message) protected BlobMessageConsumer.CloseableBlobBlobWatermarkMessageConsumer.getBlob(BlobMessage message) protected voidBlobMessageConsumer.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 TypeMethodDescriptionintFileBlobMessageProducer.getPartition(BlobMessage message, int partitions) intRandomStringBlobMessageProducer.getPartition(BlobMessage message, int partitions)