public static enum OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE extends Enum<OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE>
Enum Constant and Description |
---|
NOTX_ASYNC_REPAIR |
NOTX_SYNC_REPAIR |
TX |
Modifier and Type | Method and Description |
---|---|
static OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE TX
public static final OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE NOTX_SYNC_REPAIR
public static final OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE NOTX_ASYNC_REPAIR
public static OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE[] values()
for (OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE c : OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE.values()) System.out.println(c);
public static OGraphCommandExecutorSQLFactory.GRAPH_CONSISTENCY_MODE valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2009–2020 OrientDB. All rights reserved.