Uses of Class
io.datarouter.storage.node.NodeParams
-
Uses of NodeParams in io.datarouter.storage.client
Methods in io.datarouter.storage.client with parameters of type NodeParams Modifier and Type Method Description <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>ClientNodeFactory. createWrappedNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)<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>ClientNodeFactory. createWrappedSubEntityNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams) -
Uses of NodeParams in io.datarouter.storage.client.imp
Methods in io.datarouter.storage.client.imp with parameters of type NodeParams Modifier and Type Method Description <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>>
PhysicalNode<PK,D,F>BlobClientNodeFactory. createBlobNode(NodeParams<PK,D,F> nodeParams)<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>>
PhysicalNode<PK,D,F>QueueClientNodeFactory. createGroupQueueNode(NodeParams<PK,D,F> nodeParams)protected abstract NWrappedNodeFactory. createNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)<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>>
PhysicalNode<PK,D,F>QueueClientNodeFactory. createSingleQueueNode(NodeParams<PK,D,F> nodeParams)<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>>
PhysicalNode<PK,D,F>StreamClientNodeFactory. createSingleStreamNode(NodeParams<PK,D,F> nodeParams)protected abstract NWrappedSubEntityNodeFactory. createSubEntityNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)<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>>
PhysicalNode<PK,D,F>TallyClientNodeFactory. createTallyNode(NodeParams<PK,D,F> nodeParams)<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>BaseClientNodeFactory. createWrappedNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)NWrappedNodeFactory. createWrappedNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)<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>BaseClientNodeFactory. createWrappedSubEntityNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)NWrappedSubEntityNodeFactory. createWrappedSubEntityNode(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams) -
Uses of NodeParams in io.datarouter.storage.node
Methods in io.datarouter.storage.node that return NodeParams Modifier and Type Method Description NodeParams<PK,D,F>NodeParams.NodeParamsBuilder. build()Constructors in io.datarouter.storage.node with parameters of type NodeParams Constructor Description BaseNode(NodeParams<PK,D,F> params) -
Uses of NodeParams in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory with parameters of type NodeParams Modifier and Type Method Description <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>>
NBaseNodeFactory. create(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> params)<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 Node<PK, D, F>>
NWideNodeFactory. createSubEntity(EntityNodeParams<EK,E> entityNodeParams, NodeParams<PK,D,F> nodeParams)<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 Node<PK, D, F>>
NTallyNodeFactory. createTallyNode(NodeParams<PK,D,F> params) -
Uses of NodeParams in io.datarouter.storage.node.type.physical.base
Constructors in io.datarouter.storage.node.type.physical.base with parameters of type NodeParams Constructor Description BasePhysicalNode(NodeParams<PK,D,F> params, ClientType<?,?> clientType) -
Uses of NodeParams in io.datarouter.storage.serialize.fieldcache
Constructors in io.datarouter.storage.serialize.fieldcache with parameters of type NodeParams Constructor Description DatabeanFieldInfo(NodeParams<PK,D,F> params)PhysicalDatabeanFieldInfo(NodeParams<PK,D,F> params)