Uses of Class
io.datarouter.storage.node.entity.EntityNodeParams
Packages that use EntityNodeParams
Package
Description
-
Uses of EntityNodeParams in io.datarouter.storage.client.imp
Methods in io.datarouter.storage.client.imp with parameters of type EntityNodeParamsModifier and TypeMethodDescription<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<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>>
PhysicalNode<PK,D, F> DatabeanClientNodeFactory.createDatabeanNode(EntityNodeParams<EK, E> entityNodeParams, NodeParams<PK, D, F> nodeParams) protected abstract NWrappedNodeFactory.createNode(EntityNodeParams<EK, E> entityNodeParams, NodeParams<PK, D, F> nodeParams) final NWrappedNodeFactory.createWrappedNode(EntityNodeParams<EK, E> entityNodeParams, NodeParams<PK, D, F> nodeParams) -
Uses of EntityNodeParams in io.datarouter.storage.node.entity
Constructors in io.datarouter.storage.node.entity with parameters of type EntityNodeParamsModifierConstructorDescriptionBasePhysicalEntityNode(EntityNodeParams<EK, E> entityNodeParams, ClientTableNodeNames clientTableNodeNames) -
Uses of EntityNodeParams in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with parameters of type EntityNodeParamsModifier and TypeMethodDescription<EK extends io.datarouter.model.key.entity.EntityKey<EK>,E extends io.datarouter.model.entity.Entity<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 PhysicalNode<PK, D, F>>
NBaseDatabeanNodeFactory.create(EntityNodeParams<EK, E> entityNodeParams, NodeParams<PK, D, F> params) -
Uses of EntityNodeParams in io.datarouter.storage.serialize.fieldcache
Constructors in io.datarouter.storage.serialize.fieldcache with parameters of type EntityNodeParams