public class OGraphRepair extends Object
Constructor and Description |
---|
OGraphRepair() |
Modifier and Type | Method and Description |
---|---|
void |
check(OrientBaseGraph graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
OStorageRecoverEventListener |
getEventListener() |
void |
repair(OrientBaseGraph graph,
OCommandOutputListener outputListener,
Map<String,List<String>> options) |
protected void |
repairEdges(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<String>> options,
boolean checkOnly) |
protected void |
repairVertices(OrientBaseGraph graph,
com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats,
OCommandOutputListener outputListener,
Map<String,List<String>> options,
boolean checkOnly) |
OGraphRepair |
setEventListener(OStorageRecoverEventListener eventListener) |
public void repair(OrientBaseGraph graph, OCommandOutputListener outputListener, Map<String,List<String>> options)
public void check(OrientBaseGraph graph, OCommandOutputListener outputListener, Map<String,List<String>> options)
protected void repairEdges(OrientBaseGraph graph, com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats, OCommandOutputListener outputListener, Map<String,List<String>> options, boolean checkOnly)
protected void repairVertices(OrientBaseGraph graph, com.tinkerpop.blueprints.impls.orient.OGraphRepair.ORepairStats stats, OCommandOutputListener outputListener, Map<String,List<String>> options, boolean checkOnly)
public OStorageRecoverEventListener getEventListener()
public OGraphRepair setEventListener(OStorageRecoverEventListener eventListener)
Copyright © 2009–2020 OrientDB. All rights reserved.