Interface IndexedMapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

All Superinterfaces:
IndexedOps<PK,D>, IndexedStorageWriter<PK,D>, MapStorageWriter<PK,D>, NodeOps<PK,D>, StorageWriter<PK,D>
All Known Subinterfaces:
IndexedMapStorage<PK,D>, IndexedMapStorage.IndexedMapStorageNode<PK,D,F>, IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedSortedMapStorage<PK,D>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorageWriter<PK,D>, IndexedSortedMapStorageWriter.IndexedSortedMapStorageWriterNode<PK,D,F>, IndexedSortedMapStorageWriter.PhysicalIndexedSortedMapStorageWriterNode<PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter

public interface IndexedMapStorageWriter<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends MapStorageWriter<PK,D>, IndexedStorageWriter<PK,D>