|
Push Down Method package NodeValue(id long, labels TextValue[], properties MapValue) from class org.neo4j.values.virtual.NodeValue to package DirectNodeValue(id long, labels TextArray, properties MapValue) from class org.neo4j.values.virtual.NodeValue.DirectNodeValue |
From |
To |
|
Push Down Method public endNode() : NodeValue from class org.neo4j.values.virtual.EdgeValue to public endNode() : NodeValue from class org.neo4j.values.virtual.EdgeValue.DirectEdgeValue |
From |
To |
|
Push Down Method public properties() : MapValue from class org.neo4j.values.virtual.EdgeValue to public properties() : MapValue from class org.neo4j.values.virtual.EdgeValue.DirectEdgeValue |
From |
To |
|
Push Down Method public properties() : MapValue from class org.neo4j.values.virtual.NodeValue to public properties() : MapValue from class org.neo4j.values.virtual.NodeValue.DirectNodeValue |
From |
To |
|
Push Down Method public type() : TextValue from class org.neo4j.values.virtual.EdgeValue to public type() : TextValue from class org.neo4j.values.virtual.EdgeValue.DirectEdgeValue |
From |
To |
|
Push Down Method package EdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) from class org.neo4j.values.virtual.EdgeValue to package DirectEdgeValue(id long, startNode NodeValue, endNode NodeValue, type TextValue, properties MapValue) from class org.neo4j.values.virtual.EdgeValue.DirectEdgeValue |
From |
To |
|
Push Down Method public startNode() : NodeValue from class org.neo4j.values.virtual.EdgeValue to public startNode() : NodeValue from class org.neo4j.values.virtual.EdgeValue.DirectEdgeValue |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method public writeNode(nodeId long, labels TextArray, properties MapValue) : void in class org.neo4j.bolt.v1.messaging.Neo4jPack.Packer |
From |
To |
|
Change Parameter Type labels : TextValue[] to ignore : TextArray in method public writeNode(nodeId long, ignore TextArray, properties MapValue) : void in class org.neo4j.cypher.internal.javacompat.ValueToObjectSerializer |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method public writeNode(nodeId long, labels TextArray, properties MapValue) : void in class org.neo4j.values.BufferAnyValueWriter |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method package DirectNodeValue(id long, labels TextArray, properties MapValue) in class org.neo4j.values.virtual.NodeValue.DirectNodeValue |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method public writeNode(nodeId long, labels TextArray, properties MapValue) : Special in class org.neo4j.values.BufferAnyValueWriter.Specials |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method public nodeValue(id long, labels TextArray, properties MapValue) : NodeValue in class org.neo4j.values.virtual.VirtualValues |
From |
To |
|
Change Parameter Type labels : TextValue[] to labels : TextArray in method public writeNode(nodeId long, labels TextArray, properties MapValue) : void in class org.neo4j.values.AnyValueWriter |
From |
To |