Uses of Interface
com.orientechnologies.orient.server.distributed.ODistributedResponseManager
Packages that use ODistributedResponseManager
Package
Description
-
Uses of ODistributedResponseManager in com.orientechnologies.agent.operation
Classes in com.orientechnologies.agent.operation that implement ODistributedResponseManager -
Uses of ODistributedResponseManager in com.orientechnologies.orient.server.distributed
Classes in com.orientechnologies.orient.server.distributed that implement ODistributedResponseManagerModifier and TypeClassDescriptionclassAsynchronous response manager.Methods in com.orientechnologies.orient.server.distributed that return ODistributedResponseManagerModifier and TypeMethodDescriptionODistributedResponse.getDistributedResponseManager()ODistributedResponseManagerFactory.newResponseManager(ODistributedRequest iRequest, Collection<String> iNodes, ORemoteTask task, Set<String> nodesConcurToTheQuorum, int availableNodes, int expectedResponses, int quorum, boolean groupByResponse, boolean waitLocalNode) Methods in com.orientechnologies.orient.server.distributed with parameters of type ODistributedResponseManagerModifier and TypeMethodDescriptionvoidODistributedMessageService.registerRequest(long id, ODistributedResponseManager currentResponseMgr) voidODistributedResponse.setDistributedResponseManager(ODistributedResponseManager distributedResponseManager) Constructors in com.orientechnologies.orient.server.distributed with parameters of type ODistributedResponseManagerModifierConstructorDescriptionODistributedResponse(ODistributedResponseManager msg, ODistributedRequestId iRequestId, String executorNodeName, String senderNodeName, Object payload) -
Uses of ODistributedResponseManager in com.orientechnologies.orient.server.distributed.impl
Subinterfaces of ODistributedResponseManager in com.orientechnologies.orient.server.distributed.implClasses in com.orientechnologies.orient.server.distributed.impl that implement ODistributedResponseManagerMethods in com.orientechnologies.orient.server.distributed.impl with parameters of type ODistributedResponseManagerModifier and TypeMethodDescriptionvoidODistributedMessageServiceImpl.registerRequest(long id, ODistributedResponseManager currentResponseMgr) protected ODistributedResponseODistributedPlugin.waitForResponse(ODistributedRequest iRequest, ODistributedResponseManager currentResponseMgr)