Interface IndexedMapStorageWriter.IndexedMapStorageWriterNode<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>>, IndexedOps<PK,D>, IndexedStorageWriter<PK,D>, IndexedStorageWriter.IndexedStorageWriterNode<PK,D,F>, MapStorageWriter<PK,D>, MapStorageWriter.MapStorageWriterNode<PK,D,F>, Node<PK,D,F>, NodeOps<PK,D>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
IndexedMapStorage.IndexedMapStorageNode<PK,D,F>, IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorageWriter.IndexedSortedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorageWriter.PhysicalIndexedSortedMapStorageWriterNode<PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter
Enclosing interface:
IndexedMapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface IndexedMapStorageWriter.IndexedMapStorageWriterNode<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 MapStorageWriter.MapStorageWriterNode<PK,D,F>, IndexedStorageWriter.IndexedStorageWriterNode<PK,D,F>