Class OOfflineCluster

java.lang.Object
com.orientechnologies.orient.core.storage.cluster.OOfflineCluster
All Implemented Interfaces:
OCluster, OClusterInfo

public class OOfflineCluster extends Object implements OCluster
Represents an offline cluster, created with the "alter cluster X status offline" command. To restore the original cluster assure to have the cluster files in the right path and execute: "alter cluster X status online".
Since:
2.0
Author:
Luca Garulli (l.garulli--(at)--orientdb.com)