Uses of Class
io.datarouter.storage.node.builder.ManagedNodeBuilder
| Package | Description |
|---|---|
| io.datarouter.storage.node.builder | |
| io.datarouter.storage.node.factory |
-
Uses of ManagedNodeBuilder in io.datarouter.storage.node.builder
Methods in io.datarouter.storage.node.builder that return ManagedNodeBuilder Modifier and Type Method Description ManagedNodeBuilder<PK,D,IK,IE,IF>ManagedNodeBuilder. withTableName(String tableName) -
Uses of ManagedNodeBuilder in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return ManagedNodeBuilder 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>, IK extends io.datarouter.model.key.FieldlessIndexEntryPrimaryKey<IK, PK, D>>
ManagedNodeBuilder<PK,D,IK,io.datarouter.model.databean.FieldlessIndexEntry<IK,PK,D>,io.datarouter.model.field.FieldlessIndexEntryFielder<IK,PK,D>>IndexingNodeFactory. createKeyOnlyManagedIndex(Class<IK> indexEntryKeyClass, IndexedMapStorage.IndexedMapStorageNode<PK,D,F> backingNode)