| Package | Description |
|---|---|
| com.orientechnologies.orient.server.distributed | |
| com.orientechnologies.orient.server.distributed.impl |
| Modifier and Type | Method and Description |
|---|---|
protected List<ODistributedResponse> |
ODistributedResponseManager.getConflictResponses()
Returns all the responses in conflict.
|
protected List<ODistributedResponse> |
ODistributedResponseManager.getReceivedResponses()
Returns the received response objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ODistributedResponseManager.collectResponse(ODistributedResponse response)
Not synchronized, it's called when a message arrives
|
void |
ODistributedMessageService.dispatchResponseToThread(ODistributedResponse response) |
void |
ORemoteServerController.sendResponse(ODistributedResponse response) |
void |
ORemoteServerChannel.sendResponse(ODistributedResponse response) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ODistributedResponseManager.checkNoWinnerCase(List<ODistributedResponse> bestResponsesGroup) |
protected boolean |
ODistributedResponseManager.fixNodesInConflict(List<ODistributedResponse> bestResponsesGroup,
int conflicts,
boolean cannotFixRecordLockException) |
| Modifier and Type | Method and Description |
|---|---|
ODistributedResponse |
ODistributedDatabaseImpl.send2Nodes(ODistributedRequest iRequest,
Collection<String> iClusterNames,
Collection<String> iNodes,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
Object localResult,
OCallable<Void,ODistributedRequestId> iAfterSentCallback,
OCallable<Void,ODistributedResponseManager> endCallback) |
ODistributedResponse |
ODistributedAbstractPlugin.sendRequest(String iDatabaseName,
Collection<String> iClusterNames,
Collection<String> iTargetNodes,
ORemoteTask iTask,
long reqId,
ODistributedRequest.EXECUTION_MODE iExecutionMode,
Object localResult,
OCallable<Void,ODistributedRequestId> iAfterSentCallback,
OCallable<Void,ODistributedResponseManager> endCallback) |
protected ODistributedResponse |
ODistributedDatabaseImpl.waitForResponse(ODistributedRequest iRequest,
ODistributedResponseManager currentResponseMgr) |
| Modifier and Type | Method and Description |
|---|---|
void |
ODistributedMessageServiceImpl.dispatchResponseToThread(ODistributedResponse response)
Not synchronized, it's called when a message arrives
|
protected void |
ODistributedTransactionManager.processCommitResult(String localNodeName,
OTransaction iTx,
OTxTask txTask,
Set<String> involvedClusters,
Iterable<ORecordOperation> tmpEntries,
Collection<String> nodes,
ODistributedRequestId reqId,
ODistributedResponse dResponse) |
Copyright © 2009–2025 OrientDB. All rights reserved.