|
Change Parameter Type layout : IndexLayout<StringIndexKey,NativeIndexValue> to layout : StringLayout in method protected newIndexAccessor(storeFile File, layout StringLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type layout : IndexLayout<CompositeGenericKey,NativeIndexValue> to layout : GenericLayout in method protected newIndexPopulator(storeFile File, layout GenericLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.GenericNativeIndexProvider |
From |
To |
|
Change Parameter Type layout : IndexLayout<NumberIndexKey,NativeIndexValue> to layout : NumberLayout in method protected newIndexPopulator(storeFile File, layout NumberLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type layout : IndexLayout<StringIndexKey,NativeIndexValue> to layout : StringLayout in method protected newIndexPopulator(storeFile File, layout StringLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexPopulator in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Parameter Type layout : IndexLayout<NumberIndexKey,NativeIndexValue> to layout : NumberLayout in method protected newIndexAccessor(storeFile File, layout NumberLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Parameter Type layout : IndexLayout<CompositeGenericKey,NativeIndexValue> to layout : GenericLayout in method protected newIndexAccessor(storeFile File, layout GenericLayout, descriptor StoreIndexDescriptor, samplingConfig IndexSamplingConfig) : IndexAccessor in class org.neo4j.kernel.impl.index.schema.GenericNativeIndexProvider |
From |
To |
|
Change Return Type IndexLayout<StringIndexKey,NativeIndexValue> to StringLayout in method package layout(descriptor StoreIndexDescriptor, storeFile File) : StringLayout in class org.neo4j.kernel.impl.index.schema.StringIndexProvider |
From |
To |
|
Change Return Type IndexLayout<NumberIndexKey,NativeIndexValue> to NumberLayout in method package layout(descriptor StoreIndexDescriptor, storeFile File) : NumberLayout in class org.neo4j.kernel.impl.index.schema.NumberIndexProvider |
From |
To |
|
Change Return Type IndexLayout<KEY,VALUE> to LAYOUT in method package abstract layout(descriptor StoreIndexDescriptor, storeFile File) : LAYOUT in class org.neo4j.kernel.impl.index.schema.NativeIndexProvider |
From |
To |
|
Change Return Type IndexLayout<CompositeGenericKey,NativeIndexValue> to GenericLayout in method package layout(descriptor StoreIndexDescriptor, storeFile File) : GenericLayout in class org.neo4j.kernel.impl.index.schema.GenericNativeIndexProvider |
From |
To |