| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
BRITTLE_TESTS |
"BRITTLE_TESTS" |
public static final String |
MEMORY_TESTS |
"MEMORY_TESTS" |
public static final String |
PERFORMANCE_TESTS |
"PERFORMANCE_TESTS" |
public static final String |
SERIAL_TESTS |
"SERIAL_TESTS" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
longValue |
"surprises" |
public static final String |
mediumValue |
"hop" |
public static final String |
name |
"fully funny" |
public static final String |
shortValue |
"ah" |
public static final String |
text |
"This world is full of 1funny surprises! A Full Yes" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final String |
storeName |
"testStore1" |
public static final int |
TRIALS |
5000 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final long |
idOffset |
1000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CONCURRENCY |
8 |
public static final String |
DB_NAME |
"test" |
protected static final long |
EXPIRE_MS |
5000L |
public static final int |
NUM_TX |
2 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final String |
storeName1 |
"testStore1" |
protected final String |
storeName2 |
"testStore2" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
KEY_COUNT |
"keys" |
public static final String |
SETUP_COUNT |
"setup" |
public static final String |
TEARDOWN_COUNT |
"teardown" |
public static final String |
TOTAL_COUNT |
"total" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ANALYZED |
"analyzed" |
public static final String |
BOOLEAN |
"boolean" |
public static final String |
BOUNDARY |
"boundary" |
public static final String |
DATE |
"date" |
public static final String |
FULL_TEXT |
"full_text" |
public static final String |
KEYWORD |
"keyword" |
public static final String |
LOCATION |
"location" |
public static final String |
NAME |
"name" |
public static final String |
PHONE_LIST |
"phone_list" |
public static final String |
PHONE_SET |
"phone_set" |
public static final String |
STRING |
"string" |
public static final String |
TEXT |
"text" |
public static final String |
TEXT_STRING |
"text_string" |
public static final String |
TIME |
"time" |
public static final String |
TIME_TICK |
"time_tick" |
public static final String |
WEIGHT |
"weight" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
LOG_NAME |
"testlog" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_SENDER_ID |
"sender" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
DEFAULT_THREAD_COUNT |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
EINDEX |
"esearch" |
public static final String |
INDEX |
"search" |
public static final String |
INDEX2 |
"search2" |
public static final String |
PINDEX |
"psearch" |
public static final String |
VINDEX |
"vsearch" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public final String |
SYSTEM_METRICS |
"org.janusgraph.sys" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEGREE |
"degree" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEGREE_RESULT |
"degrees" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_MEMORY_KEY |
"pageRank" |
public static final String |
PAGE_RANK_MEMORY_KEY |
"janusgraph.pageRank.memoryKey" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
OUTGOING_EDGE_COUNT |
"janusgraph.pageRank.edgeCount" |
public static final String |
PAGE_RANK |
"janusgraph.pageRank.pageRank" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DEFAULT_MEMORY_KEY |
"shortestDistance" |
public static final String |
SHORTEST_DISTANCE_MEMORY_KEY |
"janusgraph.shortestDistanceMapReduce.memoryKey" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
DISTANCE |
"janusgraph.shortestDistanceVertexProgram.distance" |
public static final String |
MAX_DEPTH |
"janusgraph.shortestDistanceVertexProgram.maxDepth" |
public static final String |
SEED |
"janusgraph.shortestDistanceVertexProgram.seedID" |
public static final String |
WEIGHT_PROPERTY |
"janusgraph.shortestDistanceVertexProgram.weightProperty" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ENV_OVERRIDE_FILE |
"JANUSGRAPH_CONFIG" |
Copyright © 2012–2024. All rights reserved.