Uses of Class
io.datarouter.storage.node.builder.WideNodeBuilder
| Package | Description |
|---|---|
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.factory |
-
Uses of WideNodeBuilder in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder that return WideNodeBuilder Modifier and Type Method Description WideNodeBuilder<PK,D,F>WideNodeBuilder. withSchemaVersion(Integer schemaVersion)WideNodeBuilder<PK,D,F>WideNodeBuilder. withTableName(String tableName) -
Uses of WideNodeBuilder in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return WideNodeBuilder Modifier and Type Method Description <PK extends io.datarouter.model.key.primary.RegularPrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>
WideNodeBuilder<PK,D,F>WideNodeFactory. createWide(ClientId clientId, Supplier<D> databeanSupplier, Supplier<F> fielderSupplier)