Package | Description |
---|---|
com.orientechnologies.orient.server.distributed | |
com.orientechnologies.orient.server.distributed.impl |
Modifier and Type | Method and Description |
---|---|
static ODistributedRequest.EXECUTION_MODE |
ODistributedRequest.EXECUTION_MODE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ODistributedRequest.EXECUTION_MODE[] |
ODistributedRequest.EXECUTION_MODE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ODistributedResponse |
ODistributedDatabase.send2Nodes(ODistributedRequest iRequest,
Collection<String> iClusterNames,
Collection<String> iNodes,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
Object localResult,
OCallable<Void,ODistributedRequestId> iAfterSentCallback,
OCallable<Void,ODistributedResponseManager> endCallback) |
ODistributedResponse |
ODistributedServerManager.sendRequest(String iDatabaseName,
Collection<String> iClusterNames,
Collection<String> iTargetNodeNames,
ORemoteTask iTask,
long messageId,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
Object localResult,
OCallable<Void,ODistributedRequestId> iAfterSentCallback,
OCallable<Void,ODistributedResponseManager> endCallback)
Sends a distributed request against multiple servers.
|
Copyright © 2009–2020 OrientDB. All rights reserved.