Interface QueueStorage.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>>

All Superinterfaces:
Comparable<Node<PK,D,F>>, Node<PK,D,F>, NodeOps<PK,D>, QueueStorage<PK,D>, QueueStorageReader<PK,D>, QueueStorageWriter<PK,D>, QueueStorageWriter.QueueStorageWriterNode<PK,D,F>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
QueueStorage.PhysicalQueueStorageNode<PK,D,F>
All Known Implementing Classes:
PhysicalQueueStorageCounterAdapter, PhysicalQueueStorageSanitizationAdapter, PhysicalQueueStorageTraceAdapter
Enclosing interface:
QueueStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface QueueStorage.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>> extends QueueStorage<PK,D>, QueueStorageWriter.QueueStorageWriterNode<PK,D,F>