Uses of Class
io.datarouter.storage.queue.QueueMessageKey
-
Uses of QueueMessageKey in io.datarouter.storage.client.imp.noop
Methods in io.datarouter.storage.client.imp.noop with parameters of type QueueMessageKey Modifier and Type Method Description voidNoOpGroupQueueNode. ack(QueueMessageKey key, Config config)voidNoOpQueueNode. ack(QueueMessageKey key, Config config)Method parameters in io.datarouter.storage.client.imp.noop with type arguments of type QueueMessageKey Modifier and Type Method Description voidNoOpGroupQueueNode. ackMulti(Collection<QueueMessageKey> keys, Config config)voidNoOpQueueNode. ackMulti(Collection<QueueMessageKey> keys, Config config) -
Uses of QueueMessageKey in io.datarouter.storage.node.adapter.counter
Methods in io.datarouter.storage.node.adapter.counter with parameters of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterCounterAdapter. ack(QueueMessageKey key, Config config)Method parameters in io.datarouter.storage.node.adapter.counter with type arguments of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterCounterAdapter. ackMulti(Collection<QueueMessageKey> keys, Config config) -
Uses of QueueMessageKey in io.datarouter.storage.node.adapter.sanitization
Methods in io.datarouter.storage.node.adapter.sanitization with parameters of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterSanitizationAdapter. ack(QueueMessageKey key, Config config)Method parameters in io.datarouter.storage.node.adapter.sanitization with type arguments of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterSanitizationAdapter. ackMulti(Collection<QueueMessageKey> keys, Config config) -
Uses of QueueMessageKey in io.datarouter.storage.node.adapter.trace
Methods in io.datarouter.storage.node.adapter.trace with parameters of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterTraceAdapter. ack(QueueMessageKey key, Config config)Method parameters in io.datarouter.storage.node.adapter.trace with type arguments of type QueueMessageKey Modifier and Type Method Description voidQueueStorageWriterTraceAdapter. ackMulti(Collection<QueueMessageKey> keys, Config config) -
Uses of QueueMessageKey in io.datarouter.storage.node.op.raw.write
Methods in io.datarouter.storage.node.op.raw.write with parameters of type QueueMessageKey Modifier and Type Method Description default voidQueueStorageWriter. ack(QueueMessageKey key)voidQueueStorageWriter. ack(QueueMessageKey key, Config config)Method parameters in io.datarouter.storage.node.op.raw.write with type arguments of type QueueMessageKey Modifier and Type Method Description default voidQueueStorageWriter. ackMulti(Collection<QueueMessageKey> keys)voidQueueStorageWriter. ackMulti(Collection<QueueMessageKey> keys, Config config) -
Uses of QueueMessageKey in io.datarouter.storage.queue
Methods in io.datarouter.storage.queue that return QueueMessageKey Modifier and Type Method Description QueueMessageKeyBaseQueueMessage. getKey()