Uses of Class
org.nuxeo.importer.stream.message.DocumentMessage
-
Packages that use DocumentMessage Package Description org.nuxeo.importer.stream org.nuxeo.importer.stream.consumer org.nuxeo.importer.stream.message org.nuxeo.importer.stream.producer -
-
Uses of DocumentMessage in org.nuxeo.importer.stream
Methods in org.nuxeo.importer.stream that return types with arguments of type DocumentMessage Modifier and Type Method Description static Codec<DocumentMessage>
StreamImporters. getDocCodec()
-
Uses of DocumentMessage in org.nuxeo.importer.stream.consumer
Methods in org.nuxeo.importer.stream.consumer that return types with arguments of type DocumentMessage Modifier and Type Method Description Consumer<DocumentMessage>
DocumentMessageConsumerFactory. createConsumer(String consumerId)
Consumer<DocumentMessage>
RedisDocumentMessageConsumerFactory. createConsumer(String consumerId)
Methods in org.nuxeo.importer.stream.consumer with parameters of type DocumentMessage Modifier and Type Method Description void
DocumentMessageConsumer. accept(DocumentMessage message)
void
RedisDocumentMessageConsumer. accept(DocumentMessage message)
protected Blob
DocumentMessageConsumer. getBlob(DocumentMessage message)
protected String
RedisDocumentMessageConsumer. getPayload(DocumentMessage message, String properties)
protected String
RedisDocumentMessageConsumer. getProperties(DocumentMessage message)
protected String
RedisDocumentMessageConsumer. getPropertiesWithBlob(DocumentMessage message)
-
Uses of DocumentMessage in org.nuxeo.importer.stream.message
Methods in org.nuxeo.importer.stream.message that return DocumentMessage Modifier and Type Method Description DocumentMessage
DocumentMessage.Builder. build()
static DocumentMessage
DocumentMessage. copy(DocumentMessage node, String newName)
Methods in org.nuxeo.importer.stream.message with parameters of type DocumentMessage Modifier and Type Method Description static DocumentMessage
DocumentMessage. copy(DocumentMessage node, String newName)
-
Uses of DocumentMessage in org.nuxeo.importer.stream.producer
Methods in org.nuxeo.importer.stream.producer that return DocumentMessage Modifier and Type Method Description protected DocumentMessage
RandomDocumentMessageProducer. createDocument(String parentPath, Set<String> exclude)
protected DocumentMessage
RandomDocumentMessageProducer. createFolder(String parentPath, Set<String> exclude)
protected DocumentMessage
RandomDocumentMessageProducer. createRoot()
protected DocumentMessage
RandomDocumentMessageProducer. getRandomNode(String type, String parentPath, boolean withBlob)
protected DocumentMessage
RandomDocumentMessageProducer. getRandomNodeWithExclusion(String type, String parentPath, boolean withBlob, Set<String> exclude)
protected DocumentMessage
RandomDocumentMessageProducer. getRandomNodeWithPrefix(String prefix, String type, String parentPath)
DocumentMessage
RandomDocumentMessageProducer. next()
Methods in org.nuxeo.importer.stream.producer that return types with arguments of type DocumentMessage Modifier and Type Method Description ProducerIterator<DocumentMessage>
RandomDocumentMessageProducerFactory. createProducer(int producerId)
Methods in org.nuxeo.importer.stream.producer with parameters of type DocumentMessage Modifier and Type Method Description int
RandomDocumentMessageProducer. getPartition(DocumentMessage message, int partitions)
-