Uses of Interface
io.datarouter.storage.node.entity.SubEntitySortedMapStorageReaderNode
Packages that use SubEntitySortedMapStorageReaderNode
Package
Description
-
Uses of SubEntitySortedMapStorageReaderNode in io.datarouter.storage.node.adapter.callsite.physical
Classes in io.datarouter.storage.node.adapter.callsite.physical that implement SubEntitySortedMapStorageReaderNodeModifier and TypeClassDescriptionclassPhysicalSubEntitySortedMapStorageCallsiteAdapter<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>> -
Uses of SubEntitySortedMapStorageReaderNode in io.datarouter.storage.node.adapter.counter.physical
Classes in io.datarouter.storage.node.adapter.counter.physical that implement SubEntitySortedMapStorageReaderNodeModifier and TypeClassDescriptionclassPhysicalSubEntitySortedMapStorageCounterAdapter<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>> -
Uses of SubEntitySortedMapStorageReaderNode in io.datarouter.storage.node.adapter.trace.physical
Classes in io.datarouter.storage.node.adapter.trace.physical that implement SubEntitySortedMapStorageReaderNodeModifier and TypeClassDescriptionclassPhysicalSubEntitySortedMapStorageTraceAdapter<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>> -
Uses of SubEntitySortedMapStorageReaderNode in io.datarouter.storage.node.entity
Subinterfaces of SubEntitySortedMapStorageReaderNode in io.datarouter.storage.node.entityModifier and TypeInterfaceDescriptioninterfacePhysicalSubEntitySortedMapStorageNode<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>> interfaceSubEntitySortedMapStorageNode<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>> Methods in io.datarouter.storage.node.entity that return types with arguments of type SubEntitySortedMapStorageReaderNodeModifier and TypeMethodDescriptionMap<String,? extends SubEntitySortedMapStorageReaderNode<EK, ?, ?, ?>> BasePhysicalEntityNode.getNodeByQualifierPrefix()Map<String,? extends SubEntitySortedMapStorageReaderNode<EK, ?, ?, ?>> PhysicalEntityNode.getNodeByQualifierPrefix()Methods in io.datarouter.storage.node.entity with parameters of type SubEntitySortedMapStorageReaderNodeModifier and TypeMethodDescription<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>>
voidBaseEntityNode.register(SubEntitySortedMapStorageReaderNode<EK, PK, D, F> subEntityNode) <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>>
voidBasePhysicalEntityNode.register(SubEntitySortedMapStorageReaderNode<EK, PK, D, F> subEntityNode) <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>>
voidEntityNode.register(SubEntitySortedMapStorageReaderNode<EK, PK, D, F> subEntityNode)