Class OBasicAdminCommandContext
java.lang.Object
com.orientechnologies.orient.core.command.OBasicCommandContext
com.orientechnologies.orient.core.command.OBasicAdminCommandContext
- All Implemented Interfaces:
OAdminCommandContext,OCommandContext
-
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
ConstructorsConstructorDescriptionOBasicAdminCommandContext(OrientDBEmbedded server, Object[] args) OBasicAdminCommandContext(OrientDBEmbedded server, Map<Object, Object> args) -
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
-
OBasicAdminCommandContext
-
OBasicAdminCommandContext
-
-
Method Details
-
getGlobalContext
- Specified by:
getGlobalContextin interfaceOAdminCommandContext
-