Uses of Class
io.datarouter.storage.node.type.index.ManualMultiIndexNode
| Package | Description |
|---|---|
| io.datarouter.storage.node.factory |
-
Uses of ManualMultiIndexNode in io.datarouter.storage.node.factory
Methods in io.datarouter.storage.node.factory that return ManualMultiIndexNode Modifier and Type Method Description static <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, IK extends io.datarouter.model.key.primary.PrimaryKey<IK>, IE extends io.datarouter.model.index.multi.MultiIndexEntry<IK, IE, PK, D>, IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK, IE>>
ManualMultiIndexNode<PK,D,IK,IE>IndexingNodeFactory. newManualMulti(MapStorage<PK,D> mainNode, SortedMapStorage.SortedMapStorageNode<IK,IE,IF> indexNode)