Uses of Interface
io.datarouter.storage.node.op.raw.read.QueueStorageReader
Packages that use QueueStorageReader
Package
Description
-
Uses of QueueStorageReader in io.datarouter.storage.client.imp.noop
Classes in io.datarouter.storage.client.imp.noop that implement QueueStorageReaderModifier and TypeClassDescriptionclassNoOpQueueNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>> -
Uses of QueueStorageReader in io.datarouter.storage.node.adapter.counter.physical
Classes in io.datarouter.storage.node.adapter.counter.physical that implement QueueStorageReaderModifier and TypeClassDescriptionclassPhysicalQueueStorageCounterAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends QueueStorage.PhysicalQueueStorageNode<PK, D, F>> -
Uses of QueueStorageReader in io.datarouter.storage.node.adapter.sanitization.physical
Classes in io.datarouter.storage.node.adapter.sanitization.physical that implement QueueStorageReaderModifier and TypeClassDescriptionclassPhysicalQueueStorageSanitizationAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends QueueStorage.PhysicalQueueStorageNode<PK, D, F>> -
Uses of QueueStorageReader in io.datarouter.storage.node.adapter.trace.physical
Classes in io.datarouter.storage.node.adapter.trace.physical that implement QueueStorageReaderModifier and TypeClassDescriptionclassPhysicalQueueStorageTraceAdapter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends QueueStorage.PhysicalQueueStorageNode<PK, D, F>> -
Uses of QueueStorageReader in io.datarouter.storage.node.op.raw
Subinterfaces of QueueStorageReader in io.datarouter.storage.node.op.rawModifier and TypeInterfaceDescriptioninterfaceQueueStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>> A wrapper class including a variety of poll() methods.static interfaceQueueStorage.PhysicalQueueStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> static interfaceQueueStorage.QueueStorageNode<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> -
Uses of QueueStorageReader in io.datarouter.storage.op.scan.queue
Constructors in io.datarouter.storage.op.scan.queue with parameters of type QueueStorageReaderModifierConstructorDescriptionPeekMultiUntilEmptyQueueStorageScanner(QueueStorageReader<PK, D> queueStorageReader, Config config)