Modifier and Type | Method and Description |
---|---|
protected List<ODistributedResponse> |
ODistributedResponseManagerImpl.getConflictResponses()
Returns all the responses in conflict.
|
protected List<ODistributedResponse> |
ODistributedResponseManagerImpl.getReceivedResponses()
Returns the received response objects.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ODistributedResponseManager.collectResponse(ODistributedResponse response) |
boolean |
ODistributedResponseManagerImpl.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 |
ODistributedResponseManagerImpl.checkNoWinnerCase(List<ODistributedResponse> bestResponsesGroup) |
Modifier and Type | Method and Description |
---|---|
boolean |
ONewDistributedResponseManager.collectResponse(ODistributedResponse response) |
void |
ODistributedMessageServiceImpl.dispatchResponseToThread(ODistributedResponse response)
Not synchronized, it's called when a message arrives
|
Modifier and Type | Method and Description |
---|---|
OResultSet |
ORunQueryExecutionPlanTask.getResult(ODistributedResponse resp,
ODatabaseDocumentDistributed db) |
Copyright © 2009–2020 OrientDB. All rights reserved.