Package io.datarouter.storage.client.imp
Interface BlobClientNodeFactory
- All Superinterfaces:
ClientNodeFactory
public interface BlobClientNodeFactory extends ClientNodeFactory
-
Method Summary
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>createBlobNode(NodeParams<PK,D,F> nodeParams)Methods inherited from interface io.datarouter.storage.client.ClientNodeFactory
createEntityNode, createWrappedNode, createWrappedSubEntityNode
-
Method Details
-
createBlobNode
<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> createBlobNode(NodeParams<PK,D,F> nodeParams)
-