|
Rename Method public kryoMapper() : KryoMapper.Builder renamed to public gryoMapper() : GryoMapper.Builder in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanIo |
From |
To |
|
Rename Method public propertyIterator(keys String...) : Iterator<VertexProperty<V>> renamed to public properties(keys String...) : Iterator<VertexProperty<V>> in class com.thinkaurelius.titan.graphdb.vertices.PreloadedVertex.PropertyMixing |
From |
To |
|
Rename Method public V(ids Object...) : GraphTraversal<Vertex,Vertex> renamed to public vertices(vertexIds Object...) : Iterator<Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph |
From |
To |
|
Rename Method public edgeIterator(eids Object...) : Iterator<Edge> renamed to public edges(eids Object...) : Iterator<Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsTransaction |
From |
To |
|
Rename Method public propertyIterator(keys String...) : Iterator<VertexProperty<V>> renamed to public properties(keys String...) : Iterator<VertexProperty<V>> in class com.thinkaurelius.titan.graphdb.vertices.PreloadedVertex |
From |
To |
|
Rename Method public singleProperty(key String, value V, keyValues Object...) : TitanVertexProperty<V> renamed to public property(cardinality VertexProperty.Cardinality, key String, value V, keyValues Object...) : TitanVertexProperty<V> in class com.thinkaurelius.titan.graphdb.vertices.PreloadedVertex |
From |
To |
|
Rename Method public E(ids Object...) : GraphTraversal<Edge,Edge> renamed to public edges(edgeIds Object...) : Iterator<Edge> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph |
From |
To |
|
Rename Method public propertyIterator(keys String...) : Iterator<VertexProperty<V>> renamed to public properties(keys String...) : Iterator<VertexProperty<V>> in class com.thinkaurelius.titan.graphdb.olap.computer.VertexMemoryHandler |
From |
To |
|
Rename Method public commit() : void renamed to public doCommit() : void in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph.GraphTransaction |
From |
To |
|
Rename Method public vertexIterator(vids Object...) : Iterator<Vertex> renamed to public vertices(vids Object...) : Iterator<Vertex> in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsTransaction |
From |
To |
|
Rename Method public singleProperty(key String, value V) : TitanVertexProperty<V> renamed to public property(cardinality VertexProperty.Cardinality, key String, value V) : TitanVertexProperty<V> in class com.thinkaurelius.titan.graphdb.vertices.PreloadedVertex.PropertyMixing |
From |
To |
|
Rename Method public singleProperty(key String, value V) : TitanVertexProperty<V> renamed to public property(cardinality VertexProperty.Cardinality, key String, value V) : TitanVertexProperty<V> in class com.thinkaurelius.titan.graphdb.olap.computer.VertexMemoryHandler |
From |
To |
|
Rename Method public rollback() : void renamed to public doRollback() : void in class com.thinkaurelius.titan.graphdb.tinkerpop.TitanBlueprintsGraph.GraphTransaction |
From |
To |