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

All Superinterfaces:
IndexedMapStorage<PK,D>, IndexedMapStorageReader<PK,D>, IndexedMapStorageWriter<PK,D>, IndexedOps<PK,D>, IndexedSortedMapStorageReader<PK,D>, IndexedSortedMapStorageWriter<PK,D>, IndexedStorage<PK,D>, IndexedStorageReader<PK,D>, IndexedStorageWriter<PK,D>, MapStorage<PK,D>, MapStorageReader<PK,D>, MapStorageWriter<PK,D>, NodeOps<PK,D>, SortedMapStorage<PK,D>, SortedMapStorageReader<PK,D>, SortedMapStorageWriter<PK,D>, SortedStorage<PK,D>, SortedStorageReader<PK,D>, SortedStorageWriter<PK,D>, StorageWriter<PK,D>
All Known Subinterfaces:
IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, NoOpGroupQueueNode, NoOpNode, NoOpQueueNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter

public interface IndexedSortedMapStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends IndexedMapStorage<PK,D>, SortedMapStorage<PK,D>, IndexedSortedMapStorageReader<PK,D>, IndexedSortedMapStorageWriter<PK,D>