Class OUnreachableServerLocalTask

java.lang.Object
com.orientechnologies.orient.server.distributed.task.OAbstractRemoteTask
com.orientechnologies.orient.server.distributed.impl.task.OUnreachableServerLocalTask
All Implemented Interfaces:
ORemoteTask

public class OUnreachableServerLocalTask extends OAbstractRemoteTask
Task executed when a server becomes unreachable. It's responsible to rollback all the transactions and free all the locks owned by the unreachable server. This is executed as task to block any concurrent operation and to be in the request queue after any request sent by the unreachable server and not executed yet.
Author:
Luca Garulli (l.garulli--at--orientdb.com)