Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

acquireEngine() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
acquireGraph(ODatabaseDocumentInternal) - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
addCluster(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
addCluster(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
addEdge(Object, Vertex, Vertex, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates an edge between a source Vertex and a destination Vertex setting label as Edge's label.
addEdge(String, Vertex) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
addEdge(String, OrientVertex, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
addEdge(String, OrientVertex, Object[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
addEdge(String, OrientVertex, String, String, Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Creates an edge between current Vertex and a target Vertex setting label as Edge's label.
addSingleEdge(ODocument, OMultiCollectionIterator<Edge>, String, OPair<Direction, String>, Object, OIdentifiable, String[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
addTemporaryVertex(String, Object[]) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
addTemporaryVertex(String, Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
addTemporaryVertex(String, Object...) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
(Blueprints Extension) Creates a temporary vertex setting the initial field values.
addVertex(Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
addVertex(Object, Object[]) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
addVertex(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new unconnected vertex with no fields in the Graph.
addVertex(Object, Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Blueprints Extension) Creates a new unconnected vertex in the Graph setting the initial field values.
addVertex(String, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Blueprints Extension) Creates a new unconnected vertex with no fields of specific class in a cluster in the Graph.
addVertex(Object, Object...) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
(Blueprints Extension) Creates a new unconnected vertex in the Graph setting the initial field values.
ADMIN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
aggregateResults() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
aggregateResults() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
aggregateResults() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
attach(OrientElement) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Attaches a previously detached Graph Element to the current Graph.
attach(OrientBaseGraph) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Replaces current graph instance with new one on @detach -ed elements.
attach(OrientElement) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Attaches a previously detached Graph Element to the current Graph.
attach(OrientBaseGraph) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
AUTO_SCALE_EDGE_TYPE_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
AUTO_START_TX_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
autoStartTransaction() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
autoStartTransaction() - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 

B

begin() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Creates the database (if it does not exist) and initializes batch operations.
begin() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Creates the database (if it does not exist) and initializes batch operations.
begin() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
begins current transaction (if the graph is transactional)
begin() - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
beginTransaction(OBaseWorkload.OBaseWorkLoadContext) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
bind(ScriptEngine, Bindings, ODatabaseDocument) - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
bindParameters(ScriptEngine, Map<Object, Object>, Map<Object, Object>) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
booleanOrDefault(Object, boolean) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 

C

call(ScriptEngine, OrientBaseGraph) - Method in interface com.orientechnologies.orient.graph.gremlin.OGremlinHelper.OGremlinCallback
 
call(OrientBaseGraph) - Method in interface com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory.GraphCallBack
 
cameFrom - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
canReuseActiveGraph(ODatabaseDocument, ODatabaseDocument) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
canUseMultiValueDirectly() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeIterator
 
canUseMultiValueDirectly() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
 
check(ODatabaseIdentifier) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
check(OrientBaseGraph, OCommandOutputListener, Map<String, List<String>>) - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
checkClass() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
checkDatabase(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
checkDeletedInTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
checkForClassInSchema(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Check if a class already exists, otherwise create it at the fly.
checkIfAttached() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
checkType(OClass) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
checkType(OClass) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
CLASS_NAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
CLASS_NAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
CLASS_PREFIX - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
classicDetachMode - Variable in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
clearInitStack() - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Internal use only.
cloneObject(Object, Object) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
close() - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 
close() - Method in class com.tinkerpop.blueprints.impls.orient.OrientDynaElementIterable
 
close() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
 
close() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Closes all pooled databases and clear the pool.
close() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
Closes all pooled databases and clear the pool.
close() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
closedSet - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
CLUSTER_PREFIX - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
COLLECTION_BEGIN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
COLLECTION_END - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
com.orientechnologies.orient.graph.batch - package com.orientechnologies.orient.graph.batch
 
com.orientechnologies.orient.graph.console - package com.orientechnologies.orient.graph.console
 
com.orientechnologies.orient.graph.graphml - package com.orientechnologies.orient.graph.graphml
 
com.orientechnologies.orient.graph.gremlin - package com.orientechnologies.orient.graph.gremlin
 
com.orientechnologies.orient.graph.handler - package com.orientechnologies.orient.graph.handler
 
com.orientechnologies.orient.graph.script - package com.orientechnologies.orient.graph.script
 
com.orientechnologies.orient.graph.server.command - package com.orientechnologies.orient.graph.server.command
 
com.orientechnologies.orient.graph.sql - package com.orientechnologies.orient.graph.sql
 
com.orientechnologies.orient.graph.sql.functions - package com.orientechnologies.orient.graph.sql.functions
 
com.orientechnologies.orient.graph.stresstest - package com.orientechnologies.orient.graph.stresstest
 
com.tinkerpop.blueprints.impls.orient - package com.tinkerpop.blueprints.impls.orient
 
com.tinkerpop.rexster - package com.tinkerpop.rexster
 
command(String, String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
command(String, String, Object[]) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
command(OCommandRequest) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
command(OCommandRequest) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Executes commands against the graph.
command(OCommandRequest) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Executes commands against the graph.
commit() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
commit() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Commits the current active transaction.
commit() - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
Commits the current active transaction.
commitTransaction(OBaseWorkload.OBaseWorkLoadContext) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
compare(OIdentifiable, OIdentifiable) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
compareTo(OIdentifiable) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
config(OServer, OServerParameterConfiguration[]) - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
config() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
CONFIG_CLASSNAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
CONFIG_RECORD_MAP_NAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
configure(OrientConfigurableGraph.Settings) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Blueprints Extension) Configure the Graph instance.
configureGraphInstance(GraphConfigurationContext) - Method in class com.tinkerpop.rexster.OrientGraphConfiguration
 
CONNECTION_IN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
CONNECTION_IN_PREFIX - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
CONNECTION_OUT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
CONNECTION_OUT_PREFIX - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
context - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
context - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
continueTraversing() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
convertKey(OIndex, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
convertKeys(OIndex, Object[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
convertToDocument() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Converts the lightweight edge to a regular edge creating the underlying document to store edge's properties.
copy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
 
copy() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
copy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
copyFrom(OrientConfigurableGraph.Settings) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
copies only not null settings from the input settings object
copyTo(OrientElement) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
count(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
count(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
count() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexQuery
(Blueprints Extension) Counts the total items found.
countEdges() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
countEdges(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
countEdges() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Counts the edges in graph.
countEdges(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Counts the edges in graph of a particular class.
countEdges() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Counts the edges in graph.
countEdges(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Counts the edges in graph of a particular class.
countEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns the number of edges connected to the current Vertex.
countVertices() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
countVertices(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
countVertices() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Counts the vertices in graph.
countVertices(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Counts the vertices in graph of a particular class.
countVertices() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Counts the vertices in graph.
countVertices(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Counts the vertices in graph of a particular class.
create() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
Initializes the pools.
create(OrientBaseGraph, String, Class<T>) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
createCommand(String) - Method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
createDocument(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
createEdge(Long, Long, Map<String, Object>) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Creates a new edge between two vertices.
createEdge(Long, Long) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Creates a new edge between two vertices.
createEdgeProperty(Direction, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
createEdgeProperty(Direction, String, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
createEdgeType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createEdgeType(String, String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createEdgeType(String, OClass) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createEdgeType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class.
createEdgeType(String, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class.
createEdgeType(String, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String, String, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String, OClass, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String, OClass) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Edge persistent class.
createEdgeType(String, String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String, OClass) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Edge persistent class specifying the super class.
createEdgeType(String, OClass, int) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Edge persistent class specifying the super class.
createGraphElement(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeIterator
 
createGraphElement(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
 
createIndex(String, Class<T>, Parameter...) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
createIndex(String, OClass.INDEX_TYPE, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createIndex(String, String, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createIndex(String, OClass.INDEX_TYPE, OProgressListener, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createIndex(String, String, OProgressListener, ODocument, String, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createIndex(String, String, OProgressListener, ODocument, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createKeyIndex(String, Class<T>, Parameter...) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createKeyIndex(String, Class<T>, Parameter...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates an automatic indexing structure for indexing provided key for element class.
createLink(OrientBaseGraph, ODocument, OIdentifiable, String) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal only) Creates a link between a vertices and a Graph Element.
createProperty(String, OType, OClass) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createProperty(String, OType, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createProperty(String, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
createProperty(String, OType, OClass) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
createProperty(String, OType, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
createProperty(String, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
createVertex(Long) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Creates a new vertex
createVertex(Long) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Creates a new vertex
createVertexType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createVertexType(String, String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createVertexType(String, OClass) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
createVertexType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class.
createVertexType(String, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class.
createVertexType(String, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, String, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, OClass) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, OClass, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class.
createVertexType(String, int) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class.
createVertexType(String, String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, String, int) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, OClass) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class specifying the super class.
createVertexType(String, OClass, int) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Creates a new Vertex persistent class specifying the super class.

D

database - Variable in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
db - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
db - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
declareIntent(OIntent) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
declareIntent(OIntent) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
declareIntent(OIntent) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Declare an intent.
declareIntent(OIntent) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
decodeClassName(String) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal)
DEF_ORIGINAL_ID_FIELDNAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
defineEdgeAttributeStrategy(String, OGraphMLImportStrategy) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Define custom strategy to use for edge attribute.
defineVertexAttributeStrategy(String, OGraphMLImportStrategy) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Define custom strategy to use for vertex attribute.
deleteEdgeIfAny(OIdentifiable, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal only)
destroy() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
Destroys the helper by cleaning all the in memory objects.
detach(OrientElement) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Detaches a Graph Element to be used offline.
detach() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Removes the reference to the current graph instance to let working offline.
detach(OrientElement) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Detaches a Graph Element to be used offline.
distance - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
DISTANCE - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
doubleOrDefault(Object, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
drop() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
drop() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Blueprints Extension) Drops the database
drop() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
(Blueprints Extension) Drops the database
drop() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Drops current database if such one exists.
drop() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
Drops current database if such one exists.
drop(OrientBaseGraph, String) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
dropEdgeFromVertex(OIdentifiable, ODocument, String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
dropEdgeType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
dropEdgeType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Drops an edge class.
dropEdgeType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Drops an edge class.
dropIndex(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
dropIndex(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Drops an index by name.
dropKeyIndex(String, Class<T>) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
dropKeyIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Drops the index against a field name.
dropVertexType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
dropVertexType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Drop a vertex class.
dropVertexType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Drop a vertex class.

E

EDGE - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
EDGE_CONTAINER_EMBEDDED_2_TREE_THRESHOLD_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
EDGE_CONTAINER_TREE_2_EMBEDDED_THRESHOLD_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
edgeFromJson(JSONObject, Vertex, Vertex) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates an edge from GraphSON using settings supplied in the constructor.
edgeFromJson(String, Vertex, Vertex) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates an edge from GraphSON using settings supplied in the constructor.
edgeFromJson(InputStream, Vertex, Vertex) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates an edge from GraphSON using settings supplied in the constructor.
edgeFromJson(JsonNode, Vertex, Vertex) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates an edge from GraphSON using settings supplied in the constructor.
edgeFromJson(JSONObject, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Edge from JSON.
edgeFromJson(String, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Edge from JSON.
edgeFromJson(InputStream, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Edge from JSON.
edgeFromJson(JsonNode, Vertex, Vertex, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Edge from JSON.
edges() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
Returns the result set of the query as iterable edges.
encodeClassName(String) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal)
encodeClassNames(String...) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal)
end() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Flushes data to db and closes the db.
end() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Flushes data to db and closes the db.
equals(Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
equals(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
equals(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
execute(Map<Object, Object>) - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlinExecutor
 
execute(ODatabaseDocumentInternal, String, Map<Object, Object>, Map<Object, Object>, List<Object>, OGremlinHelper.OGremlinCallback, OGremlinHelper.OGremlinCallback) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
execute(OrientBaseGraph, String, Map<Object, Object>, Map<Object, Object>, List<Object>, OGremlinHelper.OGremlinCallback, OGremlinHelper.OGremlinCallback) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
execute(OHttpRequest, OHttpResponse) - Method in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
execute(Object, OIdentifiable, Object, Object[], OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
execute(Object, OIdentifiable, Object, Object[], OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
execute(Object, OIdentifiable, Object, Object[], OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
execute(Object, OIdentifiable, Object, Object[], OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionLabel
 
execute(OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
execute(Object, OIdentifiable, Object, Object[], OCommandContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
execute(OStressTesterSettings, ODatabaseIdentifier) - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
execute(OStressTesterSettings, ODatabaseIdentifier) - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
execute(Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
execute(OCommandPredicate) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Executes the command predicate against current vertex.
executeOutsideTx(OCallable<RET, OrientBaseGraph>, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
exists() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Check if the database with path given to the factory exists.
exists() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
Check if the database with path given to the factory exists.
exportDatabase(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 

F

features - Variable in class com.tinkerpop.blueprints.impls.orient.OrientGraph
 
fetchPlan - Variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
filter(OrientEdge) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeIterator
 
filter(Vertex) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
 
filterResult() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
findMinimalDistances(OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
fromStream(byte[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Fills the Element from a byte[]
fScore - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 

G

generateFilterValue(StringBuilder, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
generateGraphDbOutput(Iterable<OrientElement>, OJSONWriter) - Method in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
get(OrientBaseGraph) - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinEngineThreadLocal
 
get(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
get(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
getActiveGraph() - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getActiveIntent() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getAnyGraph(OModifiableBoolean) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
getAvailableInstancesInPool() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Returns the number of available instances in the pool.
getAverageEdgeNumberPerNode() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getAverageEdgeNumberPerNode() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getBaseClassName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns "E" as base class name all the edge's sub-classes extend.
getBaseClassName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
getBaseClassName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns "V" as base class name all the vertex sub-classes extend.
getBatchSize() - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
getBonsaiThreshold() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getBonsaiThreshold() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getClassName(Class<T>) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getClassName(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns the class name based on graph settings.
getCommandNames() - Method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
getConflictStrategy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getConflictStrategy() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
 
getConnection(ODocument, Direction) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
getConnection(Direction, String, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Determines if a field is a connections or not.
getConnectionClass(Direction, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Used to extract the class name from the vertex's field.
getConnectionDirection(String, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
getConnectionFieldName(Direction, String, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal only) Returns the field name used for the relationship.
getConnectionStrategy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
getConnectionStrategy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
 
getConsistencyMode(OrientBaseGraph) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
getContext() - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
getContext() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getContext() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
getCreatedInstancesInPool() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Returns the total number of instances created in the pool.
getCustomHeuristicCost(String, String[], OrientVertex, OrientVertex, OrientVertex, OrientVertex, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getDatabase() - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
getDatabase() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getDatabase() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Gives new connection to database.
getDatabase(boolean, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Gives new connection to database.
getDiagonalHeuristicCost(double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getDiagonalHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getDistance(OrientVertex, OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getDistance(OrientEdge) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getDistance(OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
getDistance(OrientVertex, OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getDistance(OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getDocument(OIdentifiable, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getEdge(Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdge(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns a edge by an ID.
getEdge(OrientBaseGraph, ODocument, String, OPair<Direction, String>, Object, OIdentifiable, String[]) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal only)
getEdgeBaseType() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdgeBaseType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the E persistent class as OrientEdgeType instance.
getEdgeBaseType() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns the E persistent class as OrientEdgeType instance.
getEdgeClass() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getEdgeClass() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getEdgeClassNames(OrientBaseGraph, String...) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal) Returns the case sensitive edge class names.
getEdgeContainerEmbedded2TreeThreshold() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns the minimum number of edges for edge containers to transform the underlying structure from embedded to tree.
getEdgeContainerEmbedded2TreeThreshold() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns the minimum number of edges for edge containers to transform the underlying structure from embedded to tree.
getEdgeContainerTree2EmbeddedThreshold() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns the minimum number of edges for edge containers to transform the underlying structure from tree to embedded.
getEdgeContainerTree2EmbeddedThreshold() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns the minimum number of edges for edge containers to transform the underlying structure from tree to embedded.
getEdgeInstance(OIdentifiable) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getEdgeInstance(String, Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getEdgeInstance(OIdentifiable, OIdentifiable, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getEdges() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdges(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdges(String, Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdges() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns all the edges in Graph.
getEdges(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Edges in Graph specifying if consider or not sub-classes of E.
getEdges(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Edges in Graph filtering by field name and value.
getEdges(Direction, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Returns the edges connected to the current Vertex.
getEdges(OrientVertex, Direction, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns all the edges from the current Vertex to another one.
getEdgesOfClass(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdgesOfClass(String, boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdgesOfClass(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Edges in Graph of a specific edge class and all sub-classes.
getEdgesOfClass(String, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Edges in Graph of a specific edges class and all sub-classes only if iPolymorphic is true.
getEdgeType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getEdgeType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the persistent class for type iTypeName as OrientEdgeType instance.
getEdgeType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns the persistent class for type iTypeName as OrientEdgeType instance.
getElement(Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getElement(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns a graph element, vertex or edge, starting from an ID.
getElementType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns "Edge".
getElementType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Returns the element type in form of String between "Vertex" and "Edge".
getElementType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns "Vertex".
getEngineVersion() - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
getEstimatedEntries() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Returns the estimated number of entries.
getEstimatedEntries() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Returns the estimated number of entries.
getEuclideanHeuristicCost(double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getEuclideanHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getEuclideanNoSQRHeuristicCost(double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getEuclideanNoSQRHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getEventListener() - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
getFactor() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getFeatures() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getFeatures() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraph
Returns the current Graph settings.
getFeatures() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
getFetchPlan() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
getFetchPlan() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
(Blueprints Extension) Returns the fetch plan used.
getFinalResult() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getFinalResult() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getFinalResultAsJson() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getFinalResultAsJson() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getGraph() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphOrientWrapper
 
getGraph(boolean, OModifiableBoolean) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
Returns a Transactional OrientGraph implementation from the current database in thread local.
getGraph(ODatabaseIdentifier) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
getGraph() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Returns the Graph instance associated to the current element.
getGraph(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraph(String, String, String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraph(ODatabaseDocumentInternal) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraph(ODatabaseDocumentInternal, String, String, OrientConfigurableGraph.Settings) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraph(OPartitionedDatabasePool, OrientConfigurableGraph.Settings) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraph(ODatabaseDocumentInternal, boolean) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientGraphFactory.OrientGraphImplFactory
 
getGraphDatabase(ODatabaseDocumentInternal) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
getGraphElementRecord(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
 
getGraphNoTx() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphOrientWrapper
 
getGraphNoTx(OModifiableBoolean) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
getGraphNoTx(ODatabaseIdentifier) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
getGremlinEngine(OrientBaseGraph) - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
getGroovyEngine() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
getHeuristicCost(OrientVertex, OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getHeuristicCost(OrientVertex, OrientVertex, OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getId() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns the Edge Id assuring to save it if it's transient yet.
getId() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Returns the Element Id assuring to save it if it's transient yet.
getIdentity() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Returns the record's identity.
getIdentity() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
getIdPropertyName() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getIdPropertyName() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getIfDefined() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinEngineThreadLocal
 
getIndex(String, Class<T>) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getIndex(String, Class<T>) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns an index by name and class
getIndexClass() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
getIndexClass() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
getIndexedKeys(Class<T>) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getIndexedKeys(Class<T>, boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getIndexedKeys(Class<T>) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the indexed properties.
getIndexedKeys(Class<T>, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the indexed properties.
getIndexedKeys(Class<? extends Element>) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery.OrientGraphQueryIterable
 
getIndexName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
getIndexName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
getIndices() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getIndices() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns all the indices.
getInverseConnectionFieldName(String, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal only)
getInVertex() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns the incoming vertex in form of record.
getLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns the Edge's label.
getLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
getLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns the Vertex's label.
getLimit() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getLimit() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
getManhatanHeuristicCost(double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getManhatanHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getMaxAxisHeuristicCost(double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getMaxAxisHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getMaxPool() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
getMaxRetries() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns the maximum number of retries in case of auto managed OConcurrentModificationException (like addEdge).
getMaxRetries() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns the maximum number of retry in case of auto managed OConcurrentModificationException (like addEdge).
getMinimum(Set<OrientVertex>) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getName() - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
getName() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getName() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getNames() - Method in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
getNeighborEdges(OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getNeighbors(OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getNeighbors(Vertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getNoTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Gets non transactional graph with the database from pool if pool is configured.
getNoTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
Gets non transactional graph with the database from pool if pool is configured.
getNoTxGraphImplFactory() - Static method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
getOutput() - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
getOutput() - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
getOutVertex() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns the outgoing vertex in form of record.
getParallel() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getParallel() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getPartialResult() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getPartialResult() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getPath() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getPath() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Gets all the properties from a Vertex or Edge in one shot.
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
getProperties() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
getProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
getProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns a Property value.
getProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Returns a Property value.
getProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Gets the property value.
getPropertyKeys() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns all the Property names as Set of String.
getPropertyKeys() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Returns all the Property names as Set of String.
getRawGraph() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getRawGraph() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the underlying Database instance as ODatabaseDocumentTx instance.
getRecord() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns the underlying record if it's a regular edge, otherwise it created a document with no identity with the edge properties.
getRecord() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Returns the underlying record.
getRecord() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
getRecordLabel(OIdentifiable) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns the record label if any, otherwise NULL.
getResult() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getResult() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
getResult() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getShortestDistance(OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
getShortestPaths() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
getSimpleHeuristicCost(double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getSuperClass() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
Deprecated.
getSuperClass() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
getSyntax() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
getSyntax() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
getSyntax() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
getSyntax() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionLabel
 
getSyntax() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
getThreadMode() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getThreadMode() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns the current thread mode: MANUAL the user has to manually invoke the current database in Thread Local: ODatabaseRecordThreadLocal.instance().set(graph.getRawGraph()); AUTOSET_IFNULL (default) each call assures the current graph instance is set in the Thread Local only if no one was set before ALWAYS_AUTOSET each call assures the current graph instance is set in the Thread Local
getThreadMode() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns the current thread mode: MANUAL the user has to manually invoke the current database in Thread Local: ODatabaseRecordThreadLocal.instance().set(graph.getRawGraph()); AUTOSET_IFNULL (default) each call assures the current graph instance is set in the Thread Local only if no one was set before ALWAYS_AUTOSET each call assures the current graph instance is set in the Thread Local
getTieBreakingHeuristicCost(double, double, double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getTieBreakingHeuristicCost(String[], Map<String, Double>, Map<String, Double>, Map<String, Double>, Map<String, Double>, long, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getTieBreakingRandomHeuristicCost(double, double, double, double, double, double, double) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
getTimeoutStrategy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
getTimeoutTime() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
getTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Gets transactional graph with the database from pool if pool is configured.
getTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
Gets transactional graph with the database from pool if pool is configured.
getTxGraphImplFactory() - Static method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
getType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
getType() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
getType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Blueprints Extension) Returns the Vertex type as OrientVertexType object.
getTypeName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
getTypeName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
getTypeName() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
getUnderlying() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
getVertex(Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertex(Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns a vertex by an ID.
getVertex(Direction) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns the connected incoming or outgoing vertex.
getVertexBaseType() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertexBaseType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the V persistent class as OrientVertexType instance.
getVertexBaseType() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns the V persistent class as OrientVertexType instance.
getVertexByKey(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Deprecated.
getVertexClass() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
getVertexClass() - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
getVertexInstance(OIdentifiable) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getVertexInstance(String, Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
getVertexInstance() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
getVertexInstance() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
getVertexLabelIndex() - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
getVertexType(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertexType(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the persistent class for type iTypeName as OrientVertexType instance.
getVertexType(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns the persistent class for type iTypeName as OrientVertexType instance.
getVertices() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertices(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertices(String, Object) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVertices() - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
getVertices() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph.
getVertices(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph specifying if consider or not sub-classes of V.
getVertices(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph filtering by field name and value.
getVertices(String, String[], Object[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph filtering by field name and value.
getVertices(Direction, String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Returns a lazy iterable instance against vertices.
getVerticesOfClass(String) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVerticesOfClass(String, boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
getVerticesOfClass(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph of a specific vertex class and all sub-classes.
getVerticesOfClass(String, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Get all the Vertices in Graph of a specific vertex class and all sub-classes only if iPolymorphic is true.
global() - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
graph - Variable in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
graph - Variable in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 
graph - Variable in class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
 
graph - Variable in class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
graph - Variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
graph - Variable in class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty
 
gremlin(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
gScore - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 

H

hasCustomPredicate() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
hashCode() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
hashCode() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
hasNext() - Method in class com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterator
 
HeuristicFormula - Enum in com.orientechnologies.orient.graph.sql.functions
Heuristic formula enum.

I

importDatabase(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
indexClass - Variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
init(ODatabaseIdentifier, int) - Method in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 
init(Configuration) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Builds a OrientGraph instance passing a configuration.
initGraph(OrientBaseGraph) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
inputGraph(Graph, InputStream) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(Graph, String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(Graph, String, int, String, String, String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(Graph, InputStream, int, String, String, String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(InputStream) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(InputStream, int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(String, int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
Input the GraphML stream data into the graph.
inputGraph(InputStream) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
Input the JSON stream data into the graph.
inputGraph(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
Input the JSON stream data into the graph.
inputGraph(InputStream, int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
inputGraph(String, int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
inputGraph(String, int, Set<String>, Set<String>) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
Input the JSON stream data into the graph.
inputGraph(InputStream, int, Set<String>, Set<String>) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
Input the JSON stream data into the graph.
INSTANCE - Static variable in class com.orientechnologies.orient.graph.gremlin.OGremlinEngineThreadLocal
 
integerOrDefault(Object, int) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
isAutoScaleEdgeType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if is using auto scale edge type, otherwise false.
isAutoScaleEdgeType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if is using auto scale edge type, otherwise false.
isAutoStartTx() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isAutoStartTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Tells if a transaction is started automatically when the graph is changed.
isAutoStartTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Tells if a transaction is started automatically when the graph is changed.
isClosed() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isClosed() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Checks if the Graph has been closed.
isCollectingCommands(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
isDefined() - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinEngineThreadLocal
 
isDetached() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Tells if the current element has been @detach ed.
isEdgeType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
isEdgeType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
isGremlinAvailable() - Static method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
isIdempotent() - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlin
 
isIdempotent() - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlinExecutor
 
isIdempotent() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
isKeepInMemoryReferences() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isKeepInMemoryReferences() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if the references are kept in memory.
isKeepInMemoryReferences() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the references are kept in memory.
isLabeled(String, String[]) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Blueprints Extension) Returns true if the edge is labeled with any of the passed strings.
isLabeled(String[]) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns true if the edge is labeled with any of the passed strings.
isLightweight() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
isLocked() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Checks if an Element is locked
isNotSettled(OrientVertex) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
isOrdered() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty
 
isRequireTransaction() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
isRequireTransaction() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if it is required that all modification operations are executed inside a transaction.
isSaveOriginalIds() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isSaveOriginalIds() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if it saves the original Id, otherwise false.
isSaveOriginalIds() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if it saves the original Id, otherwise false.
isStandardElementConstraints() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isStandardElementConstraints() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if Blueprints standard constraints are applied to elements.
isStandardElementConstraints() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if Blueprints standard exceptions are used: IllegalStateException instead of ORecordNotFoundException when the record was not found
isStandardExceptions() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if Blueprints standard exceptions are used: IllegalStateException instead of ORecordNotFoundException when the record was not found
isStandardExceptions() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the warning is generated on force the graph closing.
isStoreVertexIds() - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
isTxRequiredForSQLGraphOperations() - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
isTxRequiredForSQLGraphOperations() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if usage of transactions is needed on graph modification for SQL commands (create/remove vertex, create/remove edge).
isTxRequiredForSQLGraphOperations() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if usage of transactions is needed on graph modification for SQL commands (create/remove vertex, create/remove edge).
isUseClassForEdgeLabel() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isUseClassForEdgeLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if the class are use for Edge labels.
isUseClassForEdgeLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the class are use for Edge labels.
isUseClassForVertexLabel() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isUseClassForVertexLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if the class are use for Vertex labels.
isUseClassForVertexLabel() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the class are use for Vertex labels.
isUseLightweightEdges() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isUseLightweightEdges() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if is using lightweight edges, otherwise false.
isUseLightweightEdges() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if is using lightweight edges, otherwise false.
isUseLog() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if is using transaction logs.
isUseLog() - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
isUseVertexFieldsForEdgeLabels() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
isUseVertexFieldsForEdgeLabels() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if the out/in fields in vertex are post-fixed with edge labels.
isUseVertexFieldsForEdgeLabels() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the out/in fields in vertex are post-fixed with edge labels.
isVariableEdgeWeight() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
isVariableEdgeWeight() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
isVariableEdgeWeight() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
isVariableEdgeWeight() - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
isVertexType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
isVertexType() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
isWarnOnForceClosingTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Returns true if the warning is generated on force the graph closing.
isWarnOnForceClosingTx() - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Returns true if the warning is generated on force the graph closing.
iterator() - Method in class com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterable
 
iterator() - Method in class com.tinkerpop.blueprints.impls.orient.OrientDynaElementIterable
 
iterator() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
 

J

jsonFromElement(Element) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates GraphSON for a single graph element.

K

KEEP_IN_MEMORY_REFERENCES_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 

L

label - Variable in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
LABEL_FIELD_NAME - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
labels(String...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
(Blueprints Extension) Sets the labels to filter.
lastVertexEdges - Variable in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 
lastVertexToConnect - Variable in class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 
LIMIT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
load(OrientBaseGraph, String, Class<T>) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
lock(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Locks current Element to prevent concurrent access.
lockingStrategy() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
longOrDefault(Object, long) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 

M

main(String[]) - Static method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
main(String[]) - Static method in class com.orientechnologies.orient.graph.console.OInternalGraphImporter
 
makeActive() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
manageFilters(StringBuilder) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
manageLabels(boolean, StringBuilder) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
manageNeedRetryException(OBaseWorkload.OBaseWorkLoadContext, ONeedRetryException) - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
mapId(Map<String, ORID>, String, ORID) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
MIN - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
MIN - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
moveTo(String, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Moves current vertex to another class/cluster.
moveToClass(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Moves current vertex to another class.
moveToCluster(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Moves current vertex to another cluster.

N

NAME - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
NAME - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
NAME - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
NAME - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionLabel
 
NAME - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
next() - Method in class com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterator
 

O

OBaseGraphWorkload - Class in com.orientechnologies.orient.graph.stresstest
CRUD implementation of the workload.
OBaseGraphWorkload() - Constructor for class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload
 
OBaseGraphWorkload.OWorkLoadContext - Class in com.orientechnologies.orient.graph.stresstest
 
objectNodeFromElement(Element) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates GraphSON for a single graph element.
OBonsaiTreeRepair - Class in com.tinkerpop.blueprints.impls.orient
Find and repair broken bonsai tree removing the double linked buckets and regenerating the whole tree with data from referring records.
OBonsaiTreeRepair() - Constructor for class com.tinkerpop.blueprints.impls.orient.OBonsaiTreeRepair
 
OCommandGremlin - Class in com.orientechnologies.orient.graph.gremlin
Executes a GREMLIN command
OCommandGremlin() - Constructor for class com.orientechnologies.orient.graph.gremlin.OCommandGremlin
 
OCommandGremlin(String) - Constructor for class com.orientechnologies.orient.graph.gremlin.OCommandGremlin
 
OCommandGremlinExecutor - Class in com.orientechnologies.orient.graph.gremlin
Executes a GREMLIN command.
OCommandGremlinExecutor() - Constructor for class com.orientechnologies.orient.graph.gremlin.OCommandGremlinExecutor
 
OGraphBatchInsert - Class in com.orientechnologies.orient.graph.batch
this is and API for fast batch import of graphs with only one class for edges and one class for vertices, starting from an empty (or non existing) DB.
OGraphBatchInsert(String) - Constructor for class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Creates a new batch insert procedure by using admin user.
OGraphBatchInsert(String, String, String) - Constructor for class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Creates a new batch insert procedure.
OGraphBatchInsertBasic - Class in com.orientechnologies.orient.graph.batch
this is and API for fast batch import of simple graphs, starting from an empty (or non existing) DB.
OGraphBatchInsertBasic(String) - Constructor for class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Creates a new batch insert procedure by using admin user.
OGraphBatchInsertBasic(String, String, String) - Constructor for class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Creates a new batch insert procedure.
OGraphCommandExecutorSQLFactory - Class in com.orientechnologies.orient.graph.sql
Graph related command operator executor factory.
OGraphCommandExecutorSQLFactory() - Constructor for class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE - Enum in com.orientechnologies.orient.graph.sql
 
OGraphCommandExecutorSQLFactory.GraphCallBack<T> - Interface in com.orientechnologies.orient.graph.sql
 
OGraphFunctionFactory - Class in com.orientechnologies.orient.graph.sql.functions
 
OGraphFunctionFactory() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OGraphFunctionFactory
 
OGraphInsertWorkload - Class in com.orientechnologies.orient.graph.stresstest
CRUD implementation of the workload.
OGraphInsertWorkload() - Constructor for class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
OGraphMLImportStrategy - Interface in com.orientechnologies.orient.graph.graphml
GraphMLReader import strategy.
OGraphMLReader - Class in com.orientechnologies.orient.graph.graphml
GraphMLReader writes the data from a GraphML stream to a graph.
OGraphMLReader(OrientBaseGraph) - Constructor for class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
OGraphRepair - Class in com.tinkerpop.blueprints.impls.orient
Repairs a graph.
OGraphRepair() - Constructor for class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
OGraphServerHandler - Class in com.orientechnologies.orient.graph.handler
 
OGraphServerHandler() - Constructor for class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
OGraphShortestPathWorkload - Class in com.orientechnologies.orient.graph.stresstest
CRUD implementation of the workload.
OGraphShortestPathWorkload() - Constructor for class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
OGraphSONReader - Class in com.orientechnologies.orient.graph.graphml
GraphSONReader reads the data from a TinkerPop JSON stream to a graph.
OGraphSONReader(Graph) - Constructor for class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
OGraphSONUtility - Class in com.orientechnologies.orient.graph.graphml
Helps write individual graph elements to TinkerPop JSON format known as GraphSON.
OGraphSONUtility(GraphSONMode, ElementFactory) - Constructor for class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
A GraphSONUtiltiy that includes all properties of vertices and edges.
OGraphSONUtility(GraphSONMode, ElementFactory, Set<String>, Set<String>) - Constructor for class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
A GraphSONUtility that includes the specified properties.
OGraphSONUtility(GraphSONMode, ElementFactory, ElementPropertyConfig) - Constructor for class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
 
OGremlinConsole - Class in com.orientechnologies.orient.graph.console
Gremlin specialized console.
OGremlinConsole(String[]) - Constructor for class com.orientechnologies.orient.graph.console.OGremlinConsole
 
OGremlinEngineThreadLocal - Class in com.orientechnologies.orient.graph.gremlin
 
OGremlinEngineThreadLocal() - Constructor for class com.orientechnologies.orient.graph.gremlin.OGremlinEngineThreadLocal
 
OGremlinHelper - Class in com.orientechnologies.orient.graph.gremlin
 
OGremlinHelper() - Constructor for class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
OGremlinHelper.OGremlinCallback - Interface in com.orientechnologies.orient.graph.gremlin
 
OIgnoreGraphMLImportStrategy - Class in com.orientechnologies.orient.graph.graphml
GraphMLReader import strategy that ignores attribute.
OIgnoreGraphMLImportStrategy() - Constructor for class com.orientechnologies.orient.graph.graphml.OIgnoreGraphMLImportStrategy
 
OInternalGraphImporter - Class in com.orientechnologies.orient.graph.console
 
OInternalGraphImporter() - Constructor for class com.orientechnologies.orient.graph.console.OInternalGraphImporter
 
onAfterClientRequest(OClientConnection, byte) - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
onBefore() - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
onStorageRecover() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
open - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
OPERATOR_DIFFERENT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_EQUALS - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_GT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_GTE - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_IN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_IS - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_IS_NOT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_LET - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_LIKE - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_LT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OPERATOR_NOT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
order(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
(Blueprints Extension) Sets the order of results by a field in ascending (asc) order.
order(String, String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
(Blueprints Extension) Sets the order of results by a field in ascending (asc) or descending (desc) order based on dir parameter.
ORDERBY - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
orderBy - Variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
orderByDir - Variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
ORDERED - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty
 
ORenameGraphMLImportStrategy - Class in com.orientechnologies.orient.graph.graphml
GraphMLReader import strategy that ignores attribute.
ORenameGraphMLImportStrategy(String) - Constructor for class com.orientechnologies.orient.graph.graphml.ORenameGraphMLImportStrategy
 
OrientBaseGraph - Class in com.tinkerpop.blueprints.impls.orient
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
OrientBaseGraph(ODatabaseDocumentInternal, String, String, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Constructs a new object using an existent database instance.
OrientBaseGraph(OPartitionedDatabasePool) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
OrientBaseGraph(OPartitionedDatabasePool, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
OrientBaseGraph(String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
OrientBaseGraph(String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
OrientBaseGraph(Configuration) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Builds a OrientGraph instance passing a configuration.
OrientClassVertexIterable - Class in com.tinkerpop.blueprints.impls.orient
 
OrientClassVertexIterable(OrientBaseGraph, Iterable<?>, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterable
 
OrientClassVertexIterator - Class in com.tinkerpop.blueprints.impls.orient
 
OrientClassVertexIterator(OrientBaseGraph, Iterator<Vertex>, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientClassVertexIterator
 
OrientConfigurableGraph - Class in com.tinkerpop.blueprints.impls.orient
Base class to manage graph settings.
OrientConfigurableGraph() - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
OrientConfigurableGraph.Settings - Class in com.tinkerpop.blueprints.impls.orient
 
OrientConfigurableGraph.THREAD_MODE - Enum in com.tinkerpop.blueprints.impls.orient
 
OrientDynaElementIterable - Class in com.tinkerpop.blueprints.impls.orient
 
OrientDynaElementIterable(OrientBaseGraph, Iterable<?>) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientDynaElementIterable
 
OrientDynaElementIterable(OrientBaseGraph, Iterator<?>) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientDynaElementIterable
 
OrientEdge - Class in com.tinkerpop.blueprints.impls.orient
OrientDB Edge implementation of TinkerPop Blueprints standard.
OrientEdge() - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdge
(Internal) Called by serialization
OrientEdge(OrientBaseGraph, OIdentifiable) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
OrientEdge(OrientBaseGraph, OIdentifiable, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
OrientEdge(OrientBaseGraph, String, Object...) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
OrientEdge(OrientBaseGraph, OIdentifiable, OIdentifiable, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
OrientEdgeIterator - Class in com.tinkerpop.blueprints.impls.orient
Lazy iterator of edges.
OrientEdgeIterator(OrientVertex, OrientVertex, Object, Iterator<?>, OPair<Direction, String>, String[], int) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdgeIterator
 
OrientEdgeType - Class in com.tinkerpop.blueprints.impls.orient
Represents an Edge class.
OrientEdgeType(OrientBaseGraph, OClass) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
OrientEdgeType(OrientBaseGraph) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientEdgeType
 
OrientElement - Class in com.tinkerpop.blueprints.impls.orient
Base Graph Element where OrientVertex and OrientEdge classes extends from.
OrientElement(OrientBaseGraph, OIdentifiable) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientElement
 
OrientElementIterable<T extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.blueprints.impls.orient
 
OrientElementIterable(OrientBaseGraph, Iterable<?>) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientElementIterable
 
OrientElementType - Class in com.tinkerpop.blueprints.impls.orient
Represents a generic element class
OrientElementType(OrientBaseGraph, OClass) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientElementType
 
OrientExtendedEdge - Interface in com.tinkerpop.blueprints.impls.orient
OrientDB Extended Edge implementation of TinkerPop Blueprints standard.
OrientExtendedGraph - Interface in com.tinkerpop.blueprints.impls.orient
OrientDB extension to Blueprints standard.
OrientExtendedVertex - Interface in com.tinkerpop.blueprints.impls.orient
OrientDB Extended Vertex implementation of TinkerPop Blueprints standard.
OrientGraph - Class in com.tinkerpop.blueprints.impls.orient
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
OrientGraph(ODatabaseDocumentInternal, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph using an existent database instance.
OrientGraph(ODatabaseDocumentInternal, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph using an existent database instance and the auto-start setting to determine if auto start a transaction.
OrientGraph(String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph from an URL using default user (admin) and password (admin).
OrientGraph(String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph from an URL using default user (admin) and password (admin).
OrientGraph(String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph from an URL using a username and a password.
OrientGraph(String, String, String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph from an URL using a username and a password.
OrientGraph(OPartitionedDatabasePool) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph from a pool.
OrientGraph(OPartitionedDatabasePool, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
 
OrientGraph(Configuration) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Builds a OrientGraph instance passing a configuration.
OrientGraph(ODatabaseDocumentInternal) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph using an existent database instance.
OrientGraph(ODatabaseDocumentInternal, String, String, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraph
Creates a new Transactional Graph using an existent database instance.
OrientGraphCommand - Class in com.tinkerpop.blueprints.impls.orient
Command wraps the command request and return wrapped Graph Element such as Vertex and Edge
OrientGraphCommand(OrientBaseGraph, OCommandRequest) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
OrientGraphConfiguration - Class in com.tinkerpop.rexster
Configuration class for Rexster (http://rexster.tinkerpop.com).
OrientGraphConfiguration() - Constructor for class com.tinkerpop.rexster.OrientGraphConfiguration
 
OrientGraphFactory - Class in com.tinkerpop.blueprints.impls.orient
Orient Graph factory.
OrientGraphFactory(String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Creates a factory that use default admin credentials and pool with maximum amount of connections equal to amount of CPU cores.
OrientGraphFactory(String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Creates a factory that use default admin credentials and pool with maximum amount of connections equal to amount of CPU cores if needed.
OrientGraphFactory(String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Creates a factory with given credentials and pool with maximum amount of connections equal to amount of CPU cores.
OrientGraphFactory(String, String, String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Creates a factory with given credentials and pool with maximum amount of connections equal to amount of CPU cores if that is needed.
OrientGraphFactory(String, String, String, OPartitionedDatabasePool) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Creates a factory with given credentials also you may pass pool which you already use in "document part" of your application.
OrientGraphFactory.OrientGraphImplFactory - Interface in com.tinkerpop.blueprints.impls.orient
 
OrientGraphFactoryV2 - Class in com.tinkerpop.blueprints.impls.orient
Basic implementation of an Orient Graph factory that supports new OrientDB v 3.0 capabilities
OrientGraphFactoryV2(OrientDB, String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphFactoryV2
 
OrientGraphModificationException - Exception in com.tinkerpop.blueprints.impls.orient
Exception raised during not managed exceptions during update of graph.
OrientGraphModificationException(OException) - Constructor for exception com.tinkerpop.blueprints.impls.orient.OrientGraphModificationException
 
OrientGraphModificationException(String) - Constructor for exception com.tinkerpop.blueprints.impls.orient.OrientGraphModificationException
 
OrientGraphNoTx - Class in com.tinkerpop.blueprints.impls.orient
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
OrientGraphNoTx(ODatabaseDocumentInternal) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
Constructs a new object using an existent database instance.
OrientGraphNoTx(OPartitionedDatabasePool) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(OPartitionedDatabasePool, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(Configuration) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(ODatabaseDocumentInternal, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphNoTx(ODatabaseDocumentInternal, String, String, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
OrientGraphQuery - Class in com.tinkerpop.blueprints.impls.orient
OrientDB implementation for Graph query.
OrientGraphQuery(Graph) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
OrientGraphQuery.OrientGraphQueryIterable<T extends com.tinkerpop.blueprints.Element> - Class in com.tinkerpop.blueprints.impls.orient
 
OrientGraphQueryIterable(boolean, String[]) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery.OrientGraphQueryIterable
 
OrientIndex<T extends OrientElement> - Interface in com.tinkerpop.blueprints.impls.orient
 
OrientIndexAuto<T extends OrientElement> - Class in com.tinkerpop.blueprints.impls.orient
 
OrientIndexManual<T extends OrientElement> - Class in com.tinkerpop.blueprints.impls.orient
 
OrientIndexManual(OrientBaseGraph, String, Class<? extends Element>, OType) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
OrientIndexManual(OrientBaseGraph, OIndex) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
OrientTransactionalGraph - Class in com.tinkerpop.blueprints.impls.orient
A Blueprints implementation of the graph database OrientDB (http://orientdb.com)
OrientTransactionalGraph(ODatabaseDocumentInternal) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
Constructs a new object using an existent database instance.
OrientTransactionalGraph(ODatabaseDocumentInternal, String, String, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(ODatabaseDocumentInternal, boolean, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(OPartitionedDatabasePool) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(OPartitionedDatabasePool, OrientConfigurableGraph.Settings) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(String, String, String) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(String, String, String, boolean) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientTransactionalGraph(Configuration) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
OrientVertex - Class in com.tinkerpop.blueprints.impls.orient
OrientDB Vertex implementation of TinkerPop Blueprints standard.
OrientVertex() - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal) Called by serialization.
OrientVertex(OrientBaseGraph, String, Object...) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
OrientVertex(OrientBaseGraph, OIdentifiable) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertex
 
OrientVertexIterator - Class in com.tinkerpop.blueprints.impls.orient
 
OrientVertexIterator(OrientVertex, Object, Iterator<?>, OPair<Direction, String>, String[], int) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertexIterator
 
OrientVertexProperty(OrientBaseGraph, OProperty) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty
 
OrientVertexQuery - Class in com.tinkerpop.blueprints.impls.orient
OrientDB implementation for vertex centric queries.
OrientVertexQuery(OrientVertex) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertexQuery
 
OrientVertexType - Class in com.tinkerpop.blueprints.impls.orient
Represents a Vertex class.
OrientVertexType(OrientBaseGraph, OClass) - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientVertexType
 
OrientVertexType.OrientVertexProperty - Class in com.tinkerpop.blueprints.impls.orient
 
OScriptGraphOrientWrapper - Class in com.orientechnologies.orient.graph.script
Blueprints Graph wrapper class to use from scripts.
OScriptGraphOrientWrapper() - Constructor for class com.orientechnologies.orient.graph.script.OScriptGraphOrientWrapper
 
OScriptGraphWrapper - Class in com.orientechnologies.orient.graph.script
Blueprints Graph wrapper class to use from scripts.
OScriptGraphWrapper(OrientBaseGraph) - Constructor for class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
OServerCommandGetGephi - Class in com.orientechnologies.orient.graph.server.command
 
OServerCommandGetGephi() - Constructor for class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
OServerCommandGetGephi(OServerCommandConfiguration) - Constructor for class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
OSQLFunctionAstar - Class in com.orientechnologies.orient.graph.sql.functions
Deprecated.
see OSQLFunctionAstar instead
OSQLFunctionAstar() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionAstar
Deprecated.
 
OSQLFunctionDijkstra - Class in com.orientechnologies.orient.graph.sql.functions
Deprecated.
OSQLFunctionDijkstra() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionDijkstra
Deprecated.
 
OSQLFunctionGremlin - Class in com.orientechnologies.orient.graph.sql.functions
Executes a GREMLIN expression as function of SQL engine.
OSQLFunctionGremlin() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionGremlin
 
OSQLFunctionHeuristicPathFinderAbstract - Class in com.orientechnologies.orient.graph.sql.functions
Abstract class to find paths between nodes using heuristic .
OSQLFunctionHeuristicPathFinderAbstract(String, int, int) - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
OSQLFunctionLabel - Class in com.orientechnologies.orient.graph.sql.functions
Hi-level function that return the label for both edges and vertices.
OSQLFunctionLabel() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionLabel
 
OSQLFunctionPathFinder - Class in com.orientechnologies.orient.graph.sql.functions
Abstract class to find paths between nodes.
OSQLFunctionPathFinder(String, int, int) - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
OSQLFunctionShortestPath - Class in com.orientechnologies.orient.graph.sql.functions
Deprecated.
OSQLFunctionShortestPath() - Constructor for class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
OWorkLoadContext() - Constructor for class com.orientechnologies.orient.graph.stresstest.OBaseGraphWorkload.OWorkLoadContext
 

P

PARAM_CUSTOM_HEURISTIC_FORMULA - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_D_FACTOR - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_DIRECTION - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_EDGE_TYPE_NAMES - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_EMPTY_IF_MAX_DEPTH - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_HEURISTIC_FORMULA - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_MAX_DEPTH - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_MAX_DEPTH - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
PARAM_PARALLEL - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_TIE_BREAKER - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARAM_VERTEX_AXIS_NAMES - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramCustomHeuristicFormula - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramDestinationVertex - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramDestinationVertex - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
paramDFactor - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramDirection - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramDirection - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
paramEdgeTypeNames - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramEmptyIfMaxDepth - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramHeuristicFormula - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramMaxDepth - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramParallel - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramSourceVertex - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramSourceVertex - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
paramTieBreaker - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
paramVertexAxisNames - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
PARENTHESIS_BEGIN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
PARENTHESIS_END - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
parse(OCommandRequest) - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlinExecutor
 
parseParameters(String) - Method in class com.orientechnologies.orient.graph.stresstest.OGraphInsertWorkload
 
parseParameters(String) - Method in class com.orientechnologies.orient.graph.stresstest.OGraphShortestPathWorkload
 
predecessors - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
printStatus(XMLStreamReader, long, long) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
printStatus(JsonParser, long, long) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
put(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
put(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 

Q

query() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
query() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns a GraphQuery object to execute queries against the Graph.
query() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns a GraphQuery object to execute queries against the Graph.
query(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
query(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
query() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Executes a query against the current vertex.
QUERY_FILTER_AND - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_FILTER_OR - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_LABEL_BEGIN - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_LABEL_END - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_SELECT_FROM - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_SEPARATOR - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_STRING - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
QUERY_WHERE - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 

R

rawElement - Variable in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
readExternal(ObjectInput) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
readExternal(ObjectInput) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
recordKeyValueIndex - Variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
releaseEngine(ScriptEngine) - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
releaseGraph(OrientBaseGraph) - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
reload() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
reload() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedEdge
 
reload() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedVertex
 
remove() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Removes the Edge from the Graph.
remove(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
remove(String, Object, T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
remove() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Removes the current Vertex from the Graph.
removeEdge(Edge) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
removeEdge(Edge) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Removes an edge from the Graph.
removeEdgeInternal(OrientEdge) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraph
Removes the Edge from the Graph.
removeEdgeInternal(OrientEdge) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
Removes the Edge from the Graph.
removeEdgeInternal(OrientBaseGraph, OrientEdge) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientGraphNoTx
 
removeEdges(OrientBaseGraph, ODocument, String, OIdentifiable, boolean, boolean, boolean, boolean) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
(Internal only)
removeElement(T) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientIndex
 
removeElement(T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
removeElement(T) - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
removeProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Removed a Property.
removeProperty(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Removes a Property.
removeVertex(Vertex) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
removeVertex(Vertex) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Removes a vertex from the Graph.
repair(OrientBaseGraph, OCommandOutputListener, Map<String, List<String>>) - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
repairDatabase(String) - Method in class com.orientechnologies.orient.graph.console.OGremlinConsole
 
repairEdges(OrientBaseGraph, OGraphRepair.ORepairStats, OCommandOutputListener, Map<String, List<String>>, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
repairVertices(OrientBaseGraph, OGraphRepair.ORepairStats, OCommandOutputListener, Map<String, List<String>>, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
replaceLinks(ODocument, String, OIdentifiable, OIdentifiable) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
(Internal only)
REQUIRE_TRANSACTION_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
reuse(ODatabaseDocumentInternal) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
reuse(ODatabaseDocumentInternal) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Reuses the underlying database avoiding to create and open it every time.
rnd - Static variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
rollback() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
rollback() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Rollbacks the current active transaction.
rollback() - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
Rollbacks the current active transaction.
route - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
runImport(String, String) - Method in class com.orientechnologies.orient.graph.console.OInternalGraphImporter
 
runInConfiguredTxMode(OGraphCommandExecutorSQLFactory.GraphCallBack<T>) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
runInTx(OrientGraph, OGraphCommandExecutorSQLFactory.GraphCallBack<T>) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
runInTx(OGraphCommandExecutorSQLFactory.GraphCallBack<T>) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 
runWithAnyGraph(OGraphCommandExecutorSQLFactory.GraphCallBack<T>) - Static method in class com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory
 

S

save() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Saves current element.
save(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Saves current element to a particular cluster.
SAVE_ORIGINAL_IDS_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
saveIndexConfiguration() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
sendRecordsContent(OHttpRequest, OHttpResponse, Iterable<OrientElement>, String) - Method in class com.orientechnologies.orient.graph.server.command.OServerCommandGetGephi
 
SEPARATOR - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
setAutoScaleEdgeType(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting about usage of auto scale edge type.
setAutoScaleEdgeType(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about usage of auto scale edge type.
setAutoStartTx(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setAutoStartTx(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
If enabled auto starts a new transaction right before the graph is changed.
setAutoStartTx(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
If enabled auto starts a new transaction right before the graph is changed.
setAutoStartTx(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
setAverageEdgeNumberPerNode(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
configures the average number of edges per node (for optimization).
setAverageEdgeNumberPerNode(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
configures the average number of edges per node (for optimization).
setBatchSize(int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setBonsaiThreshold(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Sets the threshold for passing from emdedded RidBag to SBTreeBonsai implementation, in number of edges (low level optimization).
setBonsaiThreshold(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Sets the threshold for passing from emdedded RidBag to SBTreeBonsai implementation, in number of edges (low level optimization).
setConflictStrategy(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
setConflictStrategy(ORecordConflictStrategy) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
setConflictStrategy(ORecordConflictStrategy) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
 
setConflictStrategy(String) - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
 
setConnectionStrategy(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
setConnectionStrategy(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
 
setContext(OCommandContext) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
setCurrentGraphInThreadLocal() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
setCurrentGraphInThreadLocal() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
setEdgeClass(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
setEdgeClass(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
setEdgeContainerEmbedded2TreeThreshold(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the minimum number of edges for edge containers to transform the underlying structure from embedded to tree.
setEdgeContainerEmbedded2TreeThreshold(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the minimum number of edges for edge containers to transform the underlying structure from embedded to tree.
setEdgeContainerTree2EmbeddedThreshold(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the minimum number of edges for edge containers to transform the underlying structure from tree to embedded.
setEdgeContainerTree2EmbeddedThreshold(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the minimum number of edges for edge containers to transform the underlying structure from tree to embedded.
setEdgeIdKey(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setEdgeLabelKey(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setEstimatedEntries(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
Sets the estimated number of entries, 0 for auto-resize (default).
setEstimatedEntries(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
Sets the estimated number of entries, 0 for auto-resize (default).
setEventListener(OStorageRecoverEventListener) - Method in class com.tinkerpop.blueprints.impls.orient.OGraphRepair
 
setFetchPlan(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
setFetchPlan(String) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
(Blueprints Extension) Sets the fetch plan to use on returning result set.
setIdPropertyName(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
setIdPropertyName(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
setKeepInMemoryReferences(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setKeepInMemoryReferences(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting about using references in memory.
setKeepInMemoryReferences(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about using references in memory.
setLimit(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
setMaxGraphPool(int) - Method in class com.orientechnologies.orient.graph.gremlin.OGremlinHelper
 
setMaxRetries(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the maximum number of retries in case of auto managed OConcurrentModificationException (like addEdge).
setMaxRetries(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the maximum number of retry in case of auto managed OConcurrentModificationException (like addEdge).
setNoTxGraphImplFactory(OrientGraphFactory.OrientGraphImplFactory) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
setOptions(Map<String, List<String>>) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setOrdered(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertexType.OrientVertexProperty
 
setOutput(OCommandOutputListener) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setOutput(OCommandOutputListener) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONReader
 
setParallel(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
sets the number of parallel threads to be used for batch insert
setParallel(int) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
sets the number of parallel threads to be used for batch insert
setProperties(Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Sets multiple properties in one shot against Vertices and Edges.
setPropertiesInternal(Object...) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Sets multiple properties in one shot against Vertices and Edges without saving the element.
setProperty(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
setProperty(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
setProperty(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Set a Property value.
setProperty(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Sets a Property value.
setProperty(String, Object, OType) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Sets a Property value specifying a type.
setProperty(String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Sets a property value
setPropertyInternal(Element, ODocument, String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
setRequireTransaction(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
setRequireTransaction(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about if all modification operations are executed inside a transaction.
setSaveOriginalIds(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setSaveOriginalIds(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting about usage of lightweight edges.
setSaveOriginalIds(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about usage of lightweight edges.
setStandardElementConstraints(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setStandardElementConstraints(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting to apply the Blueprints standard constraints against elements.
setStandardElementConstraints(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to apply the Blueprints standard constraints against elements.
setStandardExceptions(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting to throw Blueprints standard exceptions: IllegalStateException instead of ORecordNotFoundException when the record was not found
setStandardExceptions(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to throw Blueprints standard exceptions: IllegalStateException instead of ORecordNotFoundException when the record was not found
setStoreVertexIds(boolean) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setThreadMode(OrientConfigurableGraph.THREAD_MODE) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setThreadMode(OrientConfigurableGraph.THREAD_MODE) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the thread mode: MANUAL the user has to manually invoke the current database in Thread Local: ODatabaseRecordThreadLocal.instance().set(graph.getRawGraph()); AUTOSET_IFNULL (default) each call assures the current graph instance is set in the Thread Local only if no one was set before ALWAYS_AUTOSET each call assures the current graph instance is set in the Thread Local
setThreadMode(OrientConfigurableGraph.THREAD_MODE) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the thread mode: MANUAL the user has to manually invoke the current database in Thread Local: ODatabaseRecordThreadLocal.instance().set(graph.getRawGraph()); AUTOSET_IFNULL (default) each call assures the current graph instance is set in the Thread Local only if no one was set before ALWAYS_AUTOSET each call assures the current graph instance is set in the Thread Local
setTimeout(long, OCommandContext.TIMEOUT_STRATEGY) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
settings - Variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
Settings() - Constructor for class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
 
settings - Variable in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
setTxGraphImplFactory(OrientGraphFactory.OrientGraphImplFactory) - Static method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
 
setTxRequiredForSQLGraphOperations(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about usage of transactions on graph modification for SQL commands (create/remove vertex, create/remove edge).
setTxRequiredForSQLGraphOperations(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting about usage of transactions on graph modification for SQL commands (create/remove vertex, create/remove edge).
setupPool(int, int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphFactory
Setting up the factory to use database pool instead of creation a new instance of database connection each time.
setUseCache(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphCommand
 
setUseClassForEdgeLabel(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setUseClassForEdgeLabel(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to use the Edge class for Edge labels.
setUseClassForEdgeLabel(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting to use the Edge class for Edge labels.
setUseClassForVertexLabel(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setUseClassForVertexLabel(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to use the Vertex class for Vertex labels.
setUseClassForVertexLabel(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Deprecated.
setUseLightweightEdges(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setUseLightweightEdges(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
 
setUseLightweightEdges(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about usage of lightweight edges.
setUseLightweightEdges(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting about usage of lightweight edges.
setUseLog(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting about usage of transaction log.
setUseLog(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
setUseLog(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
 
setUseVertexFieldsForEdgeLabels(boolean) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
setUseVertexFieldsForEdgeLabels(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to postfix vertices fields with edge labels.
setUseVertexFieldsForEdgeLabels(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Deprecated.
setVertexClass(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
setVertexClass(String) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsertBasic
 
setVertexIdKey(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setVertexLabelIndex(int) - Method in class com.orientechnologies.orient.graph.graphml.OGraphMLReader
 
setVertexProperties(Long, Map<String, Object>) - Method in class com.orientechnologies.orient.graph.batch.OGraphBatchInsert
 
setWarnOnForceClosingTx(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.Settings
Changes the setting to generate a warning if the graph closing has been forced.
setWarnOnForceClosingTx(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
Changes the setting to generate a warning if the graph closing has been forced.
shutdown() - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
shutdown() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
shutdown() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Closes the Graph.
shutdown(boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Closes the Graph.
shutdown(boolean, boolean) - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Closes the Graph.
SKIP - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
skip - Variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
skip(int) - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
Skips first iSkip items from the result set.
SPACE - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
 
STANDARD_ELEMENT_CONSTRAINTS_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
STANDARD_EXCEPTIONS - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
STANDARD_MAX_RETRIES - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
STANDARD_TX_REQUIRE_FOR_SQL_OPERATIONS - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
startup() - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
stopTransaction(TransactionalGraph.Conclusion) - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
stopTransaction(TransactionalGraph.Conclusion) - Method in class com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph
Closes a transaction.
stringArray(Object) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
stringOrDefault(Object, String) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionHeuristicPathFinderAbstract
 
sumDistances(float, float) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
switchToAutoAttachmentMode() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Switches to auto attachment mode, when graph element is automatically attached to currently open graph instance.
switchToManualAttachmentMode(OrientBaseGraph) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
Behavior is the same as for OrientElement.attach(OrientBaseGraph) method.

T

THREAD_MODE_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
throwSyntaxErrorException(String) - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlinExecutor
 
toStream() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Serializes the Element as byte[]
toString() - Method in class com.orientechnologies.orient.graph.gremlin.OCommandGremlin
 
toString() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
toString() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns the Graph URL.
toString() - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
Returns a string representation of the edge.
toString() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexAuto
 
toString() - Method in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
toString() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Returns a string representation of the vertex.
transformAttribute(String, Object) - Method in interface com.orientechnologies.orient.graph.graphml.OGraphMLImportStrategy
 
transformAttribute(String, Object) - Method in class com.orientechnologies.orient.graph.graphml.OIgnoreGraphMLImportStrategy
 
transformAttribute(String, Object) - Method in class com.orientechnologies.orient.graph.graphml.ORenameGraphMLImportStrategy
 
traverse() - Method in class com.orientechnologies.orient.graph.script.OScriptGraphWrapper
 
traverse() - Method in class com.tinkerpop.blueprints.impls.orient.OrientBaseGraph
Returns a OTraverse object to start traversing the graph.
traverse() - Method in interface com.tinkerpop.blueprints.impls.orient.OrientExtendedGraph
Returns a OTraverse object to start traversing the graph.
traverse() - Method in class com.tinkerpop.blueprints.impls.orient.OrientVertex
Returns a OTraverse object to start traversing from the current vertex.

U

unbind(ScriptEngine, Bindings) - Method in class com.orientechnologies.orient.graph.handler.OGraphServerHandler
 
underlying - Variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
unlock() - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Unlocks previous acquired @lock against the Element.
unSettledNodes - Variable in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionPathFinder
 
USE_CLASS_FOR_EDGE_LABEL_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
USE_CLASS_FOR_VERTEX_LABEL_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
USE_LIGHTWEIGHT_EDGES_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
USE_LOG_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
USE_VERTEX_FIELDS_FOR_EDGE_LABELS - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 

V

validateProperty(Element, String, Object) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
(Blueprints Extension) Validates an Element property.
valueOf(String) - Static method in enum com.orientechnologies.orient.graph.sql.functions.HeuristicFormula
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.THREAD_MODE
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.orientechnologies.orient.graph.sql.functions.HeuristicFormula
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.orientechnologies.orient.graph.sql.OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.THREAD_MODE
Returns an array containing the constants of this enum type, in the order they are declared.
VERTEX - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientIndexManual
 
vertexFromJson(JSONObject) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates a vertex from GraphSON using settings supplied in the constructor.
vertexFromJson(String) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates a vertex from GraphSON using settings supplied in the constructor.
vertexFromJson(InputStream) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates a vertex from GraphSON using settings supplied in the constructor.
vertexFromJson(JsonNode) - Method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Creates a vertex from GraphSON using settings supplied in the constructor.
vertexFromJson(JSONObject, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Vertex from JSON.
vertexFromJson(String, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Vertex from JSON.
vertexFromJson(InputStream, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Vertex from JSON.
vertexFromJson(JsonNode, ElementFactory, GraphSONMode, Set<String>) - Static method in class com.orientechnologies.orient.graph.graphml.OGraphSONUtility
Reads an individual Vertex from JSON.
vertices() - Method in class com.tinkerpop.blueprints.impls.orient.OrientGraphQuery
Returns the result set of the query as iterable vertices.
vIn - Variable in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
vOut - Variable in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 

W

walkLeft(OSQLFunctionShortestPath.OShortestPathContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
walkRight(OSQLFunctionShortestPath.OShortestPathContext) - Method in class com.orientechnologies.orient.graph.sql.functions.OSQLFunctionShortestPath
Deprecated.
 
WARN_ON_FORCE_CLOSING_TX_DEFAULT - Static variable in class com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph
 
writeExternal(ObjectOutput) - Method in class com.tinkerpop.blueprints.impls.orient.OrientEdge
 
writeExternal(ObjectOutput) - Method in class com.tinkerpop.blueprints.impls.orient.OrientElement
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2009–2024 OrientDB. All rights reserved.