public class OScriptTask extends OAbstractCommandTask
ORemoteTask.RESULT_STRATEGY
Modifier and Type | Field and Description |
---|---|
static int |
FACTORYID |
protected Map<Object,Object> |
params |
protected ORemoteTask.RESULT_STRATEGY |
resultStrategy |
protected String |
text |
lastLSN
ALL, ANY, FAST_NOLOCK, LOCK, nodeSource
Constructor and Description |
---|
OScriptTask() |
OScriptTask(OCommandRequestText iCommand) |
Modifier and Type | Method and Description |
---|---|
Object |
execute(ODistributedRequestId requestId,
OServer iServer,
ODistributedServerManager iManager,
ODatabaseDocumentInternal database) |
void |
fromStream(DataInput in,
ORemoteTaskFactory factory) |
long |
getDistributedTimeout() |
int |
getFactoryId() |
String |
getName() |
OCommandDistributedReplicateRequest.QUORUM_TYPE |
getQuorumType() |
ORemoteTask.RESULT_STRATEGY |
getResultStrategy() |
void |
setResultStrategy(ORemoteTask.RESULT_STRATEGY resultStrategy) |
void |
toStream(DataOutput out) |
String |
toString() |
getFixTask, getLastLSN, getUndoTask
checkIsValid, getNodeSource, getPartitionKey, getSynchronousTimeout, getTotalTimeout, hasResponse, isIdempotent, isNodeOnlineRequired, isUsingDatabase, setNodeSource
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
finished, received
public static final int FACTORYID
protected String text
protected ORemoteTask.RESULT_STRATEGY resultStrategy
public OScriptTask()
public OScriptTask(OCommandRequestText iCommand)
public Object execute(ODistributedRequestId requestId, OServer iServer, ODistributedServerManager iManager, ODatabaseDocumentInternal database) throws Exception
execute
in interface ORemoteTask
execute
in class OAbstractRemoteTask
Exception
public OCommandDistributedReplicateRequest.QUORUM_TYPE getQuorumType()
getQuorumType
in interface ORemoteTask
getQuorumType
in class OAbstractRemoteTask
public ORemoteTask.RESULT_STRATEGY getResultStrategy()
getResultStrategy
in interface ORemoteTask
getResultStrategy
in class OAbstractCommandTask
public void setResultStrategy(ORemoteTask.RESULT_STRATEGY resultStrategy)
setResultStrategy
in class OAbstractCommandTask
public long getDistributedTimeout()
getDistributedTimeout
in interface ORemoteTask
getDistributedTimeout
in class OAbstractRemoteTask
public void toStream(DataOutput out) throws IOException
toStream
in interface ORemoteTask
toStream
in class OAbstractRemoteTask
IOException
public void fromStream(DataInput in, ORemoteTaskFactory factory) throws IOException
fromStream
in interface ORemoteTask
fromStream
in class OAbstractRemoteTask
IOException
public String getName()
getName
in interface ORemoteTask
getName
in class OAbstractRemoteTask
public String toString()
toString
in class OAbstractRemoteTask
public int getFactoryId()
Copyright © 2009–2020 OrientDB. All rights reserved.