
public abstract class OCommandExecutorAbstract extends OBaseParser implements OCommandExecutor
| Modifier and Type | Field and Description |
|---|---|
protected OCommandContext |
context |
protected int |
limit |
protected Map<Object,Object> |
parameters |
protected OProgressListener |
progressListener |
parserText, parserTextUpperCase| Constructor and Description |
|---|
OCommandExecutorAbstract() |
getLastWordLength, getSyntax, getWordStatic, nextWord, nextWord, parseOptionalWord, parserGetCurrentChar, parserGetCurrentPosition, parserGetLastSeparator, parserGetLastWord, parserGetPreviousPosition, parserGoBack, parserIsEnded, parserMoveCurrentPosition, parserNextChars, parserNextWord, parserNextWord, parserNextWord, parserOptionalKeyword, parserOptionalWord, parserRequiredKeyword, parserRequiredWord, parserRequiredWord, parserRequiredWord, parserRequiredWord, parserSetCurrentPosition, parserSetEndOfText, parserSetLastSeparator, parserSkipWhiteSpaces, throwSyntaxErrorExceptionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecute, getSyntax, isIdempotent, parseprotected OProgressListener progressListener
protected int limit
protected OCommandContext context
public static ODatabaseDocumentInternal getDatabase()
public OCommandExecutorAbstract init(OCommandRequestText iRequest)
public OProgressListener getProgressListener()
public <RET extends OCommandExecutor> RET setProgressListener(OProgressListener progressListener)
OCommandExecutorsetProgressListener in interface OCommandExecutorprogressListener - OProgressListener implementationpublic String getUndoCommand()
public long getDistributedTimeout()
getDistributedTimeout in interface OCommandExecutorpublic int getLimit()
public <RET extends OCommandExecutor> RET setLimit(int iLimit)
setLimit in interface OCommandExecutorpublic Map<Object,Object> getParameters()
getParameters in interface OCommandExecutorpublic String getFetchPlan()
getFetchPlan in interface OCommandExecutorpublic OCommandContext getContext()
getContext in interface OCommandExecutorpublic void setContext(OCommandContext iContext)
setContext in interface OCommandExecutorpublic Set<String> getInvolvedClusters()
OCommandExecutorgetInvolvedClusters in interface OCommandExecutorpublic int getSecurityOperationType()
OCommandExecutorgetSecurityOperationType in interface OCommandExecutorPERMISSION_*public boolean involveSchema()
involveSchema in interface OCommandExecutorprotected boolean checkInterruption()
public static boolean checkInterruption(OCommandContext iContext)
public OCommandDistributedReplicateRequest.DISTRIBUTED_RESULT_MGMT getDistributedResultManagement()
public boolean isLocalExecution()
OCommandExecutorisLocalExecution in interface OCommandExecutorpublic boolean isCacheable()
OCommandExecutorisCacheable in interface OCommandExecutorpublic Object mergeResults(Map<String,Object> results) throws Exception
mergeResults in interface OCommandExecutorExceptionpublic boolean isDistributedExecutingOnLocalNodeFirst()
Copyright © 2009–2025 OrientDB. All rights reserved.