
public abstract class OAbstractRemoteTask extends java.lang.Object implements ORemoteTask
ORemoteTask.RESULT_STRATEGY| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
nodeSource |
| Constructor and Description |
|---|
OAbstractRemoteTask()
Constructor used from unmarshalling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fromStream(java.io.DataInput in,
ORemoteTaskFactory factory) |
long |
getDistributedTimeout() |
java.lang.String |
getNodeSource() |
ORemoteTask.RESULT_STRATEGY |
getResultStrategy() |
long |
getSynchronousTimeout(int iSynchNodes) |
long |
getTotalTimeout(int iTotalNodes) |
boolean |
hasResponse() |
boolean |
isIdempotent() |
boolean |
isNodeOnlineRequired() |
boolean |
isUsingDatabase() |
void |
setNodeSource(java.lang.String nodeSource) |
void |
toStream(java.io.DataOutput out) |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitexecute, finished, getFactoryId, getName, getQuorumType, receivedpublic OAbstractRemoteTask()
public long getDistributedTimeout()
getDistributedTimeout in interface ORemoteTaskpublic long getSynchronousTimeout(int iSynchNodes)
getSynchronousTimeout in interface ORemoteTaskpublic long getTotalTimeout(int iTotalNodes)
getTotalTimeout in interface ORemoteTaskpublic boolean hasResponse()
hasResponse in interface ORemoteTaskpublic ORemoteTask.RESULT_STRATEGY getResultStrategy()
getResultStrategy in interface ORemoteTaskpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getNodeSource()
getNodeSource in interface ORemoteTaskpublic void setNodeSource(java.lang.String nodeSource)
setNodeSource in interface ORemoteTaskpublic boolean isIdempotent()
isIdempotent in interface ORemoteTaskpublic boolean isNodeOnlineRequired()
isNodeOnlineRequired in interface ORemoteTaskpublic boolean isUsingDatabase()
isUsingDatabase in interface ORemoteTaskpublic void toStream(java.io.DataOutput out)
throws java.io.IOException
toStream in interface ORemoteTaskjava.io.IOExceptionpublic void fromStream(java.io.DataInput in,
ORemoteTaskFactory factory)
throws java.io.IOException
fromStream in interface ORemoteTaskjava.io.IOExceptionCopyright © 2009–2022 OrientDB. All rights reserved.