|
Pull Up Method public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.SpatialLayout to public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public writeValue(cursor PageCursor, value NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.NumberLayout to public writeValue(cursor PageCursor, nativeSchemaValue NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.StringLayout to public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public writeValue(cursor PageCursor, value NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.DateLayout to public writeValue(cursor PageCursor, nativeSchemaValue NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.NumberLayout to public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public writeValue(cursor PageCursor, value NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.StringLayout to public writeValue(cursor PageCursor, nativeSchemaValue NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.DateLayout to public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.SpatialLayout to public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public valueSize(value NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.SpatialLayout to public valueSize(nativeSchemaValue NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.StringLayout to public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.NumberLayout to public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.DateLayout to public fixedSize() : boolean from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public valueSize(value NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.StringLayout to public valueSize(nativeSchemaValue NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public compare(o1 SpatialSchemaKey, o2 SpatialSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutNonUnique to package compareValue(o1 SpatialSchemaKey, o2 SpatialSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.SpatialLayout |
From |
To |
|
Pull Up Method public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.DateLayout to public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public valueSize(value NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.DateLayout to public valueSize(nativeSchemaValue NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public valueSize(value NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.NumberLayout to public valueSize(nativeSchemaValue NativeSchemaValue) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public compare(o1 StringSchemaKey, o2 StringSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.StringLayoutNonUnique to package compareValue(o1 StringSchemaKey, o2 StringSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.StringLayout |
From |
To |
|
Pull Up Method public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.NumberLayout to public readValue(cursor PageCursor, into NativeSchemaValue, valueSize int) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public writeValue(cursor PageCursor, value NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.SpatialLayout to public writeValue(cursor PageCursor, nativeSchemaValue NativeSchemaValue) : void from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Pull Up Method public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.SpatialLayout to public newValue() : NativeSchemaValue from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o1 : NumberSchemaKey to o1 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o1 : SpatialSchemaKey to o1 : DateSchemaKey in method package compareValue(o1 DateSchemaKey, o2 DateSchemaKey) : int in class org.neo4j.kernel.impl.index.schema.DateLayout |
From |
To |
|
Change Parameter Type o2 : NumberSchemaKey to o2 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o1 : StringSchemaKey to o1 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o2 : StringSchemaKey to o2 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o1 : SpatialSchemaKey to o1 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Change Parameter Type o1 : StringSchemaKey to o1 : DateSchemaKey in method package compareValue(o1 DateSchemaKey, o2 DateSchemaKey) : int in class org.neo4j.kernel.impl.index.schema.DateLayout |
From |
To |
|
Change Parameter Type o2 : SpatialSchemaKey to o2 : DateSchemaKey in method package compareValue(o1 DateSchemaKey, o2 DateSchemaKey) : int in class org.neo4j.kernel.impl.index.schema.DateLayout |
From |
To |
|
Change Parameter Type o2 : StringSchemaKey to o2 : DateSchemaKey in method package compareValue(o1 DateSchemaKey, o2 DateSchemaKey) : int in class org.neo4j.kernel.impl.index.schema.DateLayout |
From |
To |
|
Change Parameter Type o2 : SpatialSchemaKey to o2 : KEY in method public compare(o1 KEY, o2 KEY) : int in class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.StringLayoutUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayoutNonUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutNonUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.StringLayoutNonUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.NumberLayoutUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.SpatialLayoutNonUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public compare(o1 NumberSchemaKey, o2 NumberSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.NumberLayout to public compare(o1 KEY, o2 KEY) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.StringLayoutUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayoutNonUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.SpatialLayoutUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayoutUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public compare(o1 StringSchemaKey, o2 StringSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.StringLayoutUnique to public compare(o1 KEY, o2 KEY) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.StringLayoutNonUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.StringLayoutNonUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public compare(o1 SpatialSchemaKey, o2 SpatialSchemaKey) : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutUnique to public compare(o1 KEY, o2 KEY) : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.NumberLayoutUnique to public majorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public identifier() : long from class org.neo4j.kernel.impl.index.schema.NumberLayoutNonUnique to public identifier() : long from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.StringLayoutUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |
|
Move Method public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SpatialLayoutNonUnique to public minorVersion() : int from class org.neo4j.kernel.impl.index.schema.SchemaLayout |
From |
To |