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>,
IF extends io.datarouter.model.serialize.fielder.DatabeanFielder<IK,
IE>,
IE extends io.datarouter.model.index.unique.UniqueIndexEntry<IK,
IE,
PK,
D>> ManualUniqueIndexNode<PK,D,IK,IE> |
IndexingNodeFactory.newManualUnique(MapStorage<PK,D> mainNode,
SortedMapStorage.SortedMapStorageNode<IK,IE,IF> indexNode) |
|