Interface IndexedMapStorage.IndexedMapStorageNode<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>>, IndexedMapStorage<PK,D>, IndexedMapStorageReader<PK,D>, IndexedMapStorageReader.IndexedMapStorageReaderNode<PK,D,F>, IndexedMapStorageWriter<PK,D>, IndexedMapStorageWriter.IndexedMapStorageWriterNode<PK,D,F>, IndexedOps<PK,D>, IndexedStorage<PK,D>, IndexedStorage.IndexedStorageNode<PK,D,F>, IndexedStorageReader<PK,D>, IndexedStorageReader.IndexedStorageReaderNode<PK,D,F>, IndexedStorageWriter<PK,D>, IndexedStorageWriter.IndexedStorageWriterNode<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>, StorageWriter<PK,D>, StorageWriter.StorageWriterNode<PK,D,F>
All Known Subinterfaces:
IndexedMapStorage.PhysicalIndexedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.IndexedSortedMapStorageNode<PK,D,F>, IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK,D,F>
All Known Implementing Classes:
IndexedSortedMapStorageCallsiteAdapter, IndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageAvailabilityAdapterFactory.PhysicalIndexedSortedMapStorageAvailabilityAdapter, PhysicalIndexedSortedMapStorageCallsiteAdapter, PhysicalIndexedSortedMapStorageCounterAdapter, PhysicalIndexedSortedMapStorageSanitizationAdapter, PhysicalIndexedSortedMapStorageTraceAdapter
Enclosing interface:
IndexedMapStorage<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>

public static interface IndexedMapStorage.IndexedMapStorageNode<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 IndexedMapStorage<PK,D>, MapStorage.MapStorageNode<PK,D,F>, IndexedStorage.IndexedStorageNode<PK,D,F>, IndexedMapStorageReader.IndexedMapStorageReaderNode<PK,D,F>, IndexedMapStorageWriter.IndexedMapStorageWriterNode<PK,D,F>