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

All Superinterfaces:
NodeOps<PK,D>, SortedStorageReader<PK,D>, SortedStorageWriter<PK,D>
All Known Subinterfaces:
IndexedSortedMapStorage<PK,D>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, PhysicalSortedStorageAvailabilityAdapterMixin<PK,D,F,N>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>, SortedMapStorage<PK,D>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>, SortedMapStorage.SortedMapStorageNode<PK,D,F>, SortedStorage.PhysicalSortedStorageNode<PK,D,F>, SortedStorage.SortedStorageNode<PK,D,F>, SortedStorageCounterAdapterMixin<PK,D,F,N>, SortedStorageSanitizationAdapterMixin<PK,D,F,N>, SortedStorageTraceAdapterMixin<PK,D,F,N>, SubEntitySortedMapStorageNode<EK,PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter, SortedMapStorageCallsiteAdapter, SortedMapStorageCounterAdapter

public interface SortedStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends SortedStorageReader<PK,D>, SortedStorageWriter<PK,D>