Interface MapStorageWriter.PhysicalMapStorageWriterNode<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>>, MapStorageWriter<PK,D>, MapStorageWriter.MapStorageWriterNode<PK,D,F>, Node<PK,D,F>, NodeOps<PK,D>, PhysicalNode<PK,D,F>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedMapStorageWriter.PhysicalIndexedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorageWriter.PhysicalIndexedSortedMapStorageWriterNode<PK,D,F>, MapStorage.PhysicalMapStorageNode<PK,D,F>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,D,F>
All Known Implementing Classes:
DatabeanToBlobNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalMapStorageAvailabilityAdapterFactory.PhysicalMapStorageAvailabilityAdapter, PhysicalMapStorageCallsiteAdapter, PhysicalMapStorageCounterAdapter, PhysicalMapStorageSanitizationAdapter, PhysicalMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter
Enclosing interface:
MapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface MapStorageWriter.PhysicalMapStorageWriterNode<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 PhysicalNode<PK,D,F>, MapStorageWriter.MapStorageWriterNode<PK,D,F>