Uses of Enum
com.tinkerpop.blueprints.impls.orient.OrientConfigurableGraph.THREAD_MODE
Packages that use OrientConfigurableGraph.THREAD_MODE
-
Uses of OrientConfigurableGraph.THREAD_MODE in com.orientechnologies.orient.graph.script
Methods in com.orientechnologies.orient.graph.script that return OrientConfigurableGraph.THREAD_MODEMethods in com.orientechnologies.orient.graph.script with parameters of type OrientConfigurableGraph.THREAD_MODEModifier and TypeMethodDescriptionOScriptGraphWrapper.setThreadMode(OrientConfigurableGraph.THREAD_MODE iControl) -
Uses of OrientConfigurableGraph.THREAD_MODE in com.tinkerpop.blueprints.impls.orient
Fields in com.tinkerpop.blueprints.impls.orient declared as OrientConfigurableGraph.THREAD_MODEModifier and TypeFieldDescriptionprotected static final OrientConfigurableGraph.THREAD_MODEOrientConfigurableGraph.THREAD_MODE_DEFAULTMethods in com.tinkerpop.blueprints.impls.orient that return OrientConfigurableGraph.THREAD_MODEModifier and TypeMethodDescriptionOrientConfigurableGraph.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 LocalOrientConfigurableGraph.Settings.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 LocalReturns the enum constant of this type with the specified name.static OrientConfigurableGraph.THREAD_MODE[]OrientConfigurableGraph.THREAD_MODE.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tinkerpop.blueprints.impls.orient with parameters of type OrientConfigurableGraph.THREAD_MODEModifier and TypeMethodDescriptionOrientConfigurableGraph.setThreadMode(OrientConfigurableGraph.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 LocalvoidOrientConfigurableGraph.Settings.setThreadMode(OrientConfigurableGraph.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