Interface SortedMapStorage.PhysicalSortedMapStorageNode<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>, MapStorage.PhysicalMapStorageNode<PK,D,F>, MapStorageReader<PK,D>, MapStorageReader.MapStorageReaderNode<PK,D,F>, MapStorageReader.PhysicalMapStorageReaderNode<PK,D,F>, MapStorageWriter<PK,D>, MapStorageWriter.MapStorageWriterNode<PK,D,F>, MapStorageWriter.PhysicalMapStorageWriterNode<PK,D,F>, Node<PK,D,F>, NodeOps<PK,D>, PhysicalNode<PK,D,F>, SortedMapStorage<PK,D>, SortedMapStorage.SortedMapStorageNode<PK,D,F>, SortedMapStorageReader<PK,D>, SortedMapStorageReader.PhysicalSortedMapStorageReaderNode<PK,D,F>, SortedMapStorageReader.SortedMapStorageReaderNode<PK,D,F>, SortedMapStorageWriter<PK,D>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,D,F>, SortedMapStorageWriter.SortedMapStorageWriterNode<PK,D,F>, SortedStorage<PK,D>, SortedStorage.PhysicalSortedStorageNode<PK,D,F>, SortedStorage.SortedStorageNode<PK,D,F>, SortedStorageReader<PK,D>, SortedStorageReader.PhysicalSortedStorageReaderNode<PK,D,F>, SortedStorageReader.SortedStorageReaderNode<PK,D,F>, SortedStorageWriter<PK,D>, SortedStorageWriter.PhysicalSortedStorageWriterNode<PK,D,F>, SortedStorageWriter.SortedStorageWriterNode<PK,D,F>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>
All Known Implementing Classes:
PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter
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.PhysicalSortedMapStorageNode<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.SortedMapStorageNode<PK,D,F>, MapStorage.PhysicalMapStorageNode<PK,D,F>, SortedStorage.PhysicalSortedStorageNode<PK,D,F>, SortedMapStorageReader.PhysicalSortedMapStorageReaderNode<PK,D,F>, SortedMapStorageWriter.PhysicalSortedMapStorageWriterNode<PK,D,F>