Uses of Class
com.orientechnologies.orient.server.distributed.ODistributedResponse
Packages that use ODistributedResponse
Package
Description
-
Uses of ODistributedResponse in com.orientechnologies.agent.operation
Methods in com.orientechnologies.agent.operation that return ODistributedResponseMethods in com.orientechnologies.agent.operation with parameters of type ODistributedResponseModifier and TypeMethodDescriptionbooleanOperationResponseManager.collectResponse(ODistributedResponse response) -
Uses of ODistributedResponse in com.orientechnologies.orient.server.distributed
Methods in com.orientechnologies.orient.server.distributed that return ODistributedResponseModifier and TypeMethodDescriptionODistributedResponseManager.getFinalResponse()ODistributedResponseManagerImpl.getFinalResponse()ODistributedServerManager.sendRequest(String iDatabaseName, Collection<String> iTargetNodeNames, ORemoteTask iTask) Sends a distributed request against multiple servers.ODistributedServerManager.sendRequest(String iDatabaseName, Collection<String> iTargetNodeNames, ORemoteTask iTask, ODistributedRequestId messageId, Object localResult, ODistributedResponseManagerFactory responseManagerFactory) ODistributedServerManager.sendSingleRequest(String iDatabaseName, String node, ORemoteTask iTask) Sends a distributed request against multiple servers.ODistributedResponse.setExecutorNodeName(String executorNodeName) ODistributedResponse.setPayload(Object payload) Methods in com.orientechnologies.orient.server.distributed that return types with arguments of type ODistributedResponseModifier and TypeMethodDescriptionprotected List<ODistributedResponse>ODistributedResponseManagerImpl.getConflictResponses()Returns all the responses in conflict.protected List<ODistributedResponse>ODistributedResponseManagerImpl.getReceivedResponses()Returns the received response objects.Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedResponseModifier and TypeMethodDescriptionbooleanODistributedResponseManager.collectResponse(ODistributedResponse response) booleanODistributedResponseManagerImpl.collectResponse(ODistributedResponse response) Not synchronized, it's called when a message arrivesvoidODistributedMessageService.dispatchResponseToThread(ODistributedResponse response) voidORemoteServerChannel.sendResponse(ODistributedResponse response) voidORemoteServerController.sendResponse(ODistributedResponse response) Method parameters in com.orientechnologies.orient.server.distributed with type arguments of type ODistributedResponseModifier and TypeMethodDescriptionprotected booleanODistributedResponseManagerImpl.checkNoWinnerCase(List<ODistributedResponse> bestResponsesGroup) -
Uses of ODistributedResponse in com.orientechnologies.orient.server.distributed.impl
Methods in com.orientechnologies.orient.server.distributed.impl that return ODistributedResponseModifier and TypeMethodDescriptionODatabaseDocumentDistributed.executeTaskOnNode(ORemoteTask task, String nodeName) ODistributedTxResponseManagerImpl.getFinalResponse()ODistributedPlugin.send2Nodes(ODistributedRequest iRequest, Collection<String> iNodes, ODistributedRequest.EXECUTION_MODE iExecutionMode, Object localResult) ODistributedPlugin.send2Nodes(ODistributedRequest iRequest, Collection<String> iNodes, ODistributedRequest.EXECUTION_MODE iExecutionMode, Object localResult, ODistributedResponseManagerFactory responseManagerFactory) ODistributedPlugin.sendRequest(String iDatabaseName, Collection<String> iTargetNodes, ORemoteTask iTask) ODistributedPlugin.sendRequest(String iDatabaseName, Collection<String> iTargetNodes, ORemoteTask iTask, ODistributedRequestId reqId, Object localResult, ODistributedResponseManagerFactory responseManagerFactory) ODistributedPlugin.sendSingleRequest(String databaseName, String node, ORemoteTask iTask) protected ODistributedResponseODistributedPlugin.waitForResponse(ODistributedRequest iRequest, ODistributedResponseManager currentResponseMgr) Methods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedResponseModifier and TypeMethodDescriptionbooleanODistributedTxResponseManagerImpl.collectResponse(ODistributedResponse response) voidODistributedMessageServiceImpl.dispatchResponseToThread(ODistributedResponse response) Not synchronized, it's called when a message arrives -
Uses of ODistributedResponse in com.orientechnologies.orient.server.distributed.impl.task
Methods in com.orientechnologies.orient.server.distributed.impl.task with parameters of type ODistributedResponseModifier and TypeMethodDescriptionORunQueryExecutionPlanTask.getResult(ODistributedResponse resp, ODatabaseDocumentDistributed db)