dingyiz's picture
Upload folder using huggingface_hub
2795186 verified
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_382) on Sat Oct 21 16:38:50 UTC 2023 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GraphDatabaseConfiguration (JanusGraph-Core: Core Library for JanusGraph 1.0.0 API)</title>
<meta name="date" content="2023-10-21">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="GraphDatabaseConfiguration (JanusGraph-Core: Core Library for JanusGraph 1.0.0 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":9,"i20":10,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GraphDatabaseConfiguration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/janusgraph/graphdb/configuration/ConfigName.html" title="interface in org.janusgraph.graphdb.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/janusgraph/graphdb/configuration/JanusGraphConstants.html" title="class in org.janusgraph.graphdb.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" target="_top">Frames</a></li>
<li><a href="GraphDatabaseConfiguration.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.janusgraph.graphdb.configuration</div>
<h2 title="Class GraphDatabaseConfiguration" class="title">Class GraphDatabaseConfiguration</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li>org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">GraphDatabaseConfiguration</span>
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
<div class="block">Provides functionality to configure a <a href="../../../../org/janusgraph/core/JanusGraph.html" title="interface in org.janusgraph.core"><code>JanusGraph</code></a> INSTANCE.
<p>
<p>
A graph database configuration is uniquely associated with a graph database and must not be used for multiple
databases.
<p>
After a graph database has been initialized with respect to a configuration, some parameters of graph database
configuration may no longer be modifiable.</div>
<dl>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Matthias Br&ouml;cheler (me@matthiasb.com);</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ADJUST_LIMIT">ADJUST_LIMIT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ALLOW_CUSTOM_VERTEX_ID_TYPES">ALLOW_CUSTOM_VERTEX_ID_TYPES</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ALLOW_SETTING_VERTEX_ID">ALLOW_SETTING_VERTEX_ID</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ALLOW_STALE_CONFIG">ALLOW_STALE_CONFIG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ALLOW_UPGRADE">ALLOW_UPGRADE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ASSIGN_TIMESTAMP">ASSIGN_TIMESTAMP</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ATTRIBUTE_NS">ATTRIBUTE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ATTRIBUTE_PREFIX">ATTRIBUTE_PREFIX</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#AUTH_PASSWORD">AUTH_PASSWORD</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#AUTH_USERNAME">AUTH_USERNAME</a></span></code>
<div class="block">Username and password keys to be used to specify an access credential that may be needed to connect
with a secured storage backend.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#AUTO_TYPE">AUTO_TYPE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#BASIC_METRICS">BASIC_METRICS</a></span></code>
<div class="block">Whether to enable basic timing and operation count monitoring on backend
methods using the <code>com.codahale.metrics</code> package.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#BUFFER_SIZE">BUFFER_SIZE</a></span></code>
<div class="block">Buffers graph mutations locally up to the specified number before persisting them against the storage backend.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CACHE_NS">CACHE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CLUSTER_MAX_PARTITIONS">CLUSTER_MAX_PARTITIONS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CLUSTER_NS">CLUSTER_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#COMPUTER_NS">COMPUTER_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#COMPUTER_RESULT_MODE">COMPUTER_RESULT_MODE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CONNECTION_TIMEOUT">CONNECTION_TIMEOUT</a></span></code>
<div class="block">Default timeout when connecting to a remote database instance</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CUSTOM_ATTRIBUTE_CLASS">CUSTOM_ATTRIBUTE_CLASS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CUSTOM_ATTRIBUTE_NS">CUSTOM_ATTRIBUTE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#CUSTOM_SERIALIZER_CLASS">CUSTOM_SERIALIZER_CLASS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#DB_CACHE">DB_CACHE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#DB_CACHE_CLEAN_WAIT">DB_CACHE_CLEAN_WAIT</a></span></code>
<div class="block">How long the database level cache will keep keys expired while the mutations that triggered the expiration
are being persisted.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#DB_CACHE_SIZE">DB_CACHE_SIZE</a></span></code>
<div class="block">The size of the database level cache.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#DB_CACHE_TIME">DB_CACHE_TIME</a></span></code>
<div class="block">The default expiration time for elements held in the database level cache.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#DROP_ON_CLEAR">DROP_ON_CLEAR</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#FORCE_INDEX_USAGE">FORCE_INDEX_USAGE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPH_NAME">GRAPH_NAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPH_NS">GRAPH_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_HOST">GRAPHITE_HOST</a></span></code>
<div class="block">The hostname to receive Graphite plaintext protocol metric data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_INTERVAL">GRAPHITE_INTERVAL</a></span></code>
<div class="block">The number of milliseconds to wait between sending Metrics data to the
host specified <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_HOST"><code>GRAPHITE_HOST</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_PORT">GRAPHITE_PORT</a></span></code>
<div class="block">The port to which Graphite data are sent.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_PREFIX">GRAPHITE_PREFIX</a></span></code>
<div class="block">A Graphite-specific prefix for reported metrics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GREMLIN_GRAPH">GREMLIN_GRAPH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GREMLIN_NS">GREMLIN_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#HARD_MAX_LIMIT">HARD_MAX_LIMIT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#HAS_STEP_BATCH_MODE">HAS_STEP_BATCH_MODE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CAV_BITS">IDAUTHORITY_CAV_BITS</a></span></code>
<div class="block">Configures the number of bits of JanusGraph assigned ids that are reserved for a unique id marker that
allows the id allocation to be scaled over multiple sub-clusters and to reduce race-conditions
when a lot of JanusGraph instances attempt to allocate ids at the same time (e.g.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CAV_RETRIES">IDAUTHORITY_CAV_RETRIES</a></span></code>
<div class="block">When JanusGraph allocates IDs with <a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html#GLOBAL_AUTO"><code>ConflictAvoidanceMode.GLOBAL_AUTO</code></a>
configured, it picks a random unique ID marker and attempts to allocate IDs
from a partition using the marker.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CAV_TAG">IDAUTHORITY_CAV_TAG</a></span></code>
<div class="block">Unique id marker to be used by this JanusGraph instance when allocating ids.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html" title="enum in org.janusgraph.diskstorage.idmanagement">ConflictAvoidanceMode</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CONFLICT_AVOIDANCE">IDAUTHORITY_CONFLICT_AVOIDANCE</a></span></code>
<div class="block">Sets the strategy used by <a href="../../../../org/janusgraph/diskstorage/idmanagement/ConsistentKeyIDAuthority.html" title="class in org.janusgraph.diskstorage.idmanagement"><code>ConsistentKeyIDAuthority</code></a> to avoid
contention in ID block allocation between JanusGraph instances concurrently
sharing a single distributed storage backend.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_NS">IDAUTHORITY_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_WAIT">IDAUTHORITY_WAIT</a></span></code>
<div class="block">The number of milliseconds the system waits for an id block application to be acknowledged by the storage backend.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_BLOCK_SIZE">IDS_BLOCK_SIZE</a></span></code>
<div class="block">Size of the block to be acquired.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_FLUSH">IDS_FLUSH</a></span></code>
<div class="block">If flush ids is enabled, vertices and edges are assigned ids immediately upon creation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_NS">IDS_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_RENEW_BUFFER_PERCENTAGE">IDS_RENEW_BUFFER_PERCENTAGE</a></span></code>
<div class="block">Configures when the id pool manager will attempt to allocate a new id block.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_RENEW_TIMEOUT">IDS_RENEW_TIMEOUT</a></span></code>
<div class="block">The number of milliseconds that the JanusGraph id pool manager will wait before giving up on allocating a new block
of ids.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDS_STORE_NAME">IDS_STORE_NAME</a></span></code>
<div class="block">The name of the ID store.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IGNORE_UNKNOWN_INDEX_FIELD">IGNORE_UNKNOWN_INDEX_FIELD</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_BACKEND">INDEX_BACKEND</a></span></code>
<div class="block">Define the indexing backed to use for index support</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_CONF_FILE">INDEX_CONF_FILE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_DIRECTORY">INDEX_DIRECTORY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_HOSTS">INDEX_HOSTS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_MAX_RESULT_SET_SIZE">INDEX_MAX_RESULT_SET_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_NAME">INDEX_NAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_NAME_MAPPING">INDEX_NAME_MAPPING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_NS">INDEX_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_PORT">INDEX_PORT</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INDEX_SELECT_STRATEGY">INDEX_SELECT_STRATEGY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INITIAL_JANUSGRAPH_VERSION">INITIAL_JANUSGRAPH_VERSION</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#INITIAL_STORAGE_VERSION">INITIAL_STORAGE_VERSION</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#JOB_NS">JOB_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#JOB_START_TIME">JOB_START_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LABEL_STEP_BATCH_MODE">LABEL_STEP_BATCH_MODE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LIMITED_BATCH">LIMITED_BATCH</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LIMITED_BATCH_SIZE">LIMITED_BATCH_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_BACKEND">LOCK_BACKEND</a></span></code>
<div class="block">Locker type to use.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_CLEAN_EXPIRED">LOCK_CLEAN_EXPIRED</a></span></code>
<div class="block">Whether to attempt to delete expired locks from the storage backend.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_EXPIRE">LOCK_EXPIRE</a></span></code>
<div class="block">Number of milliseconds after which a lock is considered to have expired.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_LOCAL_MEDIATOR_GROUP">LOCK_LOCAL_MEDIATOR_GROUP</a></span></code>
<div class="block">Configuration setting key for the local lock mediator prefix</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_NS">LOCK_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_RETRY">LOCK_RETRY</a></span></code>
<div class="block">Number of times the system attempts to acquire a lock before giving up and throwing an exception.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_WAIT">LOCK_WAIT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_BACKEND">LOG_BACKEND</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_NS">LOG_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_NUM_BUCKETS">LOG_NUM_BUCKETS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_READ_BATCH_SIZE">LOG_READ_BATCH_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_READ_INTERVAL">LOG_READ_INTERVAL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_READ_THREADS">LOG_READ_THREADS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_SEND_BATCH_SIZE">LOG_SEND_BATCH_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_SEND_DELAY">LOG_SEND_DELAY</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOG_STORE_TTL">LOG_STORE_TTL</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#MANAGEMENT_LOG">MANAGEMENT_LOG</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#MAX_COMMIT_TIME">MAX_COMMIT_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CONSOLE_INTERVAL">METRICS_CONSOLE_INTERVAL</a></span></code>
<div class="block">Metrics console reporter interval in milliseconds.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CONSOLE_NS">METRICS_CONSOLE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CSV_DIR">METRICS_CSV_DIR</a></span></code>
<div class="block">Metrics CSV output directory.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CSV_INTERVAL">METRICS_CSV_INTERVAL</a></span></code>
<div class="block">Metrics CSV reporter interval in milliseconds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CSV_NS">METRICS_CSV_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_GRAPHITE_NS">METRICS_GRAPHITE_NS</a></span></code>
<div class="block">The configuration namespace within <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_NS"><code>METRICS_NS</code></a> for
Graphite.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_JMX_AGENTID">METRICS_JMX_AGENTID</a></span></code>
<div class="block">The JMX agentId through which to report Metrics.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_JMX_DOMAIN">METRICS_JMX_DOMAIN</a></span></code>
<div class="block">The JMX domain in which to report Metrics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_JMX_ENABLED">METRICS_JMX_ENABLED</a></span></code>
<div class="block">Whether to report Metrics through a JMX MBean.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_JMX_NS">METRICS_JMX_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_MERGE_STORES">METRICS_MERGE_STORES</a></span></code>
<div class="block">Whether to aggregate measurements for the edge store, vertex index, edge
index, and ID store.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_NS">METRICS_NS</a></span></code>
<div class="block">Configuration key prefix for Metrics.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_PREFIX">METRICS_PREFIX</a></span></code>
<div class="block">The default name prefix for Metrics reported by JanusGraph.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_PREFIX_DEFAULT">METRICS_PREFIX_DEFAULT</a></span></code>
<div class="block">This is the prefix used outside of a graph database configuration, or for
operations where a system-internal transaction is necessary as an
implementation detail.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_SCHEMA_PREFIX_DEFAULT">METRICS_SCHEMA_PREFIX_DEFAULT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_SLF4J_INTERVAL">METRICS_SLF4J_INTERVAL</a></span></code>
<div class="block">Metrics Slf4j reporter interval in milliseconds.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_SLF4J_LOGGER">METRICS_SLF4J_LOGGER</a></span></code>
<div class="block">The complete name of the Logger through which Metrics will report via
Slf4j.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_SLF4J_NS">METRICS_SLF4J_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_SYSTEM_PREFIX_DEFAULT">METRICS_SYSTEM_PREFIX_DEFAULT</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#OPTIMIZER_BACKEND_ACCESS">OPTIMIZER_BACKEND_ACCESS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PAGE_SIZE">PAGE_SIZE</a></span></code>
<div class="block">Default number of results to pull over the wire when iterating over a distributed
storage backend.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE">PARALLEL_BACKEND_EXECUTOR_SERVICE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE_CLASS">PARALLEL_BACKEND_EXECUTOR_SERVICE_CLASS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE_CORE_POOL_SIZE">PARALLEL_BACKEND_EXECUTOR_SERVICE_CORE_POOL_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE_KEEP_ALIVE_TIME">PARALLEL_BACKEND_EXECUTOR_SERVICE_KEEP_ALIVE_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_POOL_SIZE">PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_POOL_SIZE</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_SHUTDOWN_WAIT_TIME">PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_SHUTDOWN_WAIT_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PARALLEL_BACKEND_OPS">PARALLEL_BACKEND_OPS</a></span></code>
<div class="block">If enabled, JanusGraph attempts to parallelize storage operations against the storage backend using a fixed thread pool shared
across the entire JanusGraph graph database instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PROPERTIES_BATCH_MODE">PROPERTIES_BATCH_MODE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#PROPERTY_PREFETCHING">PROPERTY_PREFETCHING</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#QUERY_BATCH_NS">QUERY_BATCH_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#QUERY_NS">QUERY_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#REGISTRATION_NS">REGISTRATION_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#REGISTRATION_TIME">REGISTRATION_TIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#REPEAT_STEP_BATCH_MODE">REPEAT_STEP_BATCH_MODE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#REPLACE_INSTANCE_IF_EXISTS">REPLACE_INSTANCE_IF_EXISTS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#ROOT_NS">ROOT_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCHEMA_CONSTRAINTS">SCHEMA_CONSTRAINTS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCHEMA_MAKER_LOGGING">SCHEMA_MAKER_LOGGING</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCHEMA_NS">SCHEMA_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCRIPT_ENGINE_NS">SCRIPT_ENGINE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCRIPT_EVAL_ENABLED">SCRIPT_EVAL_ENABLED</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SCRIPT_EVAL_ENGINE">SCRIPT_EVAL_ENGINE</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SETUP_WAITTIME">SETUP_WAITTIME</a></span></code>
<div class="block">Time in milliseconds for backend manager to wait for the storage backends to
become available when JanusGraph is run in server mode.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_BACKEND">STORAGE_BACKEND</a></span></code>
<div class="block">Define the storage backed to use for persistence</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_BATCH">STORAGE_BATCH</a></span></code>
<div class="block">Enables batch loading which improves write performance but assumes that only one thread is interacting with
the graph</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_CONF_FILE">STORAGE_CONF_FILE</a></span></code>
<div class="block">Path to a configuration file for those storage backends that
require/support a separate config file</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_DIRECTORY">STORAGE_DIRECTORY</a></span></code>
<div class="block">Storage directory for those storage backends that require local storage</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_HOSTS">STORAGE_HOSTS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_NS">STORAGE_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_PORT">STORAGE_PORT</a></span></code>
<div class="block">Configuration key for the port on which to connect to remote storage backend servers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_READ_WAITTIME">STORAGE_READ_WAITTIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_READONLY">STORAGE_READONLY</a></span></code>
<div class="block">Specifies whether this database is read-only, i.e.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_ROOT">STORAGE_ROOT</a></span></code>
<div class="block">Storage root directory for those storage backends that require local storage</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_TRANSACTIONAL">STORAGE_TRANSACTIONAL</a></span></code>
<div class="block">Enables transactions on storage backends that support them</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORAGE_WRITE_WAITTIME">STORAGE_WRITE_WAITTIME</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORE_META_NS">STORE_META_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORE_META_TIMESTAMPS">STORE_META_TIMESTAMPS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORE_META_TTL">STORE_META_TTL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#STORE_META_VISIBILITY">STORE_META_VISIBILITY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SYSTEM_CONFIGURATION_IDENTIFIER">SYSTEM_CONFIGURATION_IDENTIFIER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SYSTEM_LOG_TRANSACTIONS">SYSTEM_LOG_TRANSACTIONS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#SYSTEM_PROPERTIES_STORE_NAME">SYSTEM_PROPERTIES_STORE_NAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="../../../../org/janusgraph/diskstorage/util/time/TimestampProviders.html" title="enum in org.janusgraph.diskstorage.util.time">TimestampProviders</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TIMESTAMP_PROVIDER">TIMESTAMP_PROVIDER</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TITAN_COMPATIBLE_VERSIONS">TITAN_COMPATIBLE_VERSIONS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TRANSACTION_LOG">TRANSACTION_LOG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TRANSACTION_LOG_DEFAULT_TTL">TRANSACTION_LOG_DEFAULT_TTL</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TRANSACTION_NS">TRANSACTION_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TRANSACTION_RECOVERY_NS">TRANSACTION_RECOVERY_NS</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TX_CACHE_SIZE">TX_CACHE_SIZE</a></span></code>
<div class="block">Configures the maximum number of recently-used vertices cached by a transaction.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TX_DIRTY_SIZE">TX_DIRTY_SIZE</a></span></code>
<div class="block">Configures the initial size of the dirty (modified) vertex map used by a transaction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#UNIQUE_INSTANCE_ID">UNIQUE_INSTANCE_ID</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#UNIQUE_INSTANCE_ID_HOSTNAME">UNIQUE_INSTANCE_ID_HOSTNAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#UNIQUE_INSTANCE_ID_SUFFIX">UNIQUE_INSTANCE_ID_SUFFIX</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#UNKNOWN_FIELD_NAME">UNKNOWN_FIELD_NAME</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#USE_MULTIQUERY">USE_MULTIQUERY</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#USER_CONFIGURATION_IDENTIFIER">USER_CONFIGURATION_IDENTIFIER</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#USER_LOG">USER_LOG</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#USER_LOG_PREFIX">USER_LOG_PREFIX</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#VERBOSE_TX_RECOVERY">VERBOSE_TX_RECOVERY</a></span></code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GraphDatabaseConfiguration-org.janusgraph.diskstorage.configuration.ReadConfiguration-org.janusgraph.diskstorage.configuration.ModifiableConfiguration-java.lang.String-org.janusgraph.diskstorage.configuration.Configuration-">GraphDatabaseConfiguration</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/ReadConfiguration.html" title="interface in org.janusgraph.diskstorage.configuration">ReadConfiguration</a>&nbsp;configurationAtOpen,
<a href="../../../../org/janusgraph/diskstorage/configuration/ModifiableConfiguration.html" title="class in org.janusgraph.diskstorage.configuration">ModifiableConfiguration</a>&nbsp;localConfiguration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uniqueGraphId,
<a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;configuration)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#adjustQueryLimit--">adjustQueryLimit</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#allowCustomVertexIdType--">allowCustomVertexIdType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#allowVertexIdSetting--">allowVertexIdSetting</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/diskstorage/configuration/ModifiableConfiguration.html" title="class in org.janusgraph.diskstorage.configuration">ModifiableConfiguration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#buildGraphConfiguration--">buildGraphConfiguration</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/Backend.html" title="class in org.janusgraph.diskstorage">Backend</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getBackend--">getBackend</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getBackendDescription--">getBackendDescription</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getConfiguration--">getConfiguration</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>org.apache.commons.configuration2.Configuration</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getConfigurationAtOpen--">getConfigurationAtOpen</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html" title="interface in org.janusgraph.core.schema">DefaultSchemaMaker</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getDefaultSchemaMaker--">getDefaultSchemaMaker</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getGraphName--">getGraphName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getHardMaxLimit--">getHardMaxLimit</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/database/idassigner/VertexIDAssigner.html" title="class in org.janusgraph.graphdb.database.idassigner">VertexIDAssigner</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getIDAssigner-org.janusgraph.diskstorage.Backend-">getIDAssigner</a></span>(<a href="../../../../org/janusgraph/diskstorage/Backend.html" title="class in org.janusgraph.diskstorage">Backend</a>&nbsp;backend)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/query/index/IndexSelectionStrategy.html" title="interface in org.janusgraph.graphdb.query.index">IndexSelectionStrategy</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getIndexSelectionStrategy--">getIndexSelectionStrategy</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>org.apache.commons.configuration2.Configuration</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getLocalConfiguration--">getLocalConfiguration</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getMaxCommitTime--">getMaxCommitTime</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getMaxWriteTime--">getMaxWriteTime</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getMetricsPrefix--">getMetricsPrefix</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getScriptEngine--">getScriptEngine</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/database/serialize/Serializer.html" title="interface in org.janusgraph.graphdb.database.serialize">Serializer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getSerializer--">getSerializer</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code>static <a href="../../../../org/janusgraph/graphdb/database/serialize/Serializer.html" title="interface in org.janusgraph.graphdb.database.serialize">Serializer</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getSerializer-org.janusgraph.diskstorage.configuration.Configuration-">getSerializer</a></span>(<a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;configuration)</code>&nbsp;</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/StoreFeatures.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue">StoreFeatures</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getStoreFeatures--">getStoreFeatures</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/diskstorage/util/time/TimestampProvider.html" title="interface in org.janusgraph.diskstorage.util.time">TimestampProvider</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getTimestampProvider--">getTimestampProvider</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getTxDirtyVertexSize--">getTxDirtyVertexSize</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getTxVertexCacheSize--">getTxVertexCacheSize</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/database/cache/SchemaCache.html" title="interface in org.janusgraph.graphdb.database.cache">SchemaCache</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getTypeCache-org.janusgraph.graphdb.database.cache.SchemaCache.StoreRetrieval-">getTypeCache</a></span>(<a href="../../../../org/janusgraph/graphdb/database/cache/SchemaCache.StoreRetrieval.html" title="interface in org.janusgraph.graphdb.database.cache">SchemaCache.StoreRetrieval</a>&nbsp;retriever)</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getUniqueGraphId--">getUniqueGraphId</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#getUnknownIndexKeyName--">getUnknownIndexKeyName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasDisabledSchemaConstraints--">hasDisabledSchemaConstraints</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasFlushIDs--">hasFlushIDs</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasForceIndexUsage--">hasForceIndexUsage</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasLogTransactions--">hasLogTransactions</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasPropertyPrefetching--">hasPropertyPrefetching</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasScriptEval--">hasScriptEval</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryHasStepStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryHasStepStrategyMode</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#hasStepStrategyMode--">hasStepStrategyMode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#isBatchLoading--">isBatchLoading</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#isReadOnly--">isReadOnly</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#isUpgradeAllowed-java.lang.String-">isUpgradeAllowed</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</code>&nbsp;</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryLabelStepStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryLabelStepStrategyMode</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#labelStepStrategyMode--">labelStepStrategyMode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#limitedBatch--">limitedBatch</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#limitedBatchSize--">limitedBatchSize</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#optimizerBackendAccess--">optimizerBackendAccess</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryPropertiesStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryPropertiesStrategyMode</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#propertiesStrategyMode--">propertiesStrategyMode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code><a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryStrategyRepeatStepMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryStrategyRepeatStepMode</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#repeatStepMode--">repeatStepMode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#useMultiQuery--">useMultiQuery</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="ROOT_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ROOT_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> ROOT_NS</pre>
</li>
</ul>
<a name="GRAPH_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPH_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> GRAPH_NS</pre>
</li>
</ul>
<a name="ALLOW_SETTING_VERTEX_ID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALLOW_SETTING_VERTEX_ID</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ALLOW_SETTING_VERTEX_ID</pre>
</li>
</ul>
<a name="ALLOW_CUSTOM_VERTEX_ID_TYPES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALLOW_CUSTOM_VERTEX_ID_TYPES</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ALLOW_CUSTOM_VERTEX_ID_TYPES</pre>
</li>
</ul>
<a name="GRAPH_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPH_NAME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; GRAPH_NAME</pre>
</li>
</ul>
<a name="TIMESTAMP_PROVIDER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TIMESTAMP_PROVIDER</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="../../../../org/janusgraph/diskstorage/util/time/TimestampProviders.html" title="enum in org.janusgraph.diskstorage.util.time">TimestampProviders</a>&gt; TIMESTAMP_PROVIDER</pre>
</li>
</ul>
<a name="UNIQUE_INSTANCE_ID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNIQUE_INSTANCE_ID</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; UNIQUE_INSTANCE_ID</pre>
</li>
</ul>
<a name="UNIQUE_INSTANCE_ID_SUFFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNIQUE_INSTANCE_ID_SUFFIX</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang">Short</a>&gt; UNIQUE_INSTANCE_ID_SUFFIX</pre>
</li>
</ul>
<a name="INITIAL_JANUSGRAPH_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INITIAL_JANUSGRAPH_VERSION</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INITIAL_JANUSGRAPH_VERSION</pre>
</li>
</ul>
<a name="INITIAL_STORAGE_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INITIAL_STORAGE_VERSION</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INITIAL_STORAGE_VERSION</pre>
</li>
</ul>
<a name="ALLOW_UPGRADE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALLOW_UPGRADE</h4>
<pre>public static&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ALLOW_UPGRADE</pre>
</li>
</ul>
<a name="UNIQUE_INSTANCE_ID_HOSTNAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNIQUE_INSTANCE_ID_HOSTNAME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; UNIQUE_INSTANCE_ID_HOSTNAME</pre>
</li>
</ul>
<a name="REPLACE_INSTANCE_IF_EXISTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPLACE_INSTANCE_IF_EXISTS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; REPLACE_INSTANCE_IF_EXISTS</pre>
</li>
</ul>
<a name="TITAN_COMPATIBLE_VERSIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TITAN_COMPATIBLE_VERSIONS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; TITAN_COMPATIBLE_VERSIONS</pre>
</li>
</ul>
<a name="ALLOW_STALE_CONFIG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ALLOW_STALE_CONFIG</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ALLOW_STALE_CONFIG</pre>
</li>
</ul>
<a name="REGISTRATION_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REGISTRATION_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> REGISTRATION_NS</pre>
</li>
</ul>
<a name="REGISTRATION_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REGISTRATION_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html?is-external=true" title="class or interface in java.time">Instant</a>&gt; REGISTRATION_TIME</pre>
</li>
</ul>
<a name="JOB_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JOB_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> JOB_NS</pre>
</li>
</ul>
<a name="JOB_START_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JOB_START_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt; JOB_START_TIME</pre>
</li>
</ul>
<a name="COMPUTER_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPUTER_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> COMPUTER_NS</pre>
</li>
</ul>
<a name="COMPUTER_RESULT_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>COMPUTER_RESULT_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; COMPUTER_RESULT_MODE</pre>
</li>
</ul>
<a name="TRANSACTION_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSACTION_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> TRANSACTION_NS</pre>
</li>
</ul>
<a name="SYSTEM_LOG_TRANSACTIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYSTEM_LOG_TRANSACTIONS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; SYSTEM_LOG_TRANSACTIONS</pre>
</li>
</ul>
<a name="MAX_COMMIT_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MAX_COMMIT_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; MAX_COMMIT_TIME</pre>
</li>
</ul>
<a name="TRANSACTION_RECOVERY_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSACTION_RECOVERY_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> TRANSACTION_RECOVERY_NS</pre>
</li>
</ul>
<a name="VERBOSE_TX_RECOVERY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>VERBOSE_TX_RECOVERY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; VERBOSE_TX_RECOVERY</pre>
</li>
</ul>
<a name="QUERY_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>QUERY_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> QUERY_NS</pre>
</li>
</ul>
<a name="IGNORE_UNKNOWN_INDEX_FIELD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IGNORE_UNKNOWN_INDEX_FIELD</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; IGNORE_UNKNOWN_INDEX_FIELD</pre>
</li>
</ul>
<a name="UNKNOWN_FIELD_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>UNKNOWN_FIELD_NAME</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> UNKNOWN_FIELD_NAME</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.UNKNOWN_FIELD_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="FORCE_INDEX_USAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>FORCE_INDEX_USAGE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; FORCE_INDEX_USAGE</pre>
</li>
</ul>
<a name="PROPERTY_PREFETCHING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROPERTY_PREFETCHING</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; PROPERTY_PREFETCHING</pre>
</li>
</ul>
<a name="ADJUST_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ADJUST_LIMIT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ADJUST_LIMIT</pre>
</li>
</ul>
<a name="HARD_MAX_LIMIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HARD_MAX_LIMIT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; HARD_MAX_LIMIT</pre>
</li>
</ul>
<a name="INDEX_SELECT_STRATEGY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_SELECT_STRATEGY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INDEX_SELECT_STRATEGY</pre>
</li>
</ul>
<a name="OPTIMIZER_BACKEND_ACCESS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OPTIMIZER_BACKEND_ACCESS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; OPTIMIZER_BACKEND_ACCESS</pre>
</li>
</ul>
<a name="QUERY_BATCH_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>QUERY_BATCH_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> QUERY_BATCH_NS</pre>
</li>
</ul>
<a name="USE_MULTIQUERY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USE_MULTIQUERY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; USE_MULTIQUERY</pre>
</li>
</ul>
<a name="LIMITED_BATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIMITED_BATCH</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; LIMITED_BATCH</pre>
</li>
</ul>
<a name="LIMITED_BATCH_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LIMITED_BATCH_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LIMITED_BATCH_SIZE</pre>
</li>
</ul>
<a name="REPEAT_STEP_BATCH_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REPEAT_STEP_BATCH_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; REPEAT_STEP_BATCH_MODE</pre>
</li>
</ul>
<a name="HAS_STEP_BATCH_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>HAS_STEP_BATCH_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; HAS_STEP_BATCH_MODE</pre>
</li>
</ul>
<a name="PROPERTIES_BATCH_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROPERTIES_BATCH_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; PROPERTIES_BATCH_MODE</pre>
</li>
</ul>
<a name="LABEL_STEP_BATCH_MODE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LABEL_STEP_BATCH_MODE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; LABEL_STEP_BATCH_MODE</pre>
</li>
</ul>
<a name="SCHEMA_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMA_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> SCHEMA_NS</pre>
</li>
</ul>
<a name="AUTO_TYPE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTO_TYPE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; AUTO_TYPE</pre>
</li>
</ul>
<a name="SCHEMA_MAKER_LOGGING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMA_MAKER_LOGGING</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; SCHEMA_MAKER_LOGGING</pre>
</li>
</ul>
<a name="SCHEMA_CONSTRAINTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCHEMA_CONSTRAINTS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; SCHEMA_CONSTRAINTS</pre>
</li>
</ul>
<a name="CACHE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CACHE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> CACHE_NS</pre>
</li>
</ul>
<a name="DB_CACHE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_CACHE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; DB_CACHE</pre>
</li>
</ul>
<a name="DB_CACHE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_CACHE_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; DB_CACHE_SIZE</pre>
<div class="block">The size of the database level cache.
If this value is between 0.0 (strictly bigger) and 1.0 (strictly smaller), then it is interpreted as a
percentage of the total heap space available to the JVM this JanusGraph instance is running in.
If this value is bigger than 1.0 it is interpreted as an absolute size in bytes.</div>
</li>
</ul>
<a name="DB_CACHE_CLEAN_WAIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_CACHE_CLEAN_WAIT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; DB_CACHE_CLEAN_WAIT</pre>
<div class="block">How long the database level cache will keep keys expired while the mutations that triggered the expiration
are being persisted. This value should be larger than the time it takes for persisted mutations to become visible.
This setting only ever makes sense for distributed storage backends where writes may be accepted but are not
immediately readable.</div>
</li>
</ul>
<a name="DB_CACHE_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DB_CACHE_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt; DB_CACHE_TIME</pre>
<div class="block">The default expiration time for elements held in the database level cache. This is the time period before
JanusGraph will check against storage backend for a newer query answer.
Setting this value to 0 will cache elements forever (unless they get evicted due to space constraints). This only
makes sense when this is the only JanusGraph instance interacting with a storage backend.</div>
</li>
</ul>
<a name="TX_CACHE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TX_CACHE_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; TX_CACHE_SIZE</pre>
<div class="block">Configures the maximum number of recently-used vertices cached by a transaction. The smaller the cache size, the
less memory a transaction can consume at maximum. For many concurrent, long running transactions in memory constraint
environments, reducing the cache size can avoid OutOfMemory and GC limit exceeded exceptions.
Note, however, that all modifications in a transaction must always be kept in memory and hence this setting does not
have much impact on write intense transactions. Those must be split into smaller transactions in the case of memory errors.
<p>
The recently-used vertex cache can contain both dirty and clean vertices, that is, both vertices which have been
created or updated in the current transaction and vertices which have only been read in the current transaction.</div>
</li>
</ul>
<a name="TX_DIRTY_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TX_DIRTY_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; TX_DIRTY_SIZE</pre>
<div class="block">Configures the initial size of the dirty (modified) vertex map used by a transaction. All vertices created or
updated by a transaction are held in that transaction's dirty vertex map until the transaction commits.
This option sets the initial size of the dirty map. Unlike <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#TX_CACHE_SIZE"><code>TX_CACHE_SIZE</code></a>, this is not a maximum.
The transaction will transparently allocate more space to store dirty vertices if this initial size hint
is exceeded. Transactions that know how many vertices they are likely to modify a priori can avoid resize
costs associated with growing the dirty vertex data structure by setting this option.</div>
</li>
</ul>
<a name="STORAGE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> STORAGE_NS</pre>
</li>
</ul>
<a name="STORAGE_ROOT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_ROOT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; STORAGE_ROOT</pre>
<div class="block">Storage root directory for those storage backends that require local storage</div>
</li>
</ul>
<a name="STORAGE_DIRECTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_DIRECTORY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; STORAGE_DIRECTORY</pre>
<div class="block">Storage directory for those storage backends that require local storage</div>
</li>
</ul>
<a name="STORAGE_CONF_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_CONF_FILE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; STORAGE_CONF_FILE</pre>
<div class="block">Path to a configuration file for those storage backends that
require/support a separate config file</div>
</li>
</ul>
<a name="STORAGE_BACKEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_BACKEND</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; STORAGE_BACKEND</pre>
<div class="block">Define the storage backed to use for persistence</div>
</li>
</ul>
<a name="STORAGE_READONLY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_READONLY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORAGE_READONLY</pre>
<div class="block">Specifies whether this database is read-only, i.e. write operations are not supported</div>
</li>
</ul>
<a name="STORAGE_BATCH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_BATCH</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORAGE_BATCH</pre>
<div class="block">Enables batch loading which improves write performance but assumes that only one thread is interacting with
the graph</div>
</li>
</ul>
<a name="STORAGE_TRANSACTIONAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_TRANSACTIONAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORAGE_TRANSACTIONAL</pre>
<div class="block">Enables transactions on storage backends that support them</div>
</li>
</ul>
<a name="ASSIGN_TIMESTAMP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ASSIGN_TIMESTAMP</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; ASSIGN_TIMESTAMP</pre>
</li>
</ul>
<a name="BUFFER_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BUFFER_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; BUFFER_SIZE</pre>
<div class="block">Buffers graph mutations locally up to the specified number before persisting them against the storage backend.
Set to 0 to disable buffering. Buffering is disabled automatically if the storage backend does not support buffered mutations.</div>
</li>
</ul>
<a name="STORAGE_WRITE_WAITTIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_WRITE_WAITTIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; STORAGE_WRITE_WAITTIME</pre>
</li>
</ul>
<a name="STORAGE_READ_WAITTIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_READ_WAITTIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; STORAGE_READ_WAITTIME</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_OPS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_OPS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; PARALLEL_BACKEND_OPS</pre>
<div class="block">If enabled, JanusGraph attempts to parallelize storage operations against the storage backend using a fixed thread pool shared
across the entire JanusGraph graph database instance. Parallelization is only applicable to certain storage operations and
can be beneficial when the operation is I/O bound.</div>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> PARALLEL_BACKEND_EXECUTOR_SERVICE</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE_CORE_POOL_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE_CORE_POOL_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; PARALLEL_BACKEND_EXECUTOR_SERVICE_CORE_POOL_SIZE</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_POOL_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_POOL_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_POOL_SIZE</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE_KEEP_ALIVE_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE_KEEP_ALIVE_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt; PARALLEL_BACKEND_EXECUTOR_SERVICE_KEEP_ALIVE_TIME</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE_CLASS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; PARALLEL_BACKEND_EXECUTOR_SERVICE_CLASS</pre>
</li>
</ul>
<a name="PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_SHUTDOWN_WAIT_TIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_SHUTDOWN_WAIT_TIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>&gt; PARALLEL_BACKEND_EXECUTOR_SERVICE_MAX_SHUTDOWN_WAIT_TIME</pre>
</li>
</ul>
<a name="STORAGE_HOSTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_HOSTS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&gt; STORAGE_HOSTS</pre>
</li>
</ul>
<a name="STORAGE_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORAGE_PORT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; STORAGE_PORT</pre>
<div class="block">Configuration key for the port on which to connect to remote storage backend servers.</div>
</li>
</ul>
<a name="AUTH_USERNAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTH_USERNAME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; AUTH_USERNAME</pre>
<div class="block">Username and password keys to be used to specify an access credential that may be needed to connect
with a secured storage backend.</div>
</li>
</ul>
<a name="AUTH_PASSWORD">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>AUTH_PASSWORD</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; AUTH_PASSWORD</pre>
</li>
</ul>
<a name="CONNECTION_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CONNECTION_TIMEOUT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; CONNECTION_TIMEOUT</pre>
<div class="block">Default timeout when connecting to a remote database instance
<p></div>
</li>
</ul>
<a name="SETUP_WAITTIME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SETUP_WAITTIME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; SETUP_WAITTIME</pre>
<div class="block">Time in milliseconds for backend manager to wait for the storage backends to
become available when JanusGraph is run in server mode. Should the backend manager
experience exceptions when attempting to access the storage backend it will retry
until this timeout is exceeded.
<p>
A wait time of 0 disables waiting.
<p></div>
</li>
</ul>
<a name="PAGE_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PAGE_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; PAGE_SIZE</pre>
<div class="block">Default number of results to pull over the wire when iterating over a distributed
storage backend.
This is batch size of results to pull when iterating a result set.</div>
</li>
</ul>
<a name="DROP_ON_CLEAR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DROP_ON_CLEAR</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; DROP_ON_CLEAR</pre>
</li>
</ul>
<a name="LOCK_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> LOCK_NS</pre>
</li>
</ul>
<a name="LOCK_RETRY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_RETRY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LOCK_RETRY</pre>
<div class="block">Number of times the system attempts to acquire a lock before giving up and throwing an exception.</div>
</li>
</ul>
<a name="LOCK_WAIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_WAIT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; LOCK_WAIT</pre>
</li>
</ul>
<a name="LOCK_EXPIRE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_EXPIRE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; LOCK_EXPIRE</pre>
<div class="block">Number of milliseconds after which a lock is considered to have expired. Lock applications that were not released
are considered expired after this time and released.
This value should be larger than the maximum time a transaction can take in order to guarantee that no correctly
held applications are expired pre-maturely and as small as possible to avoid dead lock.</div>
</li>
</ul>
<a name="LOCK_CLEAN_EXPIRED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_CLEAN_EXPIRED</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; LOCK_CLEAN_EXPIRED</pre>
<div class="block">Whether to attempt to delete expired locks from the storage backend. True
will attempt to delete expired locks in a background daemon thread. False
will never attempt to delete expired locks. This option is only
meaningful for the default lock backend.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#LOCK_BACKEND"><code>LOCK_BACKEND</code></a></dd>
</dl>
</li>
</ul>
<a name="LOCK_BACKEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_BACKEND</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; LOCK_BACKEND</pre>
<div class="block">Locker type to use. The supported types are in <a href="../../../../org/janusgraph/diskstorage/Backend.html" title="class in org.janusgraph.diskstorage"><code>Backend</code></a>.</div>
</li>
</ul>
<a name="LOCK_LOCAL_MEDIATOR_GROUP">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOCK_LOCAL_MEDIATOR_GROUP</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; LOCK_LOCAL_MEDIATOR_GROUP</pre>
<div class="block">Configuration setting key for the local lock mediator prefix</div>
</li>
</ul>
<a name="STORE_META_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORE_META_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> STORE_META_NS</pre>
</li>
</ul>
<a name="STORE_META_TIMESTAMPS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORE_META_TIMESTAMPS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORE_META_TIMESTAMPS</pre>
</li>
</ul>
<a name="STORE_META_TTL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORE_META_TTL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORE_META_TTL</pre>
</li>
</ul>
<a name="STORE_META_VISIBILITY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>STORE_META_VISIBILITY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; STORE_META_VISIBILITY</pre>
</li>
</ul>
<a name="CLUSTER_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLUSTER_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> CLUSTER_NS</pre>
</li>
</ul>
<a name="CLUSTER_MAX_PARTITIONS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CLUSTER_MAX_PARTITIONS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; CLUSTER_MAX_PARTITIONS</pre>
</li>
</ul>
<a name="IDS_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> IDS_NS</pre>
</li>
</ul>
<a name="IDS_BLOCK_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_BLOCK_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; IDS_BLOCK_SIZE</pre>
<div class="block">Size of the block to be acquired. Larger block sizes require fewer block applications but also leave a larger
fraction of the id pool occupied and potentially lost. For write heavy applications, larger block sizes should
be chosen.</div>
</li>
</ul>
<a name="IDS_STORE_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_STORE_NAME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; IDS_STORE_NAME</pre>
<div class="block">The name of the ID store. Currently this defaults to janusgraph_ids. You can override the ID store to
facilitate migration from JanusGraph's predecessor, Titan. Previously, this KCVStore was named titan_ids.</div>
</li>
</ul>
<a name="IDS_FLUSH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_FLUSH</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; IDS_FLUSH</pre>
<div class="block">If flush ids is enabled, vertices and edges are assigned ids immediately upon creation. If not, then ids are only
assigned when the transaction is committed.</div>
</li>
</ul>
<a name="IDS_RENEW_TIMEOUT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_RENEW_TIMEOUT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; IDS_RENEW_TIMEOUT</pre>
<div class="block">The number of milliseconds that the JanusGraph id pool manager will wait before giving up on allocating a new block
of ids. Note, that failure to allocate a new id block will cause the entire database to fail, hence this value
should be set conservatively. Choose a high value if there is a lot of contention around id allocation.</div>
</li>
</ul>
<a name="IDS_RENEW_BUFFER_PERCENTAGE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDS_RENEW_BUFFER_PERCENTAGE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; IDS_RENEW_BUFFER_PERCENTAGE</pre>
<div class="block">Configures when the id pool manager will attempt to allocate a new id block. When all but the configured percentage
of the current block is consumed, a new block will be allocated. Larger values should be used if a lot of ids
are allocated in a short amount of time. Value must be in (0,1].</div>
</li>
</ul>
<a name="IDAUTHORITY_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> IDAUTHORITY_NS</pre>
</li>
</ul>
<a name="IDAUTHORITY_WAIT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_WAIT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; IDAUTHORITY_WAIT</pre>
<div class="block">The number of milliseconds the system waits for an id block application to be acknowledged by the storage backend.
Also, the time waited after the application before verifying that the application was successful.</div>
</li>
</ul>
<a name="IDAUTHORITY_CONFLICT_AVOIDANCE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_CONFLICT_AVOIDANCE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html" title="enum in org.janusgraph.diskstorage.idmanagement">ConflictAvoidanceMode</a>&gt; IDAUTHORITY_CONFLICT_AVOIDANCE</pre>
<div class="block">Sets the strategy used by <a href="../../../../org/janusgraph/diskstorage/idmanagement/ConsistentKeyIDAuthority.html" title="class in org.janusgraph.diskstorage.idmanagement"><code>ConsistentKeyIDAuthority</code></a> to avoid
contention in ID block allocation between JanusGraph instances concurrently
sharing a single distributed storage backend.</div>
</li>
</ul>
<a name="IDAUTHORITY_CAV_RETRIES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_CAV_RETRIES</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; IDAUTHORITY_CAV_RETRIES</pre>
<div class="block">When JanusGraph allocates IDs with <a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html#GLOBAL_AUTO"><code>ConflictAvoidanceMode.GLOBAL_AUTO</code></a>
configured, it picks a random unique ID marker and attempts to allocate IDs
from a partition using the marker. The ID markers function as
subpartitions with each ID partition. If the attempt fails because that
partition + unique id combination is already completely allocated, then
JanusGraph will generate a new random unique ID and try again. This controls
the maximum number of attempts before JanusGraph assumes the entire partition
is allocated and fails the request. It must be set to at least 1 and
should generally be set to 3 or more.
<p>
This setting has no effect when <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CONFLICT_AVOIDANCE"><code>IDAUTHORITY_CONFLICT_AVOIDANCE</code></a> is not configured to
<a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html#GLOBAL_AUTO"><code>ConflictAvoidanceMode.GLOBAL_AUTO</code></a>.</div>
</li>
</ul>
<a name="IDAUTHORITY_CAV_BITS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_CAV_BITS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; IDAUTHORITY_CAV_BITS</pre>
<div class="block">Configures the number of bits of JanusGraph assigned ids that are reserved for a unique id marker that
allows the id allocation to be scaled over multiple sub-clusters and to reduce race-conditions
when a lot of JanusGraph instances attempt to allocate ids at the same time (e.g. during parallel bulk loading)
IMPORTANT: This should never ever, ever be modified from its initial value and ALL JanusGraph instances must use the
same value. Otherwise, data corruption will occur.
This setting has no effect when <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CONFLICT_AVOIDANCE"><code>IDAUTHORITY_CONFLICT_AVOIDANCE</code></a> is configured to
<a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html#NONE"><code>ConflictAvoidanceMode.NONE</code></a>. However, note that while the
conflict avoidance mode can be changed, this setting cannot ever be changed and must therefore be considered a priori.</div>
</li>
</ul>
<a name="IDAUTHORITY_CAV_TAG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>IDAUTHORITY_CAV_TAG</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; IDAUTHORITY_CAV_TAG</pre>
<div class="block">Unique id marker to be used by this JanusGraph instance when allocating ids. The unique id marker
must be non-negative and fit within the number of unique id bits configured.
By assigning different unique id markers to individual JanusGraph instances it can be assured
that those instances don't conflict with one another when attempting to allocate new id blocks.
IMPORTANT: The configured unique id marker must fit within the configured unique id bit width.
This setting has no effect when <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#IDAUTHORITY_CONFLICT_AVOIDANCE"><code>IDAUTHORITY_CONFLICT_AVOIDANCE</code></a> is configured to
<a href="../../../../org/janusgraph/diskstorage/idmanagement/ConflictAvoidanceMode.html#NONE"><code>ConflictAvoidanceMode.NONE</code></a>.</div>
</li>
</ul>
<a name="INDEX_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> INDEX_NS</pre>
</li>
</ul>
<a name="INDEX_BACKEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_BACKEND</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INDEX_BACKEND</pre>
<div class="block">Define the indexing backed to use for index support</div>
</li>
</ul>
<a name="INDEX_DIRECTORY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_DIRECTORY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INDEX_DIRECTORY</pre>
</li>
</ul>
<a name="INDEX_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_NAME</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INDEX_NAME</pre>
</li>
</ul>
<a name="INDEX_HOSTS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_HOSTS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&gt; INDEX_HOSTS</pre>
</li>
</ul>
<a name="INDEX_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_PORT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; INDEX_PORT</pre>
</li>
</ul>
<a name="INDEX_CONF_FILE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_CONF_FILE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; INDEX_CONF_FILE</pre>
</li>
</ul>
<a name="INDEX_MAX_RESULT_SET_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_MAX_RESULT_SET_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; INDEX_MAX_RESULT_SET_SIZE</pre>
</li>
</ul>
<a name="INDEX_NAME_MAPPING">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>INDEX_NAME_MAPPING</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; INDEX_NAME_MAPPING</pre>
</li>
</ul>
<a name="LOG_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> LOG_NS</pre>
</li>
</ul>
<a name="MANAGEMENT_LOG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MANAGEMENT_LOG</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> MANAGEMENT_LOG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.MANAGEMENT_LOG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRANSACTION_LOG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSACTION_LOG</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> TRANSACTION_LOG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.TRANSACTION_LOG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USER_LOG">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USER_LOG</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> USER_LOG</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.USER_LOG">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USER_LOG_PREFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>USER_LOG_PREFIX</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> USER_LOG_PREFIX</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.USER_LOG_PREFIX">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="TRANSACTION_LOG_DEFAULT_TTL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSACTION_LOG_DEFAULT_TTL</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a> TRANSACTION_LOG_DEFAULT_TTL</pre>
</li>
</ul>
<a name="LOG_BACKEND">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_BACKEND</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; LOG_BACKEND</pre>
</li>
</ul>
<a name="LOG_NUM_BUCKETS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_NUM_BUCKETS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LOG_NUM_BUCKETS</pre>
</li>
</ul>
<a name="LOG_SEND_BATCH_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_SEND_BATCH_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LOG_SEND_BATCH_SIZE</pre>
</li>
</ul>
<a name="LOG_READ_BATCH_SIZE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_READ_BATCH_SIZE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LOG_READ_BATCH_SIZE</pre>
</li>
</ul>
<a name="LOG_SEND_DELAY">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_SEND_DELAY</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; LOG_SEND_DELAY</pre>
</li>
</ul>
<a name="LOG_READ_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_READ_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; LOG_READ_INTERVAL</pre>
</li>
</ul>
<a name="LOG_READ_THREADS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_READ_THREADS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; LOG_READ_THREADS</pre>
</li>
</ul>
<a name="LOG_STORE_TTL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOG_STORE_TTL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; LOG_STORE_TTL</pre>
</li>
</ul>
<a name="ATTRIBUTE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ATTRIBUTE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> ATTRIBUTE_NS</pre>
</li>
</ul>
<a name="CUSTOM_ATTRIBUTE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUSTOM_ATTRIBUTE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> CUSTOM_ATTRIBUTE_NS</pre>
</li>
</ul>
<a name="ATTRIBUTE_PREFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ATTRIBUTE_PREFIX</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> ATTRIBUTE_PREFIX</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.ATTRIBUTE_PREFIX">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="CUSTOM_ATTRIBUTE_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUSTOM_ATTRIBUTE_CLASS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; CUSTOM_ATTRIBUTE_CLASS</pre>
</li>
</ul>
<a name="CUSTOM_SERIALIZER_CLASS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>CUSTOM_SERIALIZER_CLASS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; CUSTOM_SERIALIZER_CLASS</pre>
</li>
</ul>
<a name="METRICS_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_NS</pre>
<div class="block">Configuration key prefix for Metrics.</div>
</li>
</ul>
<a name="BASIC_METRICS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>BASIC_METRICS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; BASIC_METRICS</pre>
<div class="block">Whether to enable basic timing and operation count monitoring on backend
methods using the <code>com.codahale.metrics</code> package.</div>
</li>
</ul>
<a name="METRICS_PREFIX_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_PREFIX_DEFAULT</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_PREFIX_DEFAULT</pre>
<div class="block">This is the prefix used outside of a graph database configuration, or for
operations where a system-internal transaction is necessary as an
implementation detail. It currently can't be modified, though there is no
substantial technical obstacle preventing it from being configured --
some kind of configuration object is in scope everywhere it is used, and
it could theoretically be stored in and read from that object.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.METRICS_PREFIX_DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="METRICS_SYSTEM_PREFIX_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_SYSTEM_PREFIX_DEFAULT</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_SYSTEM_PREFIX_DEFAULT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.METRICS_SYSTEM_PREFIX_DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="METRICS_SCHEMA_PREFIX_DEFAULT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_SCHEMA_PREFIX_DEFAULT</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> METRICS_SCHEMA_PREFIX_DEFAULT</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.METRICS_SCHEMA_PREFIX_DEFAULT">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="METRICS_PREFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_PREFIX</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; METRICS_PREFIX</pre>
<div class="block">The default name prefix for Metrics reported by JanusGraph. All metric names
will begin with this string and a period. This value can be overridden on
a transaction-specific basis through
<a href="../../../../org/janusgraph/graphdb/transaction/StandardTransactionBuilder.html#groupName-java.lang.String-"><code>StandardTransactionBuilder.groupName(String)</code></a>.
<p>
Default = #METRICS_PREFIX_DEFAULT</div>
</li>
</ul>
<a name="METRICS_MERGE_STORES">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_MERGE_STORES</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; METRICS_MERGE_STORES</pre>
<div class="block">Whether to aggregate measurements for the edge store, vertex index, edge
index, and ID store.
<p>
If true, then metrics for each of these backends will use the same metric
name ("stores"). All of their measurements will be combined. This setting
measures the sum of JanusGraph's backend activity without distinguishing
between contributions of its various internal stores.
<p>
If false, then metrics for each of these backends will use a unique
metric name ("idStore", "edgeStore", "vertexIndex", and "edgeIndex").
This setting exposes the activity associated with each backend component,
but it also multiplies the number of measurements involved by four.
<p>
This option has no effect when <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#BASIC_METRICS"><code>BASIC_METRICS</code></a> is false.</div>
</li>
</ul>
<a name="METRICS_CONSOLE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_CONSOLE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_CONSOLE_NS</pre>
</li>
</ul>
<a name="METRICS_CONSOLE_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_CONSOLE_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; METRICS_CONSOLE_INTERVAL</pre>
<div class="block">Metrics console reporter interval in milliseconds. Leaving this
configuration key absent or null disables the console reporter.</div>
</li>
</ul>
<a name="METRICS_CSV_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_CSV_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_CSV_NS</pre>
</li>
</ul>
<a name="METRICS_CSV_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_CSV_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; METRICS_CSV_INTERVAL</pre>
<div class="block">Metrics CSV reporter interval in milliseconds. Leaving this configuration
key absent or null disables the CSV reporter.</div>
</li>
</ul>
<a name="METRICS_CSV_DIR">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_CSV_DIR</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; METRICS_CSV_DIR</pre>
<div class="block">Metrics CSV output directory. It will be created if it doesn't already
exist. This option must be non-null if <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_CSV_INTERVAL"><code>METRICS_CSV_INTERVAL</code></a> is
non-null. This option has no effect if <code>#METRICS_CSV_INTERVAL</code> is
null.</div>
</li>
</ul>
<a name="METRICS_JMX_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_JMX_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_JMX_NS</pre>
</li>
</ul>
<a name="METRICS_JMX_ENABLED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_JMX_ENABLED</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; METRICS_JMX_ENABLED</pre>
<div class="block">Whether to report Metrics through a JMX MBean.</div>
</li>
</ul>
<a name="METRICS_JMX_DOMAIN">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_JMX_DOMAIN</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; METRICS_JMX_DOMAIN</pre>
<div class="block">The JMX domain in which to report Metrics. If null, then Metrics applies
its default value.</div>
</li>
</ul>
<a name="METRICS_JMX_AGENTID">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_JMX_AGENTID</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; METRICS_JMX_AGENTID</pre>
<div class="block">The JMX agentId through which to report Metrics. Calling
<a href="https://docs.oracle.com/javase/8/docs/api/javax/management/MBeanServerFactory.html?is-external=true#findMBeanServer-java.lang.String-" title="class or interface in javax.management"><code>MBeanServerFactory.findMBeanServer(String)</code></a> on this value must
return exactly one <code>MBeanServer</code> at runtime. If null, then Metrics
applies its default value.</div>
</li>
</ul>
<a name="METRICS_SLF4J_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_SLF4J_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_SLF4J_NS</pre>
</li>
</ul>
<a name="METRICS_SLF4J_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_SLF4J_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; METRICS_SLF4J_INTERVAL</pre>
<div class="block">Metrics Slf4j reporter interval in milliseconds. Leaving this
configuration key absent or null disables the Slf4j reporter.</div>
</li>
</ul>
<a name="METRICS_SLF4J_LOGGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_SLF4J_LOGGER</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; METRICS_SLF4J_LOGGER</pre>
<div class="block">The complete name of the Logger through which Metrics will report via
Slf4j. If non-null, then Metrics will be dumped on
<code>LoggerFactory.getLogger(String)</code> with the configured value as the
argument. If null, then Metrics will use its default Slf4j logger.</div>
</li>
</ul>
<a name="METRICS_GRAPHITE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>METRICS_GRAPHITE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> METRICS_GRAPHITE_NS</pre>
<div class="block">The configuration namespace within <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#METRICS_NS"><code>METRICS_NS</code></a> for
Graphite.</div>
</li>
</ul>
<a name="GRAPHITE_HOST">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPHITE_HOST</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; GRAPHITE_HOST</pre>
<div class="block">The hostname to receive Graphite plaintext protocol metric data. Setting
this config key has no effect unless <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_INTERVAL"><code>GRAPHITE_INTERVAL</code></a> is also
set.</div>
</li>
</ul>
<a name="GRAPHITE_INTERVAL">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPHITE_INTERVAL</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&gt; GRAPHITE_INTERVAL</pre>
<div class="block">The number of milliseconds to wait between sending Metrics data to the
host specified <a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_HOST"><code>GRAPHITE_HOST</code></a>. This has no effect unless
<a href="../../../../org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html#GRAPHITE_HOST"><code>GRAPHITE_HOST</code></a> is also set.</div>
</li>
</ul>
<a name="GRAPHITE_PORT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPHITE_PORT</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&gt; GRAPHITE_PORT</pre>
<div class="block">The port to which Graphite data are sent.
<p></div>
</li>
</ul>
<a name="GRAPHITE_PREFIX">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GRAPHITE_PREFIX</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; GRAPHITE_PREFIX</pre>
<div class="block">A Graphite-specific prefix for reported metrics. If non-null, Metrics
prepends this and a "." to all metric names before reporting them to
Graphite.
<p></div>
</li>
</ul>
<a name="SCRIPT_ENGINE_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCRIPT_ENGINE_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> SCRIPT_ENGINE_NS</pre>
</li>
</ul>
<a name="SCRIPT_EVAL_ENABLED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCRIPT_EVAL_ENABLED</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a>&gt; SCRIPT_EVAL_ENABLED</pre>
</li>
</ul>
<a name="SCRIPT_EVAL_ENGINE">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SCRIPT_EVAL_ENGINE</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; SCRIPT_EVAL_ENGINE</pre>
</li>
</ul>
<a name="GREMLIN_NS">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GREMLIN_NS</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigNamespace.html" title="class in org.janusgraph.diskstorage.configuration">ConfigNamespace</a> GREMLIN_NS</pre>
</li>
</ul>
<a name="GREMLIN_GRAPH">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>GREMLIN_GRAPH</h4>
<pre>public static final&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ConfigOption.html" title="class in org.janusgraph.diskstorage.configuration">ConfigOption</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; GREMLIN_GRAPH</pre>
</li>
</ul>
<a name="SYSTEM_PROPERTIES_STORE_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYSTEM_PROPERTIES_STORE_NAME</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SYSTEM_PROPERTIES_STORE_NAME</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.SYSTEM_PROPERTIES_STORE_NAME">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="SYSTEM_CONFIGURATION_IDENTIFIER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>SYSTEM_CONFIGURATION_IDENTIFIER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> SYSTEM_CONFIGURATION_IDENTIFIER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.SYSTEM_CONFIGURATION_IDENTIFIER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
<a name="USER_CONFIGURATION_IDENTIFIER">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>USER_CONFIGURATION_IDENTIFIER</h4>
<pre>public static final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> USER_CONFIGURATION_IDENTIFIER</pre>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../constant-values.html#org.janusgraph.graphdb.configuration.GraphDatabaseConfiguration.USER_CONFIGURATION_IDENTIFIER">Constant Field Values</a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="GraphDatabaseConfiguration-org.janusgraph.diskstorage.configuration.ReadConfiguration-org.janusgraph.diskstorage.configuration.ModifiableConfiguration-java.lang.String-org.janusgraph.diskstorage.configuration.Configuration-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>GraphDatabaseConfiguration</h4>
<pre>public&nbsp;GraphDatabaseConfiguration(<a href="../../../../org/janusgraph/diskstorage/configuration/ReadConfiguration.html" title="interface in org.janusgraph.diskstorage.configuration">ReadConfiguration</a>&nbsp;configurationAtOpen,
<a href="../../../../org/janusgraph/diskstorage/configuration/ModifiableConfiguration.html" title="class in org.janusgraph.diskstorage.configuration">ModifiableConfiguration</a>&nbsp;localConfiguration,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;uniqueGraphId,
<a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;configuration)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="buildGraphConfiguration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>buildGraphConfiguration</h4>
<pre>public static&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/ModifiableConfiguration.html" title="class in org.janusgraph.diskstorage.configuration">ModifiableConfiguration</a>&nbsp;buildGraphConfiguration()</pre>
</li>
</ul>
<a name="isReadOnly--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isReadOnly</h4>
<pre>public&nbsp;boolean&nbsp;isReadOnly()</pre>
</li>
</ul>
<a name="hasScriptEval--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasScriptEval</h4>
<pre>public&nbsp;boolean&nbsp;hasScriptEval()</pre>
</li>
</ul>
<a name="getScriptEngine--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getScriptEngine</h4>
<pre>public&nbsp;org.apache.tinkerpop.gremlin.jsr223.GremlinScriptEngine&nbsp;getScriptEngine()</pre>
</li>
</ul>
<a name="hasFlushIDs--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasFlushIDs</h4>
<pre>public&nbsp;boolean&nbsp;hasFlushIDs()</pre>
</li>
</ul>
<a name="hasForceIndexUsage--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasForceIndexUsage</h4>
<pre>public&nbsp;boolean&nbsp;hasForceIndexUsage()</pre>
</li>
</ul>
<a name="getTxVertexCacheSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTxVertexCacheSize</h4>
<pre>public&nbsp;int&nbsp;getTxVertexCacheSize()</pre>
</li>
</ul>
<a name="getTxDirtyVertexSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTxDirtyVertexSize</h4>
<pre>public&nbsp;int&nbsp;getTxDirtyVertexSize()</pre>
</li>
</ul>
<a name="isBatchLoading--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBatchLoading</h4>
<pre>public&nbsp;boolean&nbsp;isBatchLoading()</pre>
</li>
</ul>
<a name="getUniqueGraphId--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUniqueGraphId</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getUniqueGraphId()</pre>
</li>
</ul>
<a name="getMetricsPrefix--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMetricsPrefix</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMetricsPrefix()</pre>
</li>
</ul>
<a name="getDefaultSchemaMaker--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDefaultSchemaMaker</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/core/schema/DefaultSchemaMaker.html" title="interface in org.janusgraph.core.schema">DefaultSchemaMaker</a>&nbsp;getDefaultSchemaMaker()</pre>
</li>
</ul>
<a name="hasDisabledSchemaConstraints--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasDisabledSchemaConstraints</h4>
<pre>public&nbsp;boolean&nbsp;hasDisabledSchemaConstraints()</pre>
</li>
</ul>
<a name="allowVertexIdSetting--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>allowVertexIdSetting</h4>
<pre>public&nbsp;boolean&nbsp;allowVertexIdSetting()</pre>
</li>
</ul>
<a name="allowCustomVertexIdType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>allowCustomVertexIdType</h4>
<pre>public&nbsp;boolean&nbsp;allowCustomVertexIdType()</pre>
</li>
</ul>
<a name="getMaxCommitTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxCommitTime</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&nbsp;getMaxCommitTime()</pre>
</li>
</ul>
<a name="getMaxWriteTime--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxWriteTime</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html?is-external=true" title="class or interface in java.time">Duration</a>&nbsp;getMaxWriteTime()</pre>
</li>
</ul>
<a name="hasPropertyPrefetching--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasPropertyPrefetching</h4>
<pre>public&nbsp;boolean&nbsp;hasPropertyPrefetching()</pre>
</li>
</ul>
<a name="useMultiQuery--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>useMultiQuery</h4>
<pre>public&nbsp;boolean&nbsp;useMultiQuery()</pre>
</li>
</ul>
<a name="limitedBatch--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>limitedBatch</h4>
<pre>public&nbsp;boolean&nbsp;limitedBatch()</pre>
</li>
</ul>
<a name="limitedBatchSize--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>limitedBatchSize</h4>
<pre>public&nbsp;int&nbsp;limitedBatchSize()</pre>
</li>
</ul>
<a name="repeatStepMode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>repeatStepMode</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryStrategyRepeatStepMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryStrategyRepeatStepMode</a>&nbsp;repeatStepMode()</pre>
</li>
</ul>
<a name="optimizerBackendAccess--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>optimizerBackendAccess</h4>
<pre>public&nbsp;boolean&nbsp;optimizerBackendAccess()</pre>
</li>
</ul>
<a name="getIndexSelectionStrategy--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIndexSelectionStrategy</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/query/index/IndexSelectionStrategy.html" title="interface in org.janusgraph.graphdb.query.index">IndexSelectionStrategy</a>&nbsp;getIndexSelectionStrategy()</pre>
</li>
</ul>
<a name="hasStepStrategyMode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasStepStrategyMode</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryHasStepStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryHasStepStrategyMode</a>&nbsp;hasStepStrategyMode()</pre>
</li>
</ul>
<a name="propertiesStrategyMode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>propertiesStrategyMode</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryPropertiesStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryPropertiesStrategyMode</a>&nbsp;propertiesStrategyMode()</pre>
</li>
</ul>
<a name="labelStepStrategyMode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>labelStepStrategyMode</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/tinkerpop/optimize/strategy/MultiQueryLabelStepStrategyMode.html" title="enum in org.janusgraph.graphdb.tinkerpop.optimize.strategy">MultiQueryLabelStepStrategyMode</a>&nbsp;labelStepStrategyMode()</pre>
</li>
</ul>
<a name="adjustQueryLimit--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>adjustQueryLimit</h4>
<pre>public&nbsp;boolean&nbsp;adjustQueryLimit()</pre>
</li>
</ul>
<a name="getHardMaxLimit--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHardMaxLimit</h4>
<pre>public&nbsp;int&nbsp;getHardMaxLimit()</pre>
</li>
</ul>
<a name="getUnknownIndexKeyName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUnknownIndexKeyName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getUnknownIndexKeyName()</pre>
</li>
</ul>
<a name="hasLogTransactions--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasLogTransactions</h4>
<pre>public&nbsp;boolean&nbsp;hasLogTransactions()</pre>
</li>
</ul>
<a name="getTimestampProvider--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTimestampProvider</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/diskstorage/util/time/TimestampProvider.html" title="interface in org.janusgraph.diskstorage.util.time">TimestampProvider</a>&nbsp;getTimestampProvider()</pre>
</li>
</ul>
<a name="isUpgradeAllowed-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isUpgradeAllowed</h4>
<pre>public&nbsp;boolean&nbsp;isUpgradeAllowed(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;name)</pre>
</li>
</ul>
<a name="getIDAssigner-org.janusgraph.diskstorage.Backend-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIDAssigner</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/database/idassigner/VertexIDAssigner.html" title="class in org.janusgraph.graphdb.database.idassigner">VertexIDAssigner</a>&nbsp;getIDAssigner(<a href="../../../../org/janusgraph/diskstorage/Backend.html" title="class in org.janusgraph.diskstorage">Backend</a>&nbsp;backend)</pre>
</li>
</ul>
<a name="getBackendDescription--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBackendDescription</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getBackendDescription()</pre>
</li>
</ul>
<a name="getConfiguration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConfiguration</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;getConfiguration()</pre>
</li>
</ul>
<a name="getBackend--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBackend</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/diskstorage/Backend.html" title="class in org.janusgraph.diskstorage">Backend</a>&nbsp;getBackend()</pre>
</li>
</ul>
<a name="getGraphName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getGraphName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getGraphName()</pre>
</li>
</ul>
<a name="getStoreFeatures--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStoreFeatures</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/diskstorage/keycolumnvalue/StoreFeatures.html" title="interface in org.janusgraph.diskstorage.keycolumnvalue">StoreFeatures</a>&nbsp;getStoreFeatures()</pre>
</li>
</ul>
<a name="getSerializer--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSerializer</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/database/serialize/Serializer.html" title="interface in org.janusgraph.graphdb.database.serialize">Serializer</a>&nbsp;getSerializer()</pre>
</li>
</ul>
<a name="getSerializer-org.janusgraph.diskstorage.configuration.Configuration-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSerializer</h4>
<pre>public static&nbsp;<a href="../../../../org/janusgraph/graphdb/database/serialize/Serializer.html" title="interface in org.janusgraph.graphdb.database.serialize">Serializer</a>&nbsp;getSerializer(<a href="../../../../org/janusgraph/diskstorage/configuration/Configuration.html" title="interface in org.janusgraph.diskstorage.configuration">Configuration</a>&nbsp;configuration)</pre>
</li>
</ul>
<a name="getTypeCache-org.janusgraph.graphdb.database.cache.SchemaCache.StoreRetrieval-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeCache</h4>
<pre>public&nbsp;<a href="../../../../org/janusgraph/graphdb/database/cache/SchemaCache.html" title="interface in org.janusgraph.graphdb.database.cache">SchemaCache</a>&nbsp;getTypeCache(<a href="../../../../org/janusgraph/graphdb/database/cache/SchemaCache.StoreRetrieval.html" title="interface in org.janusgraph.graphdb.database.cache">SchemaCache.StoreRetrieval</a>&nbsp;retriever)</pre>
</li>
</ul>
<a name="getLocalConfiguration--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLocalConfiguration</h4>
<pre>public&nbsp;org.apache.commons.configuration2.Configuration&nbsp;getLocalConfiguration()</pre>
</li>
</ul>
<a name="getConfigurationAtOpen--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getConfigurationAtOpen</h4>
<pre>public&nbsp;org.apache.commons.configuration2.Configuration&nbsp;getConfigurationAtOpen()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/GraphDatabaseConfiguration.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/janusgraph/graphdb/configuration/ConfigName.html" title="interface in org.janusgraph.graphdb.configuration"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../org/janusgraph/graphdb/configuration/JanusGraphConstants.html" title="class in org.janusgraph.graphdb.configuration"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/janusgraph/graphdb/configuration/GraphDatabaseConfiguration.html" target="_top">Frames</a></li>
<li><a href="GraphDatabaseConfiguration.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2023. All rights reserved.</small></p>
</body>
</html>