Class ODistributedResponseManagerImpl

java.lang.Object
com.orientechnologies.orient.server.distributed.ODistributedResponseManagerImpl
All Implemented Interfaces:
ODistributedResponseManager

public class ODistributedResponseManagerImpl extends Object implements ODistributedResponseManager
Asynchronous response manager. All the public methods have to pay attention on synchronizing access by using synchronousResponsesLock lock.

TODO: - set flags during collecting of response for fast computation on checking for the status

Author:
Luca Garulli (l.garulli--at--orientdb.com)