Uses of Class
io.datarouter.storage.queue.QueueMessage
Packages that use QueueMessage
Package
Description
-
Uses of QueueMessage in io.datarouter.storage.client.imp.noop
Methods in io.datarouter.storage.client.imp.noop that return QueueMessageMethods in io.datarouter.storage.client.imp.noop that return types with arguments of type QueueMessageModifier and TypeMethodDescriptionList<QueueMessage<PK,D>> io.datarouter.scanner.Scanner<QueueMessage<PK,D>> NoOpQueueNode.peekUntilEmpty(Config config) -
Uses of QueueMessage in io.datarouter.storage.node.adapter.counter.physical
Methods in io.datarouter.storage.node.adapter.counter.physical that return QueueMessageModifier and TypeMethodDescriptionMethods in io.datarouter.storage.node.adapter.counter.physical that return types with arguments of type QueueMessageModifier and TypeMethodDescriptionList<QueueMessage<PK,D>> io.datarouter.scanner.Scanner<QueueMessage<PK,D>> PhysicalQueueStorageCounterAdapter.peekUntilEmpty(Config config) -
Uses of QueueMessage in io.datarouter.storage.node.adapter.sanitization.physical
Methods in io.datarouter.storage.node.adapter.sanitization.physical that return QueueMessageModifier and TypeMethodDescriptionMethods in io.datarouter.storage.node.adapter.sanitization.physical that return types with arguments of type QueueMessageModifier and TypeMethodDescriptionList<QueueMessage<PK,D>> io.datarouter.scanner.Scanner<QueueMessage<PK,D>> PhysicalQueueStorageSanitizationAdapter.peekUntilEmpty(Config config) -
Uses of QueueMessage in io.datarouter.storage.node.adapter.trace.physical
Methods in io.datarouter.storage.node.adapter.trace.physical that return QueueMessageModifier and TypeMethodDescriptionMethods in io.datarouter.storage.node.adapter.trace.physical that return types with arguments of type QueueMessageModifier and TypeMethodDescriptionList<QueueMessage<PK,D>> io.datarouter.scanner.Scanner<QueueMessage<PK,D>> PhysicalQueueStorageTraceAdapter.peekUntilEmpty(Config config) -
Uses of QueueMessage in io.datarouter.storage.node.op.raw.read
Methods in io.datarouter.storage.node.op.raw.read that return QueueMessageMethods in io.datarouter.storage.node.op.raw.read that return types with arguments of type QueueMessageModifier and TypeMethodDescriptiondefault List<QueueMessage<PK,D>> QueueStorageReader.peekMulti()List<QueueMessage<PK,D>> default io.datarouter.scanner.Scanner<QueueMessage<PK,D>> QueueStorageReader.peekUntilEmpty()io.datarouter.scanner.Scanner<QueueMessage<PK,D>> QueueStorageReader.peekUntilEmpty(Config config) -
Uses of QueueMessage in io.datarouter.storage.queue.consumer
Methods in io.datarouter.storage.queue.consumer that return QueueMessageModifier and TypeMethodDescriptionMethods in io.datarouter.storage.queue.consumer that return types with arguments of type QueueMessageConstructor parameters in io.datarouter.storage.queue.consumer with type arguments of type QueueMessageModifierConstructorDescriptionBatchedAckQueueConsumer(Function<Config, QueueMessage<PK, D>> peekFunction, BiConsumer<Collection<QueueMessageKey>, Config> ackMultiConsumer) BatchedQueueConsumer(Function<Config, List<QueueMessage<PK, D>>> peekMultiFunction, BiConsumer<Collection<QueueMessageKey>, Config> ackMultiConsumer) QueueConsumer(Function<Config, QueueMessage<PK, D>> peekFunction, Consumer<QueueMessageKey> ackConsumer)