Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Vertex.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Vertex.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Vertex.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Vertex.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:31 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:46 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Vertex (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -202,7 +202,8 @@ extends <a href="../../../../../org/apac
 <tr id="i2" class="altColor">
 <td class="colFirst"><code>&lt;V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html"
 title="interface in 
org.apache.tinkerpop.gremlin.structure">VertexProperty</a>&lt;V&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -473,7 +474,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>properties</h4>
 <pre>&lt;V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html"
 title="interface in 
org.apache.tinkerpop.gremlin.structure">VertexProperty</a>&lt;V&gt;&gt;&nbsp;properties(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</pre>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys. If no keys are provide then return all the properties.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Element</a></code></dd>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/VertexProperty.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/VertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/VertexProperty.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/VertexProperty.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:31 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:46 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>VertexProperty (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -208,7 +208,8 @@ extends <a href="../../../../../org/apac
 <tr id="i4" class="altColor">
 <td class="colFirst"><code>&lt;U&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Property</a>&lt;U&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 </table>
@@ -334,7 +335,8 @@ extends <a href="../../../../../org/apac
 <li class="blockList">
 <h4>properties</h4>
 <pre>&lt;U&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Property</a>&lt;U&gt;&gt;&nbsp;properties(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</pre>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys. If no keys are provide then return all the properties.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Element</a></code></dd>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/Property.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/Property.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/Property.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/Property.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:32 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:47 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.tinkerpop.gremlin.structure.Property 
(Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -215,19 +215,22 @@
 <tr class="altColor">
 <td class="colFirst"><code>&lt;U&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Property</a>&lt;U&gt;&gt;</code></td>
 <td class="colLast"><span 
class="typeNameLabel">VertexProperty.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>&lt;V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;? extends <a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Property</a>&lt;V&gt;&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">Element.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>&lt;V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Property</a>&lt;V&gt;&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">Edge.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 </tbody>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:31 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:47 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface org.apache.tinkerpop.gremlin.structure.VertexProperty 
(Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -191,7 +191,8 @@
 <tr class="altColor">
 <td class="colFirst"><code>&lt;V&gt;&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util">Iterator</a>&lt;<a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html"
 title="interface in 
org.apache.tinkerpop.gremlin.structure">VertexProperty</a>&lt;V&gt;&gt;</code></td>
 <td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">properties</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>...&nbsp;propertyKeys)</code>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </td>
 </tr>
 </tbody>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/package-tree.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/package-tree.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/package-tree.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/package-tree.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:31 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:46 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.tinkerpop.gremlin.structure Class Hierarchy (Apache 
TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -150,10 +150,10 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIn.html" 
title="annotation in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Graph.OptIn</span></a> (implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptOut.html" 
title="annotation in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Graph.OptOut</span></a> (implements 
java.lang.annotation.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIns.html" 
title="annotation in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Graph.OptIns</span></a> (implements 
java.lang.annotation.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptOuts.html" 
title="annotation in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Graph.OptOuts</span></a> (implements 
java.lang.annotation.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
+<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.OptIn.html" 
title="annotation in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Graph.OptIn</span></a> (implements java.lang.annotation.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true";
 title="class or interface in java.lang.annotation">Annotation</a>)</li>
 </ul>
 <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
 <ul>
@@ -161,13 +161,13 @@
 <ul>
 <li type="circle">java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true";
 title="class or interface in java.lang"><span 
class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true";
 title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true";
 title="class or interface in java.io">Serializable</a>)
 <ul>
-<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum 
in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">T</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in java.util.function">Function</a>&lt;T,R&gt;)</li>
-<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.READ_WRITE_BEHAVIOR.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Transaction.READ_WRITE_BEHAVIOR</span></a> (implements 
java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true";
 title="class or interface in java.util.function">Consumer</a>&lt;T&gt;)</li>
-<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" 
title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Direction</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.Status.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Transaction.Status</span></a></li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Column.html" 
title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Column</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in java.util.function">Function</a>&lt;T,R&gt;)</li>
+<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.READ_WRITE_BEHAVIOR.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Transaction.READ_WRITE_BEHAVIOR</span></a> (implements 
java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true";
 title="class or interface in java.util.function">Consumer</a>&lt;T&gt;)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.Cardinality.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">VertexProperty.Cardinality</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" 
title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Direction</span></a></li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/PropertyType.html" 
title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">PropertyType</span></a></li>
-<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.Status.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Transaction.Status</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum 
in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">T</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true";
 title="class or interface in java.util.function">Function</a>&lt;T,R&gt;)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.structure.<a 
href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.CLOSE_BEHAVIOR.html"
 title="enum in org.apache.tinkerpop.gremlin.structure"><span 
class="typeNameLink">Transaction.CLOSE_BEHAVIOR</span></a> (implements 
java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true";
 title="class or interface in java.util.function">Consumer</a>&lt;T&gt;)</li>
 </ul>
 </li>

Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-frame.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-frame.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-frame.html (original)
+++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-frame.html Tue Mar 
12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:26 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:40 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -280,6 +280,8 @@
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropStep.html" 
title="class in org.apache.tinkerpop.gremlin.process.traversal.step.filter" 
target="classFrame">DropStep</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropTest.html" 
title="class in org.apache.tinkerpop.gremlin.process.traversal.step.filter" 
target="classFrame">DropTest</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropTest.Traversals.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step.filter" 
target="classFrame">DropTest.Traversals</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization" 
target="classFrame">EarlyLimitStrategy</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization" 
target="classFrame">EarlyLimitStrategyProcessTest</a></li>
 <li><a href="org/apache/tinkerpop/gremlin/structure/Edge.html" 
title="interface in org.apache.tinkerpop.gremlin.structure" 
target="classFrame"><span class="interfaceName">Edge</span></a></li>
 <li><a href="org/apache/tinkerpop/gremlin/structure/Edge.Exceptions.html" 
title="class in org.apache.tinkerpop.gremlin.structure" 
target="classFrame">Edge.Exceptions</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/EdgeOtherVertexStep.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map" 
target="classFrame">EdgeOtherVertexStep</a></li>
@@ -929,6 +931,8 @@
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProfileTest.Traversals.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map" 
target="classFrame">ProfileTest.Traversals</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html" 
title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" 
target="classFrame"><span class="interfaceName">Profiling</span></a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/driver/util/ProfilingApplication.html" 
title="class in org.apache.tinkerpop.gremlin.driver.util" 
target="classFrame">ProfilingApplication</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" 
title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" 
target="classFrame"><span class="interfaceName">ProfilingAware</span></a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step" 
target="classFrame">ProfilingAware.ProfiledBarrier</a></li>
 <li><a href="org/apache/tinkerpop/gremlin/process/computer/ProgramPhase.html" 
title="enum in org.apache.tinkerpop.gremlin.process.computer" 
target="classFrame">ProgramPhase</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProgramTest.html" 
title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map" 
target="classFrame">ProgramTest</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProgramTest.TestProgram.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map" 
target="classFrame">ProgramTest.TestProgram</a></li>

Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-noframe.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-noframe.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-noframe.html 
(original)
+++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/allclasses-noframe.html Tue Mar 
12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:26 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:40 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -280,6 +280,8 @@
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropStep.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DropStep</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropTest.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DropTest</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/DropTest.Traversals.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DropTest.Traversals</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategy</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategyProcessTest</a></li>
 <li><a href="org/apache/tinkerpop/gremlin/structure/Edge.html" 
title="interface in org.apache.tinkerpop.gremlin.structure"><span 
class="interfaceName">Edge</span></a></li>
 <li><a href="org/apache/tinkerpop/gremlin/structure/Edge.Exceptions.html" 
title="class in org.apache.tinkerpop.gremlin.structure">Edge.Exceptions</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/EdgeOtherVertexStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">EdgeOtherVertexStep</a></li>
@@ -929,6 +931,8 @@
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProfileTest.Traversals.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">ProfileTest.Traversals</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html" 
title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="interfaceName">Profiling</span></a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/driver/util/ProfilingApplication.html" 
title="class in 
org.apache.tinkerpop.gremlin.driver.util">ProfilingApplication</a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" 
title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="interfaceName">ProfilingAware</span></a></li>
+<li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></li>
 <li><a href="org/apache/tinkerpop/gremlin/process/computer/ProgramPhase.html" 
title="enum in 
org.apache.tinkerpop.gremlin.process.computer">ProgramPhase</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProgramTest.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">ProgramTest</a></li>
 <li><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/ProgramTest.TestProgram.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">ProgramTest.TestProgram</a></li>

Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/constant-values.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/constant-values.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/constant-values.html (original)
+++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/constant-values.html Tue Mar 12 
20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:23 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:38 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -2892,34 +2892,41 @@
 </tr>
 <tbody>
 <tr class="altColor">
+<td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED">
+<!--   -->
+</a><code>public&nbsp;static&nbsp;final&nbsp;<a 
href="http://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><code><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED">CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED</a></code></td>
+<td class="colLast"><code>"globalFunctionCacheEnabled"</code></td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.CONFIG_PER_GRAPH_CLOSE_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a 
href="http://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><code><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#CONFIG_PER_GRAPH_CLOSE_TIMEOUT">CONFIG_PER_GRAPH_CLOSE_TIMEOUT</a></code></td>
 <td class="colLast"><code>"perGraphCloseTimeout"</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.CONFIG_SESSION_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a 
href="http://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><code><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#CONFIG_SESSION_TIMEOUT">CONFIG_SESSION_TIMEOUT</a></code></td>
 <td class="colLast"><code>"sessionTimeout"</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.DEFAULT_PER_GRAPH_CLOSE_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
 <td><code><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#DEFAULT_PER_GRAPH_CLOSE_TIMEOUT">DEFAULT_PER_GRAPH_CLOSE_TIMEOUT</a></code></td>
 <td class="colLast"><code>10000L</code></td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.DEFAULT_SESSION_TIMEOUT">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;long</code></td>
 <td><code><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#DEFAULT_SESSION_TIMEOUT">DEFAULT_SESSION_TIMEOUT</a></code></td>
 <td class="colLast"><code>28800000L</code></td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a 
name="org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.OP_PROCESSOR_NAME">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;<a 
href="http://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>

Modified: tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/index-all.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/index-all.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/index-all.html (original)
+++ tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/index-all.html Tue Mar 12 
20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:26 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:40 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -406,6 +406,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html#addBarrier-org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet-">addBarrier(TraverserSet&lt;S&gt;)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">NoOpBarrierStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#addBarrier-java.lang.Object-">addBarrier(Object)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html#addBarrier-org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet-">addBarrier(TraverserSet&lt;S&gt;)</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">AggregateStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html#addBarrier-org.apache.tinkerpop.gremlin.process.traversal.traverser.util.TraverserSet-">addBarrier(TraverserSet&lt;S&gt;)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">CollectingBarrierStep</a></dt>
@@ -1245,6 +1247,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply(Traversal.Admin&lt;?,
 ?&gt;)</a></span> - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">CountStrategy</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply(Traversal.Admin&lt;?,
 ?&gt;)</a></span> - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategy</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/FilterRankingStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply(Traversal.Admin&lt;?,
 ?&gt;)</a></span> - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/FilterRankingStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">FilterRankingStrategy</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IdentityRemovalStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply(Traversal.Admin&lt;?,
 ?&gt;)</a></span> - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IdentityRemovalStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IdentityRemovalStrategy</a></dt>
@@ -3562,6 +3566,11 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.html#CONFIG_DIRECTORY">CONFIG_DIRECTORY</a></span>
 - Static variable in class org.apache.tinkerpop.gremlin.neo4j.structure.<a 
href="org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.html" 
title="class in 
org.apache.tinkerpop.gremlin.neo4j.structure">Neo4jGraph</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED">CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED</a></span>
 - Static variable in class org.apache.tinkerpop.gremlin.server.op.session.<a 
href="org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html" 
title="class in 
org.apache.tinkerpop.gremlin.server.op.session">SessionOpProcessor</a></dt>
+<dd>
+<div class="block">Configuration setting that behaves as an override to the 
global script engine setting of the same name that is
+ provided to the <a 
href="org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyCompilerGremlinPlugin.html"
 title="class in 
org.apache.tinkerpop.gremlin.groovy.jsr223"><code>GroovyCompilerGremlinPlugin</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/io/gryo/GryoPool.html#CONFIG_IO_GRYO_POOL_SIZE">CONFIG_IO_GRYO_POOL_SIZE</a></span>
 - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.<a 
href="org/apache/tinkerpop/gremlin/structure/io/gryo/GryoPool.html" 
title="class in 
org.apache.tinkerpop.gremlin.structure.io.gryo">GryoPool</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/io/gryo/GryoPool.html#CONFIG_IO_GRYO_POOL_SIZE_DEFAULT">CONFIG_IO_GRYO_POOL_SIZE_DEFAULT</a></span>
 - Static variable in class org.apache.tinkerpop.gremlin.structure.io.gryo.<a 
href="org/apache/tinkerpop/gremlin/structure/io/gryo/GryoPool.html" 
title="class in 
org.apache.tinkerpop.gremlin.structure.io.gryo">GryoPool</a></dt>
@@ -4998,6 +5007,8 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/GraphStep.html#done">done</a></span>
 - Variable in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/GraphStep.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GraphStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#done--">done()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ReducingBarrierStep.html#done--">done()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ReducingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">ReducingBarrierStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/SupplyingBarrierStep.html#done--">done()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/SupplyingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">SupplyingBarrierStep</a></dt>
@@ -5142,6 +5153,15 @@
 <div class="block">Spawns a <a 
href="org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph"><code>GraphTraversal</code></a>
 starting with all edges or some subset of edges as specified by their unique
  identifier.</div>
 </dd>
+<dt><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization"><span 
class="typeNameLink">EarlyLimitStrategy</span></a> - Class in <a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization</a></dt>
+<dd>
+<div class="block">This strategy looks for <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter"><code>RangeGlobalStep</code></a>'s
 that can be moved further left in the traversal and thus be applied
+ applied earlier.</div>
+</dd>
+<dt><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization"><span 
class="typeNameLink">EarlyLimitStrategyProcessTest</span></a> - Class in <a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization</a></dt>
+<dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html#EarlyLimitStrategyProcessTest--">EarlyLimitStrategyProcessTest()</a></span>
 - Constructor for class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategyProcessTest</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.HadoopGraphFeatures.html#edge--">edge()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.hadoop.structure.<a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopGraph.HadoopGraphFeatures.html"
 title="class in 
org.apache.tinkerpop.gremlin.hadoop.structure">HadoopGraph.HadoopGraphFeatures</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.Neo4jGraphFeatures.html#edge--">edge()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.neo4j.structure.<a 
href="org/apache/tinkerpop/gremlin/neo4j/structure/Neo4jGraph.Neo4jGraphFeatures.html"
 title="class in 
org.apache.tinkerpop.gremlin.neo4j.structure">Neo4jGraph.Neo4jGraphFeatures</a></dt>
@@ -10451,8 +10471,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/AbstractGraphProvider.html#getBaseConfiguration-java.lang.String-java.lang.Class-java.lang.String-org.apache.tinkerpop.gremlin.LoadGraphWith.GraphData-">getBaseConfiguration(String,
 Class&lt;?&gt;, String, LoadGraphWith.GraphData)</a></span> - Method in class 
org.apache.tinkerpop.gremlin.<a 
href="org/apache/tinkerpop/gremlin/AbstractGraphProvider.html" title="class in 
org.apache.tinkerpop.gremlin">AbstractGraphProvider</a></dt>
 <dd>
-<div class="block">Provides a basic configuration for a particular <a 
href="org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and used
- the <code>graphName</code> to ensure that the instance is unique.</div>
+<div class="block">Provides a basic configuration for a particular <a 
href="org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and 
uses the <code>graphName</code> to ensure
+ that the instance is unique.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopEdge.html#getBaseEdge--">getBaseEdge()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.hadoop.structure.<a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopEdge.html" 
title="class in 
org.apache.tinkerpop.gremlin.hadoop.structure">HadoopEdge</a></dt>
 <dd>&nbsp;</dd>
@@ -11548,6 +11568,8 @@
 <dd>
 <div class="block">The <a 
href="org/apache/tinkerpop/gremlin/process/computer/MemoryComputeKey.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.computer"><code>MemoryComputeKey</code></a>
 that will be used by this step.</div>
 </dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#getMemoryComputeKey--">getMemoryComputeKey()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html#getMemoryComputeKey--">getMemoryComputeKey()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">CollectingBarrierStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html#getMemoryComputeKey--">getMemoryComputeKey()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">ProfileStep</a></dt>
@@ -13338,6 +13360,10 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.GlobalCache.html#GlobalCache--">GlobalCache()</a></span>
 - Constructor for class org.apache.tinkerpop.gremlin.process.traversal.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategies.GlobalCache.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategies.GlobalCache</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyCompilerGremlinPlugin.Builder.html#globalFunctionCacheEnabled-boolean-">globalFunctionCacheEnabled(boolean)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.groovy.jsr223.<a 
href="org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyCompilerGremlinPlugin.Builder.html"
 title="class in 
org.apache.tinkerpop.gremlin.groovy.jsr223">GroovyCompilerGremlinPlugin.Builder</a></dt>
+<dd>
+<div class="block">Determines if the global function cache in the script 
engine is enabled or not.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/AbstractGremlinTest.html#graph">graph</a></span>
 - Variable in class org.apache.tinkerpop.gremlin.<a 
href="org/apache/tinkerpop/gremlin/AbstractGremlinTest.html" title="class in 
org.apache.tinkerpop.gremlin">AbstractGremlinTest</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopElement.html#graph">graph</a></span>
 - Variable in class org.apache.tinkerpop.gremlin.hadoop.structure.<a 
href="org/apache/tinkerpop/gremlin/hadoop/structure/HadoopElement.html" 
title="class in 
org.apache.tinkerpop.gremlin.hadoop.structure">HadoopElement</a></dt>
@@ -15133,6 +15159,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html#hasNextBarrier--">hasNextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">NoOpBarrierStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#hasNextBarrier--">hasNextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html#hasNextBarrier--">hasNextBarrier()</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">AggregateStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html#hasNextBarrier--">hasNextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">CollectingBarrierStep</a></dt>
@@ -15868,6 +15896,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.html#instance--">instance()</a></span>
 - Static method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/CountStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">CountStrategy</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html#instance--">instance()</a></span>
 - Static method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategy</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/FilterRankingStrategy.html#instance--">instance()</a></span>
 - Static method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/FilterRankingStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">FilterRankingStrategy</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IdentityRemovalStrategy.html#instance--">instance()</a></span>
 - Static method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IdentityRemovalStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IdentityRemovalStrategy</a></dt>
@@ -18440,6 +18470,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html#nextBarrier--">nextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/NoOpBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">NoOpBarrierStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#nextBarrier--">nextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html#nextBarrier--">nextBarrier()</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">AggregateStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html#nextBarrier--">nextBarrier()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">CollectingBarrierStep</a></dt>
@@ -19806,6 +19838,20 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/spark/process/computer/SparkExecutor.html#prepareFinalGraphRDD---java.util.Set-">prepareFinalGraphRDD(&lt;any&gt;,
 &lt;any&gt;, Set&lt;VertexComputeKey&gt;)</a></span> - Static method in class 
org.apache.tinkerpop.gremlin.spark.process.computer.<a 
href="org/apache/tinkerpop/gremlin/spark/process/computer/SparkExecutor.html" 
title="class in 
org.apache.tinkerpop.gremlin.spark.process.computer">SparkExecutor</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html#prepareForProfiling--">prepareForProfiling()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupStep</a></dt>
+<dd>
+<div class="block">Reset the <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" 
title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> 
on the step to be wrapped in a <code>ProfiledBarrier</code> which can properly 
start/stop
+ the timer on the associated <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html#prepareForProfiling--">prepareForProfiling()</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" 
title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></dt>
+<dd>
+<div class="block">Prepares the step for any internal changes that might help 
ensure that profiling will work as expected.</div>
+</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStep.html#prepareForProfiling--">prepareForProfiling()</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">GroupSideEffectStep</a></dt>
+<dd>
+<div class="block">Reset the <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" 
title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> 
on the step to be wrapped in a <code>ProfilingAware.ProfiledBarrier</code> 
which can
+ properly start/stop the timer on the associated <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/giraph/process/computer/GiraphWorkerContext.html#preSuperstep--">preSuperstep()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.giraph.process.computer.<a 
href="org/apache/tinkerpop/gremlin/giraph/process/computer/GiraphWorkerContext.html"
 title="class in 
org.apache.tinkerpop.gremlin.giraph.process.computer">GiraphWorkerContext</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html#prettyPrint--">prettyPrint()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a></dt>
@@ -19842,6 +19888,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/OrderGlobalStep.html#processAllStarts--">processAllStarts()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.map.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/map/OrderGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">OrderGlobalStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#processAllStarts--">processAllStarts()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html#processAllStarts--">processAllStarts()</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/AggregateStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">AggregateStep</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html#processAllStarts--">processAllStarts()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/CollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">CollectingBarrierStep</a></dt>
@@ -20009,6 +20057,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.ProfileBiOperator.html#ProfileBiOperator--">ProfileBiOperator()</a></span>
 - Constructor for class 
org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.ProfileBiOperator.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">ProfileStep.ProfileBiOperator</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#ProfiledBarrier-org.apache.tinkerpop.gremlin.process.traversal.step.Barrier-org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep-">ProfiledBarrier(Barrier,
 ProfileStep)</a></span> - Constructor for class 
org.apache.tinkerpop.gremlin.process.traversal.step.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a></dt>
+<dd>&nbsp;</dd>
 <dt><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/ProfileSideEffectStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect"><span 
class="typeNameLink">ProfileSideEffectStep</span></a>&lt;<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/ProfileSideEffectStep.html"
 title="type parameter in ProfileSideEffectStep">S</a>&gt; - Class in <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/ProfileSideEffectStep.html#ProfileSideEffectStep-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-java.lang.String-">ProfileSideEffectStep(Traversal.Admin,
 String)</a></span> - Constructor for class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/ProfileSideEffectStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">ProfileSideEffectStep</a></dt>
@@ -20044,6 +20094,15 @@
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/driver/util/ProfilingApplication.html#ProfilingApplication-java.lang.String-org.apache.tinkerpop.gremlin.driver.Cluster-int-java.util.concurrent.ExecutorService-java.lang.String-int-boolean-">ProfilingApplication(String,
 Cluster, int, ExecutorService, String, int, boolean)</a></span> - Constructor 
for class org.apache.tinkerpop.gremlin.driver.util.<a 
href="org/apache/tinkerpop/gremlin/driver/util/ProfilingApplication.html" 
title="class in 
org.apache.tinkerpop.gremlin.driver.util">ProfilingApplication</a></dt>
 <dd>&nbsp;</dd>
+<dt><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" 
title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">ProfilingAware</span></a> - Interface in <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step</a></dt>
+<dd>
+<div class="block">Marks a <a 
href="org/apache/tinkerpop/gremlin/process/traversal/Step.html" 
title="interface in 
org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one 
that is aware of profiling.</div>
+</dd>
+<dt><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">ProfilingAware.ProfiledBarrier</span></a> - Class in <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step</a></dt>
+<dd>
+<div class="block">A helper class which holds a <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" 
title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> 
and it's related <a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>
 so that the latter can have
+ its timer started and stopped appropriately.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/giraph/process/computer/GiraphGraphComputer.html#program-org.apache.tinkerpop.gremlin.process.computer.VertexProgram-">program(VertexProgram)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.giraph.process.computer.<a 
href="org/apache/tinkerpop/gremlin/giraph/process/computer/GiraphGraphComputer.html"
 title="class in 
org.apache.tinkerpop.gremlin.giraph.process.computer">GiraphGraphComputer</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/hadoop/process/computer/AbstractHadoopGraphComputer.html#program-org.apache.tinkerpop.gremlin.process.computer.VertexProgram-">program(VertexProgram)</a></span>
 - Method in class org.apache.tinkerpop.gremlin.hadoop.process.computer.<a 
href="org/apache/tinkerpop/gremlin/hadoop/process/computer/AbstractHadoopGraphComputer.html"
 title="class in 
org.apache.tinkerpop.gremlin.hadoop.process.computer">AbstractHadoopGraphComputer</a></dt>
@@ -20166,11 +20225,13 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties(String...)</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in 
org.apache.tinkerpop.gremlin.structure">Edge</a></dt>
 <dd>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties(String...)</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in 
org.apache.tinkerpop.gremlin.structure">Element</a></dt>
 <dd>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/Graph.Features.EdgeFeatures.html#properties--">properties()</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/Graph.Features.EdgeFeatures.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">Graph.Features.EdgeFeatures</a></dt>
 <dd>
@@ -20214,11 +20275,13 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">properties(String...)</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in 
org.apache.tinkerpop.gremlin.structure">Vertex</a></dt>
 <dd>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">properties(String...)</a></span>
 - Method in interface org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/VertexProperty.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure">VertexProperty</a></dt>
 <dd>
-<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties.</div>
+<div class="block">Get an <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true";
 title="class or interface in java.util"><code>Iterator</code></a> of 
properties where the <code>propertyKeys</code> is meant to be a filter on the 
available
+ keys.</div>
 </dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html#properties">properties</a></span>
 - Variable in class org.apache.tinkerpop.gremlin.tinkergraph.structure.<a 
href="org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerEdge.html" 
title="class in 
org.apache.tinkerpop.gremlin.tinkergraph.structure">TinkerEdge</a></dt>
 <dd>&nbsp;</dd>
@@ -23655,6 +23718,8 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/VertexPropertyTest.VertexPropertyAddition.html#shouldHandleListVertexProperties--">shouldHandleListVertexProperties()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/VertexPropertyTest.VertexPropertyAddition.html"
 title="class in 
org.apache.tinkerpop.gremlin.structure">VertexPropertyTest.VertexPropertyAddition</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html#shouldHandleRangeSteps--">shouldHandleRangeSteps()</a></span>
 - Method in class 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategyProcessTest</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/util/star/StarGraphTest.html#shouldHandleSelfLoops--">shouldHandleSelfLoops()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.structure.util.star.<a 
href="org/apache/tinkerpop/gremlin/structure/util/star/StarGraphTest.html" 
title="class in 
org.apache.tinkerpop.gremlin.structure.util.star">StarGraphTest</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/structure/VertexPropertyTest.VertexPropertyAddition.html#shouldHandleSetVertexProperties--">shouldHandleSetVertexProperties()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.structure.<a 
href="org/apache/tinkerpop/gremlin/structure/VertexPropertyTest.VertexPropertyAddition.html"
 title="class in 
org.apache.tinkerpop.gremlin.structure">VertexPropertyTest.VertexPropertyAddition</a></dt>
@@ -25181,6 +25246,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/StartStep.html#start">start</a></span>
 - Variable in class 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/StartStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">StartStep</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html#start--">start()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">ProfileStep</a></dt>
+<dd>
+<div class="block">Starts the metrics timer.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.html#start--">start()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.util">MutableMetrics</a></dt>
 <dd>
 <div class="block">Starts the timer for this metric.</div>
@@ -25255,6 +25324,10 @@
 <dd>&nbsp;</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/Path.Exceptions.html#stepWithProvidedLabelDoesNotExist-java.lang.String-">stepWithProvidedLabelDoesNotExist(String)</a></span>
 - Static method in class org.apache.tinkerpop.gremlin.process.traversal.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/Path.Exceptions.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal">Path.Exceptions</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html#stop--">stop()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.step.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">ProfileStep</a></dt>
+<dd>
+<div class="block">Stops the metrics timer.</div>
+</dd>
 <dt><span class="memberNameLink"><a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.html#stop--">stop()</a></span>
 - Method in class org.apache.tinkerpop.gremlin.process.traversal.util.<a 
href="org/apache/tinkerpop/gremlin/process/traversal/util/MutableMetrics.html" 
title="class in 
org.apache.tinkerpop.gremlin.process.traversal.util">MutableMetrics</a></dt>
 <dd>
 <div class="block">Stops the timer for this metric and increments the overall 
duration.</div>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:15 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:30 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>AbstractGraphProvider (Apache TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -205,8 +205,8 @@ implements <a href="../../../../org/apac
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;test,
                     <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;testMethodName,
                     <a 
href="../../../../org/apache/tinkerpop/gremlin/LoadGraphWith.GraphData.html" 
title="enum in 
org.apache.tinkerpop.gremlin">LoadGraphWith.GraphData</a>&nbsp;loadGraphWith)</code>
-<div class="block">Provides a basic configuration for a particular <a 
href="../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and used
- the <code>graphName</code> to ensure that the instance is unique.</div>
+<div class="block">Provides a basic configuration for a particular <a 
href="../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and 
uses the <code>graphName</code> to ensure
+ that the instance is unique.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
@@ -298,16 +298,19 @@ implements <a href="../../../../org/apac
                                                         <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Class.html?is-external=true";
 title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;test,
                                                         <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true";
 title="class or interface in java.lang">String</a>&nbsp;testMethodName,
                                                         <a 
href="../../../../org/apache/tinkerpop/gremlin/LoadGraphWith.GraphData.html" 
title="enum in 
org.apache.tinkerpop.gremlin">LoadGraphWith.GraphData</a>&nbsp;loadGraphWith)</pre>
-<div class="block">Provides a basic configuration for a particular <a 
href="../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and used
- the <code>graphName</code> to ensure that the instance is unique.  It is up 
to the Gremlin implementation
- to determine how best to use the <code>graphName</code> to ensure uniqueness. 
 For example, Neo4j, might use the
- <code>graphName</code> might be used to create a different sub-directory 
where the graph is stored.
+<div class="block">Provides a basic configuration for a particular <a 
href="../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" 
title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and 
uses the <code>graphName</code> to ensure
+ that the instance is unique.  It is up to the Gremlin implementation to 
determine how best to use the
+ <code>graphName</code> to ensure uniqueness.  For example, Neo4j, might use 
the <code>graphName</code> might be used to
+ create a different sub-directory where the graph is stored.
  <p/>
  The @{code test} and @{code testMethodName} can be used to alter graph 
configurations for specific tests.
  For example, a graph that has support for different transaction isolation 
levels might only support a feature
  in a specific configuration.  Using these arguments, the implementation could 
detect when a test was being
  fired that required the database to be configured in a specific isolation 
level and return a configuration
- to support that.</div>
+ to support that.
+ <p/>
+ Ultimately, the returned <code>Map</code> should minimally contain a 
configuration that can be given to a
+ <a 
href="../../../../org/apache/tinkerpop/gremlin/structure/util/GraphFactory.html"
 title="class in 
org.apache.tinkerpop.gremlin.structure.util"><code>GraphFactory</code></a> so 
that it can be instantiated.</div>
 <dl>
 <dt><span class="paramLabel">Parameters:</span></dt>
 <dd><code>graphName</code> - a value that represents a unique configuration 
for a graph</dd>

Modified: 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/AbstractGremlinTest.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/AbstractGremlinTest.html?rev=1855344&r1=1855343&r2=1855344&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/AbstractGremlinTest.html
 (original)
+++ 
tinkerpop/site/javadocs/3.3.6-SNAPSHOT/full/org/apache/tinkerpop/gremlin/class-use/AbstractGremlinTest.html
 Tue Mar 12 20:05:59 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 10:47:25 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 16:03:39 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.AbstractGremlinTest (Apache 
TinkerPop 3.3.6-SNAPSHOT API)</title>
-<meta name="date" content="2019-01-08">
+<meta name="date" content="2019-03-12">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" 
title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -999,6 +999,10 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/EarlyLimitStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategyProcessTest</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/IncidentToAdjacentStrategyProcessTest.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IncidentToAdjacentStrategyProcessTest</a></span></code>&nbsp;</td>
 </tr>
 </tbody>


Reply via email to