| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"astar" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"dijkstra" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"gremlin" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final float |
MIN |
0.0f |
public static final String |
PARAM_CUSTOM_HEURISTIC_FORMULA |
"customHeuristicFormula" |
public static final String |
PARAM_D_FACTOR |
"dFactor" |
public static final String |
PARAM_DIRECTION |
"direction" |
public static final String |
PARAM_EDGE_TYPE_NAMES |
"edgeTypeNames" |
public static final String |
PARAM_EMPTY_IF_MAX_DEPTH |
"emptyIfMaxDepth" |
public static final String |
PARAM_HEURISTIC_FORMULA |
"heuristicFormula" |
public static final String |
PARAM_MAX_DEPTH |
"maxDepth" |
public static final String |
PARAM_PARALLEL |
"parallel" |
public static final String |
PARAM_TIE_BREAKER |
"tieBreaker" |
public static final String |
PARAM_VERTEX_AXIS_NAMES |
"vertexAxisNames" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NAME |
"label" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final float |
MIN |
0.0f |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final float |
DISTANCE |
1.0f |
public static final String |
NAME |
"shortestPath" |
public static final String |
PARAM_MAX_DEPTH |
"maxDepth" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ADMIN |
"admin" |
public static final String |
CLASS_PREFIX |
"class:" |
public static final String |
CLUSTER_PREFIX |
"cluster:" |
public static final String |
CONNECTION_IN |
"in" |
public static final String |
CONNECTION_OUT |
"out" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final boolean |
AUTO_SCALE_EDGE_TYPE_DEFAULT |
false |
protected static final boolean |
AUTO_START_TX_DEFAULT |
true |
protected static final int |
EDGE_CONTAINER_EMBEDDED_2_TREE_THRESHOLD_DEFAULT |
-1 |
protected static final int |
EDGE_CONTAINER_TREE_2_EMBEDDED_THRESHOLD_DEFAULT |
-1 |
protected static final boolean |
KEEP_IN_MEMORY_REFERENCES_DEFAULT |
false |
protected static final boolean |
REQUIRE_TRANSACTION_DEFAULT |
false |
protected static final boolean |
SAVE_ORIGINAL_IDS_DEFAULT |
false |
protected static final boolean |
STANDARD_ELEMENT_CONSTRAINTS_DEFAULT |
true |
protected static final boolean |
STANDARD_EXCEPTIONS |
false |
protected static final int |
STANDARD_MAX_RETRIES |
50 |
protected static final boolean |
STANDARD_TX_REQUIRE_FOR_SQL_OPERATIONS |
true |
protected static final boolean |
USE_CLASS_FOR_EDGE_LABEL_DEFAULT |
true |
protected static final boolean |
USE_CLASS_FOR_VERTEX_LABEL_DEFAULT |
true |
protected static final boolean |
USE_LIGHTWEIGHT_EDGES_DEFAULT |
false |
protected static final boolean |
USE_LOG_DEFAULT |
true |
protected static final boolean |
USE_VERTEX_FIELDS_FOR_EDGE_LABELS |
true |
protected static final boolean |
WARN_ON_FORCE_CLOSING_TX_DEFAULT |
true |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLASS_NAME |
"E" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LABEL_FIELD_NAME |
"label" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final char |
COLLECTION_BEGIN |
91 |
protected static final char |
COLLECTION_END |
93 |
protected static final String |
LIMIT |
" LIMIT " |
protected static final String |
OPERATOR_DIFFERENT |
"<>" |
protected static final String |
OPERATOR_EQUALS |
"=" |
protected static final char |
OPERATOR_GT |
62 |
protected static final String |
OPERATOR_GTE |
">=" |
protected static final String |
OPERATOR_IN |
" in " |
protected static final String |
OPERATOR_IS |
"is" |
protected static final String |
OPERATOR_IS_NOT |
"is not" |
protected static final String |
OPERATOR_LET |
"<=" |
protected static final String |
OPERATOR_LIKE |
" like " |
protected static final char |
OPERATOR_LT |
60 |
protected static final String |
OPERATOR_NOT |
"not " |
protected static final String |
ORDERBY |
" ORDER BY " |
protected static final char |
PARENTHESIS_BEGIN |
40 |
protected static final char |
PARENTHESIS_END |
41 |
protected static final String |
QUERY_FILTER_AND |
" and " |
protected static final String |
QUERY_FILTER_OR |
" or " |
protected static final String |
QUERY_LABEL_BEGIN |
" label in [" |
protected static final String |
QUERY_LABEL_END |
"]" |
protected static final String |
QUERY_SELECT_FROM |
"select from " |
protected static final char |
QUERY_SEPARATOR |
44 |
protected static final char |
QUERY_STRING |
39 |
protected static final String |
QUERY_WHERE |
" where " |
protected static final String |
SKIP |
" SKIP " |
protected static final char |
SPACE |
32 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONFIG_CLASSNAME |
"blueprintsIndexClass" |
public static final String |
CONFIG_RECORD_MAP_NAME |
"record_map_name" |
protected static final String |
EDGE |
"Edge" |
protected static final String |
SEPARATOR |
"!=!" |
protected static final String |
VERTEX |
"Vertex" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CONNECTION_IN_PREFIX |
"in_" |
public static final String |
CONNECTION_OUT_PREFIX |
"out_" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CLASS_NAME |
"V" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ORDERED |
"ordered" |
Copyright © 2009–2023 OrientDB. All rights reserved.