Uses of Interface
org.nuxeo.importer.stream.producer.BlobInfoFetcher
-
Packages that use BlobInfoFetcher Package Description org.nuxeo.importer.stream.producer -
-
Uses of BlobInfoFetcher in org.nuxeo.importer.stream.producer
Classes in org.nuxeo.importer.stream.producer that implement BlobInfoFetcher Modifier and Type Class Description class
RandomLogBlobInfoFetcher
Returns blob information from a Log, loop on the log.Fields in org.nuxeo.importer.stream.producer declared as BlobInfoFetcher Modifier and Type Field Description protected BlobInfoFetcher
RandomDocumentMessageProducer. blobInfoFetcher
Constructors in org.nuxeo.importer.stream.producer with parameters of type BlobInfoFetcher Constructor Description RandomDocumentMessageProducer(int producerId, long nbDocuments, String lang, BlobInfoFetcher blobInfoFetcher)
-