Uses of Interface
io.datarouter.storage.node.op.raw.read.QueueStorageReader
-
Uses of QueueStorageReader in io.datarouter.storage.client.imp.noop
Classes in io.datarouter.storage.client.imp.noop that implement QueueStorageReader Modifier and Type Class Description classNoOpQueueNode<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 QueueStorageReader Modifier and Type Class Description classPhysicalQueueStorageCounterAdapter<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 QueueStorageReader Modifier and Type Class Description classPhysicalQueueStorageSanitizationAdapter<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 QueueStorageReader Modifier and Type Class Description classPhysicalQueueStorageTraceAdapter<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.raw Modifier and Type Interface Description interfaceQueueStorage<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 QueueStorageReader Constructor Description PeekMultiUntilEmptyQueueStorageScanner(QueueStorageReader<PK,D> queueStorageReader, Config config)