| Package | Description |
|---|---|
| com.orientechnologies.orient.graph.script | |
| com.tinkerpop.blueprints.impls.orient |
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph.THREAD_MODE |
OScriptGraphWrapper.getThreadMode() |
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph |
OScriptGraphWrapper.setThreadMode(OrientBaseGraph.THREAD_MODE iControl) |
| Modifier and Type | Field and Description |
|---|---|
protected OrientBaseGraph.THREAD_MODE |
OrientBaseGraph.Settings.threadMode |
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph.THREAD_MODE |
OrientBaseGraph.getThreadMode()
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
|
static OrientBaseGraph.THREAD_MODE |
OrientBaseGraph.THREAD_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrientBaseGraph.THREAD_MODE[] |
OrientBaseGraph.THREAD_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrientBaseGraph |
OrientBaseGraph.setThreadMode(OrientBaseGraph.THREAD_MODE iControl)
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
|
Copyright © 2009-2014 Orient Technologies. All Rights Reserved.