Interface IndexedStorage.PhysicalIndexedStorageNode<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>>, IndexedOps<PK,D>, IndexedStorageReader<PK,D>, IndexedStorageReader.IndexedStorageReaderNode<PK,D,F>, IndexedStorageReader.PhysicalIndexedStorageReaderNode<PK,D,F>, IndexedStorageWriter<PK,D>, IndexedStorageWriter.IndexedStorageWriterNode<PK,D,F>, IndexedStorageWriter.PhysicalIndexedStorageWriterNode<PK,D,F>, Node<PK,D,F>, NodeOps<PK,D>, PhysicalNode<PK,D,F>
All Known Subinterfaces:
IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>
All Known Implementing Classes:
PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter
Enclosing interface:
IndexedStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface IndexedStorage.PhysicalIndexedStorageNode<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 IndexedStorageReader.PhysicalIndexedStorageReaderNode<PK,D,F>, IndexedStorageWriter.PhysicalIndexedStorageWriterNode<PK,D,F>