| Package | Description |
|---|---|
| com.orientechnologies.orient.server.distributed |
| Modifier and Type | Method and Description |
|---|---|
static ODistributedRequest.EXECUTION_MODE |
ODistributedRequest.EXECUTION_MODE.valueOf(java.lang.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 |
ODistributedServerManager.sendRequest(java.lang.String iDatabaseName,
java.util.Collection<java.lang.String> iClusterNames,
java.util.Collection<java.lang.String> iTargetNodeNames,
ORemoteTask iTask,
long messageId,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
java.lang.Object localResult)
Sends a distributed request against multiple servers.
|
ODistributedResponse |
ODistributedServerManager.sendRequest(java.lang.String iDatabaseName,
java.util.Collection<java.lang.String> iClusterNames,
java.util.Collection<java.lang.String> iTargetNodeNames,
ORemoteTask iTask,
long messageId,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
java.lang.Object localResult,
ODistributedResponseManagerFactory responseManagerFactory) |
Copyright © 2009–2022 OrientDB. All rights reserved.