public class JanusGraphConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JANUSGRAPH_ID_STORE_NAME
Name of the ids.store-name used by JanusGraph which is configurable
|
static String |
JANUSGRAPH_PROPERTIES_FILE |
static String |
STORAGE_VERSION
Storage format version currently used by JanusGraph, version 1 is for JanusGraph 0.2.x and below
|
static List<String> |
TITAN_COMPATIBLE_VERSIONS
Past versions of Titan Graph with which the runtime version shares a compatible storage format
|
static String |
TITAN_ID_STORE_NAME
Past name of the ids.store-name used by Titan Graph but which was not configurable
|
static Set<String> |
UPGRADEABLE_FIXED
List of FIXED fields that can be modified when graph.allow-upgrade is set to true
|
static String |
VERSION
Runtime version of JanusGraph, as read from a properties file inside the core jar
|
Constructor and Description |
---|
JanusGraphConstants() |
public static final String JANUSGRAPH_PROPERTIES_FILE
public static final String VERSION
public static final List<String> TITAN_COMPATIBLE_VERSIONS
public static final String JANUSGRAPH_ID_STORE_NAME
public static final String TITAN_ID_STORE_NAME
public static final String STORAGE_VERSION
Copyright © 2012–2024. All rights reserved.