Class EntityNodeFactory
java.lang.Object
io.datarouter.storage.node.factory.EntityNodeFactory
@Singleton public class EntityNodeFactory extends Object
-
Constructor Summary
Constructors Constructor Description EntityNodeFactory() -
Method Summary
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>create(ClientId clientId, EntityNodeParams<EK,E> params)
-
Constructor Details
-
EntityNodeFactory
public EntityNodeFactory()
-
-
Method Details
-
create
public <EK extends io.datarouter.model.key.entity.EntityKey<EK>, E extends io.datarouter.model.entity.Entity<EK>> EntityNode<EK,E> create(ClientId clientId, EntityNodeParams<EK,E> params)
-