Interface QueueStorageWriter.QueueStorageWriterNode<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>, QueueStorageWriter<PK,D>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
GroupQueueStorage.GroupQueueStorageNode<PK,D,F>, GroupQueueStorage.PhysicalGroupQueueStorageNode<PK,D,F>, QueueStorage.PhysicalQueueStorageNode<PK,D,F>, QueueStorage.QueueStorageNode<PK,D,F>, QueueStorageWriter.PhysicalQueueStorageWriterNode<PK,D,F>
All Known Implementing Classes:
PhysicalGroupQueueStorageCounterAdapter, PhysicalGroupQueueStorageSanitizationAdapter, PhysicalGroupQueueStorageTraceAdapter, PhysicalQueueStorageCounterAdapter, PhysicalQueueStorageSanitizationAdapter, PhysicalQueueStorageTraceAdapter
Enclosing interface:
QueueStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

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