Uses of Class
io.datarouter.storage.node.factory.NodeFactory
| Package | Description |
|---|---|
| io.datarouter.storage.client | |
| io.datarouter.storage.client.imp | |
| io.datarouter.storage.config.storage.clusterschemaupdatelock |
-
Uses of NodeFactory in io.datarouter.storage.client
Methods in io.datarouter.storage.client with parameters of type NodeFactory Modifier and Type Method Description <EK extends io.datarouter.model.key.entity.EntityKey<EK>, E extends io.datarouter.model.entity.Entity<EK>>
EntityNode<EK,E>ClientNodeFactory. createEntityNode(NodeFactory nodeFactory, EntityNodeParams<EK,E> entityNodeParams, ClientId clientId) -
Uses of NodeFactory in io.datarouter.storage.client.imp
Methods in io.datarouter.storage.client.imp with parameters of type NodeFactory Modifier and Type Method Description <EK extends io.datarouter.model.key.entity.EntityKey<EK>, E extends io.datarouter.model.entity.Entity<EK>>
EntityNode<EK,E>BaseClientNodeFactory. createEntityNode(NodeFactory nodeFactory, EntityNodeParams<EK,E> entityNodeParams, ClientId clientId) -
Uses of NodeFactory in io.datarouter.storage.config.storage.clusterschemaupdatelock
Constructors in io.datarouter.storage.config.storage.clusterschemaupdatelock with parameters of type NodeFactory Constructor Description DatarouterClusterSchemaUpdateLockDao(Datarouter datarouter, NodeFactory nodeFactory, DatarouterClusterSchemaUpdateLockDao.DatarouterClusterSchemaUpdateLockDaoParams params)