Class OBasicServerCommandContext
java.lang.Object
com.orientechnologies.orient.core.command.OBasicCommandContext
com.orientechnologies.orient.core.command.OBasicServerCommandContext
- All Implemented Interfaces:
OCommandContext,OServerCommandContext
public class OBasicServerCommandContext
extends OBasicCommandContext
implements OServerCommandContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orientechnologies.orient.core.command.OCommandContext
OCommandContext.TIMEOUT_STRATEGY -
Field Summary
Fields inherited from class com.orientechnologies.orient.core.command.OBasicCommandContext
child, database, declaredScriptVariables, EXECUTION_BEGUN, inputParameters, INVALID_COMPARE_COUNT, parent, recordMetrics, resultsProcessed, TIMEOUT_MS, TIMEOUT_STRATEGY, variables -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.orientechnologies.orient.core.command.OBasicCommandContext
beginExecution, checkTimeout, copy, declareScriptVariable, enableProfiling, endProfiling, getCurrent, getDatabase, getInputParameters, getLocalVariable, getParent, getResultsProcessed, getSimpleVariable, getStats, getVariable, getVariable, getVariableFromParentHierarchy, getVariables, hasLocalVariable, incrementVariable, isProfiling, isRecordingMetrics, isScriptVariableDeclared, merge, setArrayParameters, setChild, setCurrent, setCurrentIfMissing, setDatabase, setDynamicVariable, setInputParameters, setLocalVariable, setParent, setParentWithoutOverridingChild, setRecordingMetrics, setVariable, startProfiling, toString, updateMetric, updateProfilerIndexMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.core.command.OCommandContext
beginExecution, checkTimeout, copy, declareScriptVariable, endProfiling, getCurrent, getDatabase, getInputParameters, getParent, getStats, getVariable, getVariable, getVariables, incrementVariable, isProfiling, isRecordingMetrics, isScriptVariableDeclared, merge, setChild, setCurrent, setCurrentIfMissing, setInputParameters, setParent, setRecordingMetrics, setVariable, startProfiling, updateMetric
-
Constructor Details
-
OBasicServerCommandContext
public OBasicServerCommandContext() -
OBasicServerCommandContext
-
-
Method Details
-
getServer
- Specified by:
getServerin interfaceOServerCommandContext
-
setServer
-