Toggle navigation
Home
com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx to com.orientechnologies.orient.core.db.document.ODatabaseDocument
No. of Instances - 23
No. of Commits - 1
No. of Projects - {'orientdb'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Rename Method invocation
shutdown
to
close
shutdown
to
close
shutdown
to
close
createVertexType
to
createVertexClass
createVertexType
to
createVertexClass
createEdgeType
to
createEdgeClass
shutdown
to
close
shutdown
to
close
createVertexType
to
createVertexClass
shutdown
to
close
shutdown
to
close
shutdown
to
close
createVertexType
to
createVertexClass
shutdown
to
close
shutdown
to
close
createVertexType
to
createVertexClass
createEdgeType
to
createEdgeClass
shutdown
to
close
createVertexType
to
createVertexClass
shutdown
to
close
createVertexType
to
createVertexClass
shutdown
to
close
shutdown
to
close
shutdown
to
close
shutdown
to
close
shutdown
to
close
shutdown
to
close
shutdown
to
close
shutdown
to
close
Cascading Type Change (Different)
OrientVertexType
to
OClass
Add or Remove Method invocation
localFactoryEurope.getNoTx()
to
localFactoryEurope.acquire()
graphNoTxEurope.countVertices()
to
graphNoTxEurope.getClass("V").count()
graphNoTxEurope.countVertices()
to
graphNoTxEurope.getClass("V").count()
graphNoTxEurope.getRawGraph().getClusterNameById(v2.getIdentity().getClusterId())
to
graphNoTxEurope.getClusterNameById(v2.getIdentity().getClusterId())
graphNoTxEurope.countVertices()
to
graphNoTxEurope.getClass("V").count()
g.addVertex("class:V1")
to
g.newVertex("V1")
g.addVertex("class:V2")
to
g.newVertex("V2")
g.addVertex("class:V2")
to
g.newVertex("V2")
factory.getNoTx()
to
factory.acquire()
graphNoTxUsa.countVertices()
to
graphNoTxUsa.getClass("V").count()
localFactoryUsa.getNoTx()
to
localFactoryUsa.acquire()
graphNoTxUsa.countVertices()
to
graphNoTxUsa.getClass("V").count()
graphNoTxUsa.countVertices()
to
graphNoTxUsa.getClass("V").count()
g.getRawGraph().command(new OCommandSQL("explain " + query))
to
g.command(new OCommandSQL("explain " + query))