Interface SortedStorage.PhysicalSortedStorageNode<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>>, Node<PK,D,F>, NodeOps<PK,D>, PhysicalNode<PK,D,F>, SortedStorage<PK,D>, 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>
All Known Subinterfaces:
IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>, PhysicalSubEntitySortedMapStorageNode<EK,PK,D,F>, SortedMapStorage.PhysicalSortedMapStorageNode<PK,D,F>
All Known Implementing Classes:
PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter, PhysicalSortedMapStorageAvailabilityAdapterFactory.PhysicalSortedMapStorageAvailabilityAdapter, PhysicalSortedMapStorageCallsiteAdapter, PhysicalSortedMapStorageCounterAdapter, PhysicalSortedMapStorageSanitizationAdapter, PhysicalSortedMapStorageTraceAdapter, PhysicalSubEntitySortedMapStorageCallsiteAdapter, PhysicalSubEntitySortedMapStorageCounterAdapter, PhysicalSubEntitySortedMapStorageTraceAdapter
Enclosing interface:
SortedStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface SortedStorage.PhysicalSortedStorageNode<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 SortedStorage.SortedStorageNode<PK,D,F>, SortedStorageReader.PhysicalSortedStorageReaderNode<PK,D,F>, SortedStorageWriter.PhysicalSortedStorageWriterNode<PK,D,F>