org.neo4j.kernel.api.index.IndexProvider to java.util.EnumMap<org.neo4j.kernel.impl.index.schema.fusion.IndexSlot, org.neo4j.kernel.api.index.IndexProvider>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
- new IndexProvider[INSTANCE_COUNT] to new EnumMap<>(IndexSlot.class)
- new FusionIndexProvider(providers[STRING],providers[NUMBER],providers[SPATIAL],providers[TEMPORAL],providers[LUCENE],fusionVersion.slotSelector(),DESCRIPTOR,10,NONE,mock(FileSystemAbstraction.class),false) to new FusionIndexProvider(providers.get(STRING),providers.get(NUMBER),providers.get(SPATIAL),providers.get(TEMPORAL),providers.get(LUCENE),fusionVersion.slotSelector(),DESCRIPTOR,10,NONE,mock(FileSystemAbstraction.class),false)