Interface SortedMapStorage.SortedMapStorageNode<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>>, MapStorage<PK,​D>, MapStorage.MapStorageNode<PK,​D,​F>, MapStorageReader<PK,​D>, MapStorageReader.MapStorageReaderNode<PK,​D,​F>, MapStorageWriter<PK,​D>, MapStorageWriter.MapStorageWriterNode<PK,​D,​F>, Node<PK,​D,​F>, NodeOps<PK,​D>, SortedMapStorage<PK,​D>, SortedMapStorageReader<PK,​D>, SortedMapStorageReader.SortedMapStorageReaderNode<PK,​D,​F>, SortedMapStorageWriter<PK,​D>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,​D,​F>, SortedStorage<PK,​D>, SortedStorage.SortedStorageNode<PK,​D,​F>, SortedStorageReader<PK,​D>, SortedStorageReader.SortedStorageReaderNode<PK,​D,​F>, SortedStorageWriter<PK,​D>, SortedStorageWriter.SortedStorageWriterNode<PK,​D,​F>, StorageWriter<PK,​D>, StorageWriter.StorageWriterNode<PK,​D,​F>
All Known Subinterfaces:
IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,​D,​F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,​D,​F>, PhysicalSubEntitySortedMapStorageNode<EK,​PK,​D,​F>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,​D,​F>, SubEntitySortedMapStorageNode<EK,​PK,​D,​F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, IndexingSortedMapStorageNode, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageAvailabilityAdapterFactory.PhysicalSubEntitySortedMapStorageAvailabilityAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageSanitizationAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter, SortedMapStorageCallsiteAdapter, SortedMapStorageCounterAdapter
Enclosing interface:
SortedMapStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,​D extends io.datarouter.model.databean.Databean<PK,​D>>

public static interface SortedMapStorage.SortedMapStorageNode<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 SortedMapStorage<PK,​D>, MapStorage.MapStorageNode<PK,​D,​F>, SortedStorage.SortedStorageNode<PK,​D,​F>, SortedMapStorageReader.SortedMapStorageReaderNode<PK,​D,​F>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,​D,​F>