
public class OAsynchDistributedOperation extends Object
| Constructor and Description |
|---|
OAsynchDistributedOperation(String iDatabaseName,
Set<String> iClusterNames,
Collection<String> iNodes,
ORemoteTask iTask,
long iMessageId,
Object iLocalResult,
com.orientechnologies.common.util.OCallable<Void,ODistributedRequestId> iAfterRequestCallback,
com.orientechnologies.common.util.OCallable<Object,com.orientechnologies.common.util.OPair<ODistributedRequestId,Object>> iCallback) |
| Modifier and Type | Method and Description |
|---|---|
com.orientechnologies.common.util.OCallable<Void,ODistributedRequestId> |
getAfterSendCallback() |
com.orientechnologies.common.util.OCallable<Object,com.orientechnologies.common.util.OPair<ODistributedRequestId,Object>> |
getCallback() |
Set<String> |
getClusterNames() |
String |
getDatabaseName() |
Object |
getLocalResult() |
long |
getMessageId() |
Collection<String> |
getNodes() |
ORemoteTask |
getTask() |
public OAsynchDistributedOperation(String iDatabaseName, Set<String> iClusterNames, Collection<String> iNodes, ORemoteTask iTask, long iMessageId, Object iLocalResult, com.orientechnologies.common.util.OCallable<Void,ODistributedRequestId> iAfterRequestCallback, com.orientechnologies.common.util.OCallable<Object,com.orientechnologies.common.util.OPair<ODistributedRequestId,Object>> iCallback)
public Collection<String> getNodes()
public ORemoteTask getTask()
public String getDatabaseName()
public com.orientechnologies.common.util.OCallable<Object,com.orientechnologies.common.util.OPair<ODistributedRequestId,Object>> getCallback()
public Object getLocalResult()
public com.orientechnologies.common.util.OCallable<Void,ODistributedRequestId> getAfterSendCallback()
public long getMessageId()
Copyright © 2009–2018 OrientDB. All rights reserved.