Uses of Class
io.datarouter.storage.queue.GroupQueueMessage
-
Uses of GroupQueueMessage in io.datarouter.storage.client.imp.noop
Methods in io.datarouter.storage.client.imp.noop that return GroupQueueMessage Modifier and Type Method Description GroupQueueMessage<PK,D>NoOpGroupQueueNode. peek(Config config)Methods in io.datarouter.storage.client.imp.noop that return types with arguments of type GroupQueueMessage Modifier and Type Method Description List<GroupQueueMessage<PK,D>>NoOpGroupQueueNode. peekMulti(Config config)io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>NoOpGroupQueueNode. peekUntilEmpty(Config config) -
Uses of GroupQueueMessage in io.datarouter.storage.node.adapter.counter.physical
Methods in io.datarouter.storage.node.adapter.counter.physical that return GroupQueueMessage Modifier and Type Method Description GroupQueueMessage<PK,D>PhysicalGroupQueueStorageCounterAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.counter.physical that return types with arguments of type GroupQueueMessage Modifier and Type Method Description List<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageCounterAdapter. peekMulti(Config config)io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageCounterAdapter. peekUntilEmpty(Config config) -
Uses of GroupQueueMessage in io.datarouter.storage.node.adapter.sanitization.physical
Methods in io.datarouter.storage.node.adapter.sanitization.physical that return GroupQueueMessage Modifier and Type Method Description GroupQueueMessage<PK,D>PhysicalGroupQueueStorageSanitizationAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.sanitization.physical that return types with arguments of type GroupQueueMessage Modifier and Type Method Description List<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageSanitizationAdapter. peekMulti(Config config)io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageSanitizationAdapter. peekUntilEmpty(Config config) -
Uses of GroupQueueMessage in io.datarouter.storage.node.adapter.trace.physical
Methods in io.datarouter.storage.node.adapter.trace.physical that return GroupQueueMessage Modifier and Type Method Description GroupQueueMessage<PK,D>PhysicalGroupQueueStorageTraceAdapter. peek(Config config)Methods in io.datarouter.storage.node.adapter.trace.physical that return types with arguments of type GroupQueueMessage Modifier and Type Method Description List<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageTraceAdapter. peekMulti(Config config)io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>PhysicalGroupQueueStorageTraceAdapter. peekUntilEmpty(Config config) -
Uses of GroupQueueMessage in io.datarouter.storage.node.op.raw.read
Methods in io.datarouter.storage.node.op.raw.read that return GroupQueueMessage Modifier and Type Method Description default GroupQueueMessage<PK,D>GroupQueueStorageReader. peek()GroupQueueMessage<PK,D>GroupQueueStorageReader. peek(Config config)Methods in io.datarouter.storage.node.op.raw.read that return types with arguments of type GroupQueueMessage Modifier and Type Method Description default List<GroupQueueMessage<PK,D>>GroupQueueStorageReader. peekMulti()List<GroupQueueMessage<PK,D>>GroupQueueStorageReader. peekMulti(Config config)default io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>GroupQueueStorageReader. peekUntilEmpty()io.datarouter.scanner.Scanner<GroupQueueMessage<PK,D>>GroupQueueStorageReader. peekUntilEmpty(Config config) -
Uses of GroupQueueMessage in io.datarouter.storage.queue
Methods in io.datarouter.storage.queue with parameters of type GroupQueueMessage Modifier and Type Method Description static booleanGroupQueueMessage. isEmpty(GroupQueueMessage<?,?> message)