Uses of Interface
io.datarouter.storage.node.adapter.callsite.mixin.MapStorageReaderCallsiteAdapterMixin
Packages that use MapStorageReaderCallsiteAdapterMixin
Package
Description
-
Uses of MapStorageReaderCallsiteAdapterMixin in io.datarouter.storage.node.adapter.callsite
Classes in io.datarouter.storage.node.adapter.callsite that implement MapStorageReaderCallsiteAdapterMixinModifier and TypeClassDescriptionclassIndexedSortedMapStorageCallsiteAdapter<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>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> classMapStorageCallsiteAdapter<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>, N extends MapStorage.MapStorageNode<PK, D, F>> classSortedMapStorageCallsiteAdapter<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>, N extends SortedMapStorage.SortedMapStorageNode<PK, D, F>> -
Uses of MapStorageReaderCallsiteAdapterMixin in io.datarouter.storage.node.adapter.callsite.physical
Classes in io.datarouter.storage.node.adapter.callsite.physical that implement MapStorageReaderCallsiteAdapterMixinModifier and TypeClassDescriptionclassPhysicalIndexedSortedMapStorageCallsiteAdapter<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>, N extends IndexedSortedMapStorage.PhysicalIndexedSortedMapStorageNode<PK, D, F>> classPhysicalMapStorageCallsiteAdapter<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>, N extends MapStorage.PhysicalMapStorageNode<PK, D, F>> classPhysicalMapStorageReaderCallsiteAdapter<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>, N extends MapStorageReader.PhysicalMapStorageReaderNode<PK, D, F>> classPhysicalSortedMapStorageCallsiteAdapter<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>, N extends SortedMapStorage.PhysicalSortedMapStorageNode<PK, D, F>> classPhysicalSubEntitySortedMapStorageCallsiteAdapter<EK extends io.datarouter.model.key.entity.EntityKey<EK>,PK extends io.datarouter.model.key.primary.EntityPrimaryKey<EK, PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>, N extends PhysicalSubEntitySortedMapStorageNode<EK, PK, D, F>>