Uses of Class
io.datarouter.storage.queue.QueueMessageKey
Packages that use QueueMessageKey
Package
Description
-
Uses of QueueMessageKey in io.datarouter.storage.client.imp.noop
Methods in io.datarouter.storage.client.imp.noop with parameters of type QueueMessageKeyModifier and TypeMethodDescriptionvoidNoOpGroupQueueNode.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 QueueMessageKeyModifier and TypeMethodDescriptionvoidNoOpGroupQueueNode.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 QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterCounterAdapter.ack(QueueMessageKey key, Config config) Method parameters in io.datarouter.storage.node.adapter.counter with type arguments of type QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterCounterAdapter.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 QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterSanitizationAdapter.ack(QueueMessageKey key, Config config) Method parameters in io.datarouter.storage.node.adapter.sanitization with type arguments of type QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterSanitizationAdapter.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 QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterTraceAdapter.ack(QueueMessageKey key, Config config) Method parameters in io.datarouter.storage.node.adapter.trace with type arguments of type QueueMessageKeyModifier and TypeMethodDescriptionvoidQueueStorageWriterTraceAdapter.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 QueueMessageKeyModifier and TypeMethodDescriptiondefault 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 QueueMessageKeyModifier and TypeMethodDescriptiondefault 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 -
Uses of QueueMessageKey in io.datarouter.storage.queue.consumer
Methods in io.datarouter.storage.queue.consumer with parameters of type QueueMessageKeyModifier and TypeMethodDescriptionvoidGroupQueueConsumer.ack(QueueMessageKey key) voidQueueConsumer.ack(QueueMessageKey key) Method parameters in io.datarouter.storage.queue.consumer with type arguments of type QueueMessageKeyModifier and TypeMethodDescriptionvoidBatchedAckQueueConsumer.ackMulti(Integer limit, Collection<QueueMessageKey> keys) voidBatchedQueueConsumer.ackMulti(Integer limit, Collection<QueueMessageKey> keys) Constructor parameters in io.datarouter.storage.queue.consumer with type arguments of type QueueMessageKeyModifierConstructorDescriptionBatchedAckQueueConsumer(Function<Config, QueueMessage<PK, D>> peekFunction, BiConsumer<Collection<QueueMessageKey>, Config> ackMultiConsumer) BatchedQueueConsumer(Function<Config, List<QueueMessage<PK, D>>> peekMultiFunction, BiConsumer<Collection<QueueMessageKey>, Config> ackMultiConsumer) GroupQueueConsumer(Function<Config, GroupQueueMessage<PK, D>> peekFunction, Consumer<QueueMessageKey> ackConsumer) QueueConsumer(Function<Config, QueueMessage<PK, D>> peekFunction, Consumer<QueueMessageKey> ackConsumer)