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

All Superinterfaces:
MapStorageReader<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>, MapStorage.MapStorageNode<PK,D,F>, MapStorage.PhysicalMapStorageNode<PK,D,F>, MapStorageCounterAdapterMixin<PK,D,F,N>, MapStorageSanitizationAdapterMixin<PK,D,F,N>, MapStorageTraceAdapterMixin<PK,D,F,N>, PhysicalMapStorageAvailabilityAdapterMixin<PK,D,F,N>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>, SortedMapStorage<PK,D>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>, SortedMapStorage.SortedMapStorageNode<PK,D,F>, SubEntitySortedMapStorageNode<EK,PK,D,F>
All Known Implementing Classes:
DatabeanToBlobNode, IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, MapStorageCallsiteAdapter, MapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalMapStorageAvailabilityAdapterFactory.PhysicalMapStorageAvailabilityAdapter, PhysicalMapStorageCallsiteAdapter, PhysicalMapStorageCounterAdapter, PhysicalMapStorageSanitizationAdapter, PhysicalMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter, SortedMapStorageCallsiteAdapter, SortedMapStorageCounterAdapter

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