Uses of Class
io.datarouter.storage.queue.QueueMessage
-
Uses of QueueMessage in io.datarouter.storage.client.imp.noop
Methods in io.datarouter.storage.client.imp.noop that return QueueMessage Modifier and Type Method Description QueueMessage<PK,D>NoOpQueueNode. peek(Config config)Methods in io.datarouter.storage.client.imp.noop that return types with arguments of type QueueMessage Modifier and Type Method Description List<QueueMessage<PK,D>>NoOpQueueNode. peekMulti(Config config)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 QueueMessage Modifier and Type Method Description QueueMessage<PK,D>PhysicalQueueStorageCounterAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.counter.physical that return types with arguments of type QueueMessage Modifier and Type Method Description List<QueueMessage<PK,D>>PhysicalQueueStorageCounterAdapter. peekMulti(Config config)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 QueueMessage Modifier and Type Method Description QueueMessage<PK,D>PhysicalQueueStorageSanitizationAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.sanitization.physical that return types with arguments of type QueueMessage Modifier and Type Method Description List<QueueMessage<PK,D>>PhysicalQueueStorageSanitizationAdapter. peekMulti(Config config)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 QueueMessage Modifier and Type Method Description QueueMessage<PK,D>PhysicalQueueStorageTraceAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.trace.physical that return types with arguments of type QueueMessage Modifier and Type Method Description List<QueueMessage<PK,D>>PhysicalQueueStorageTraceAdapter. peekMulti(Config config)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 QueueMessage Modifier and Type Method Description default QueueMessage<PK,D>QueueStorageReader. peek()QueueMessage<PK,D>QueueStorageReader. peek(Config config)Methods in io.datarouter.storage.node.op.raw.read that return types with arguments of type QueueMessage Modifier and Type Method Description default List<QueueMessage<PK,D>>QueueStorageReader. peekMulti()List<QueueMessage<PK,D>>QueueStorageReader. peekMulti(Config config)default io.datarouter.scanner.Scanner<QueueMessage<PK,D>>QueueStorageReader. peekUntilEmpty()io.datarouter.scanner.Scanner<QueueMessage<PK,D>>QueueStorageReader. peekUntilEmpty(Config config)