Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.OptimizationStrategy.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.OptimizationStrategy.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.OptimizationStrategy.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.OptimizationStrategy.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:13 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:51 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface 
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy.OptimizationStrategy
 (Apache TinkerPop 3.4.1-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>
@@ -179,56 +179,63 @@
 </tr>
 <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/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategy</a></span></code>
+<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>
+</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/FilterRankingStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">FilterRankingStrategy</a></span></code>
 <div class="block">FilterRankingStrategy reorders filter- and order-steps 
according to their rank.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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/IdentityRemovalStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IdentityRemovalStrategy</a></span></code>
 <div class="block"><code>IdentityRemovalStrategy</code> looks for <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/IdentityStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect"><code>IdentityStep</code></a>
 instances and removes them.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/IncidentToAdjacentStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IncidentToAdjacentStrategy</a></span></code>
 <div class="block">This strategy looks for <code>.outE().inV()</code>, 
<code>.inE().outV()</code> and <code>.bothE().otherV()</code>
  and replaces these step sequences with <code>.out()</code>, 
<code>.in()</code> or <code>.both()</code> respectively.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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/InlineFilterStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">InlineFilterStrategy</a></span></code>
 <div class="block">InlineFilterStrategy analyzes filter-steps with child 
traversals that themselves are pure filters.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/LazyBarrierStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">LazyBarrierStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/MatchPredicateStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">MatchPredicateStrategy</a></span></code>
 <div class="block">MatchWhereStrategy will fold any post-<code>where()</code> 
step that maintains a traversal constraint into
  <code>match()</code>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/OrderLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">OrderLimitStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/PathProcessorStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">PathProcessorStrategy</a></span></code>
 <div class="block">PathProcessStrategy is an OLAP strategy that does its best 
to turn non-local children in <code>where()</code> and <code>select()</code>
  into local children by inlining components of the non-local child.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/PathRetractionStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">PathRetractionStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/RepeatUnrollStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">RepeatUnrollStrategy</a></span></code>&nbsp;</td>
 </tr>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/TraversalStrategy.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:13 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:51 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface 
org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy (Apache 
TinkerPop 3.4.1-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>
@@ -195,6 +195,20 @@
 </a>
 <h3>Uses of <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a> in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a>
 that return <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></span><span
 class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">TraversalStrategySerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalStrategySerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf&nbsp;buffer,
+         <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html"
 title="class in 
org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a>&nbsp;context)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a>
 with parameters of type <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></span><span
 class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -202,9 +216,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>ByteBuf</code></td>
-<td class="colLast"><span 
class="typeNameLabel">TraversalStrategySerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalStrategySerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a
 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&nbsp;value,
-          ByteBufAllocator&nbsp;allocator,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">TraversalStrategySerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalStrategySerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a
 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&nbsp;value,
+          ByteBuf&nbsp;buffer,
           <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html"
 title="class in 
org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -735,56 +749,63 @@
 </tr>
 <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/EarlyLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">EarlyLimitStrategy</a></span></code>
+<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>
+</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/FilterRankingStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">FilterRankingStrategy</a></span></code>
 <div class="block">FilterRankingStrategy reorders filter- and order-steps 
according to their rank.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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/IdentityRemovalStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IdentityRemovalStrategy</a></span></code>
 <div class="block"><code>IdentityRemovalStrategy</code> looks for <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/IdentityStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect"><code>IdentityStep</code></a>
 instances and removes them.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/IncidentToAdjacentStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">IncidentToAdjacentStrategy</a></span></code>
 <div class="block">This strategy looks for <code>.outE().inV()</code>, 
<code>.inE().outV()</code> and <code>.bothE().otherV()</code>
  and replaces these step sequences with <code>.out()</code>, 
<code>.in()</code> or <code>.both()</code> respectively.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<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/InlineFilterStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">InlineFilterStrategy</a></span></code>
 <div class="block">InlineFilterStrategy analyzes filter-steps with child 
traversals that themselves are pure filters.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/LazyBarrierStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">LazyBarrierStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/MatchPredicateStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">MatchPredicateStrategy</a></span></code>
 <div class="block">MatchWhereStrategy will fold any post-<code>where()</code> 
step that maintains a traversal constraint into
  <code>match()</code>.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/OrderLimitStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">OrderLimitStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/PathProcessorStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">PathProcessorStrategy</a></span></code>
 <div class="block">PathProcessStrategy is an OLAP strategy that does its best 
to turn non-local children in <code>where()</code> and <code>select()</code>
  into local children by inlining components of the non-local child.</div>
 </td>
 </tr>
-<tr class="altColor">
+<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/PathRetractionStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">PathRetractionStrategy</a></span></code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<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/RepeatUnrollStrategy.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization">RepeatUnrollStrategy</a></span></code>&nbsp;</td>
 </tr>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/class-use/Traverser.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:13 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:51 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Interface 
org.apache.tinkerpop.gremlin.process.traversal.Traverser (Apache TinkerPop 
3.4.1-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>
@@ -137,6 +137,20 @@
 </a>
 <h3>Uses of <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a> in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3>
 <table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a>
 that return <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a></span><span 
class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>protected <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a></code></td>
+<td class="colLast"><span 
class="typeNameLabel">TraverserSerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraverserSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf&nbsp;buffer,
+         <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html"
 title="class in 
org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a>&nbsp;context)</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" 
summary="Use table, listing methods, and an explanation">
 <caption><span>Methods in <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a>
 with parameters of type <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a></span><span 
class="tabEnd">&nbsp;</span></caption>
 <tr>
 <th class="colFirst" scope="col">Modifier and Type</th>
@@ -144,9 +158,9 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>ByteBuf</code></td>
-<td class="colLast"><span 
class="typeNameLabel">TraverserSerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraverserSerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.Traverser-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a
 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a>&nbsp;value,
-          ByteBufAllocator&nbsp;allocator,
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span 
class="typeNameLabel">TraverserSerializer.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraverserSerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.Traverser-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a
 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal">Traverser</a>&nbsp;value,
+          ByteBuf&nbsp;buffer,
           <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html"
 title="class in 
org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a>&nbsp;context)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/package-tree.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/package-tree.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/package-tree.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/package-tree.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:10 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:49 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.tinkerpop.gremlin.process.traversal.dsl Class Hierarchy 
(Apache TinkerPop 3.4.1-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>
@@ -101,8 +101,8 @@
 </ul>
 <h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
 <ul>
-<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.dsl.<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/GremlinDsl.AnonymousMethod.html"
 title="annotation in org.apache.tinkerpop.gremlin.process.traversal.dsl"><span 
class="typeNameLink">GremlinDsl.AnonymousMethod</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.process.traversal.dsl.<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/GremlinDsl.html"
 title="annotation in org.apache.tinkerpop.gremlin.process.traversal.dsl"><span 
class="typeNameLink">GremlinDsl</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.process.traversal.dsl.<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/GremlinDsl.AnonymousMethod.html"
 title="annotation in org.apache.tinkerpop.gremlin.process.traversal.dsl"><span 
class="typeNameLink">GremlinDsl.AnonymousMethod</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>
 </div>
 <!-- ======= START OF BOTTOM NAVBAR ====== -->

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/package-tree.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/package-tree.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/package-tree.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/package-tree.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:10 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:49 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.tinkerpop.gremlin.process.traversal Class Hierarchy (Apache 
TinkerPop 3.4.1-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>
@@ -230,15 +230,15 @@
 <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.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Contains.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Contains</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html?is-external=true";
 title="class or interface in 
java.util.function">BiPredicate</a>&lt;T,U&gt;)</li>
-<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Order.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Order</span></a> (implements java.util.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator</a>&lt;T&gt;)</li>
-<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Scope.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Scope</span></a></li>
-<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Text.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Text</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html?is-external=true";
 title="class or interface in 
java.util.function">BiPredicate</a>&lt;T,U&gt;)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Operator.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Operator</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BinaryOperator.html?is-external=true";
 title="class or interface in 
java.util.function">BinaryOperator</a>&lt;T&gt;)</li>
-<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/SackFunctions.Barrier.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">SackFunctions.Barrier</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.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalEngine.Type.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">TraversalEngine.Type</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Scope.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Scope</span></a></li>
 <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Compare.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Compare</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html?is-external=true";
 title="class or interface in 
java.util.function">BiPredicate</a>&lt;T,U&gt;)</li>
 <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Pop.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Pop</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Order.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Order</span></a> (implements java.util.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/Comparator.html?is-external=true";
 title="class or interface in java.util">Comparator</a>&lt;T&gt;)</li>
+<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalEngine.Type.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">TraversalEngine.Type</span></a></li>
+<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/SackFunctions.Barrier.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">SackFunctions.Barrier</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.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Contains.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Contains</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html?is-external=true";
 title="class or interface in 
java.util.function">BiPredicate</a>&lt;T,U&gt;)</li>
+<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.<a 
href="../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Text.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal"><span 
class="typeNameLink">Text</span></a> (implements java.util.function.<a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/function/BiPredicate.html?is-external=true";
 title="class or interface in 
java.util.function">BiPredicate</a>&lt;T,U&gt;)</li>
 </ul>
 </li>
 </ul>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:08 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:46 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Barrier (Apache TinkerPop 3.4.1-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>
@@ -110,7 +110,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><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>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/CountGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">CountGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DedupGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/FoldStep.html"
 title="class in org.apache.tinkerpop.gremlin.process.t
 raversal.step.map">FoldStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupCountStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupCountStep</a>, <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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/LambdaCollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">LambdaCollectingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MaxGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MaxGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MeanGlobalStep.html"
 title="class in org.apache.tinkerpop.gremli
 n.process.traversal.step.map">MeanGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MinGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MinGlobalStep</a>, <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>, 
<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>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">RangeGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/ReducingBarrierStep.html"
 title="class in org.apac
 he.tinkerpop.gremlin.process.traversal.step.util">ReducingBarrierStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/SampleGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">SampleGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SideEffectCapStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">SideEffectCapStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/SumGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">SumGlobalStep</a>, <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/ste
 p/filter/TailGlobalStep.html" title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">TailGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/TreeStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">TreeStep</a></dd>
+<dd><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>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/CountGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">CountGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DedupGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/FoldStep.html"
 title="class in org.apache.tinkerpop.gremlin.process.t
 raversal.step.map">FoldStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupCountStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupCountStep</a>, <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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/LambdaCollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">LambdaCollectingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MaxGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MaxGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MeanGlobalStep.html"
 title="class in org.apache.tinkerpop.gremli
 n.process.traversal.step.map">MeanGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MinGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MinGlobalStep</a>, <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>, 
<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>, 
<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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.html"
 title="cla
 ss in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">RangeGlobalStep</a>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/SampleGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">SampleGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SideEffectCapStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">SideEffectCapStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/SumGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">SumGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/tra
 versal/step/util/SupplyingBarrierStep.html" title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">SupplyingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/TailGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">TailGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/TreeStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">TreeStep</a></dd>
 </dl>
 <hr>
 <br>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:08 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:47 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>MemoryComputing (Apache TinkerPop 3.4.1-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>
@@ -106,7 +106,7 @@ var activeTableTab = "activeTableTab";
 </dl>
 <dl>
 <dt>All Known Implementing Classes:</dt>
-<dd><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>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/CountGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">CountGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DedupGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/FoldStep.html"
 title="class in org.apache.tinkerpop.gremlin.process.t
 raversal.step.map">FoldStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupCountStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupCountStep</a>, <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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/LambdaCollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">LambdaCollectingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MaxGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MaxGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MeanGlobalStep.html"
 title="class in org.apache.tinkerpop.gremli
 n.process.traversal.step.map">MeanGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MinGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MinGlobalStep</a>, <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>, 
<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>, 
<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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.html"
 title="class in org.apache.tinkerpop.g
 remlin.process.traversal.step.filter">RangeGlobalStep</a>, <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/SampleGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">SampleGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SideEffectCapStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">SideEffectCapStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/SumGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">SumGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/SupplyingBa
 rrierStep.html" title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util">SupplyingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/TailGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">TailGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/TreeStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">TreeStep</a></dd>
+<dd><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>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/CountGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">CountGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/DedupGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">DedupGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/FoldStep.html"
 title="class in org.apache.tinkerpop.gremlin.process.t
 raversal.step.map">FoldStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupCountStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupCountStep</a>, <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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/LambdaCollectingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">LambdaCollectingBarrierStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MaxGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MaxGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MeanGlobalStep.html"
 title="class in org.apache.tinkerpop.gremli
 n.process.traversal.step.map">MeanGlobalStep</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MinGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">MinGlobalStep</a>, <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>, 
<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>, 
<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>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 title="class in org.apache.tin
 kerpop.gremlin.process.traversal.step">ProfilingAware.ProfiledBarrier</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/RangeGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">RangeGlobalStep</a>,
 <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/SampleGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">SampleGlobalStep</a>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/SideEffectCapStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">SideEffectCapStep</a>,
 <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/trave
 rsal/step/map/SumGlobalStep.html" title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">SumGlobalStep</a>, <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>,
 <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/filter/TailGlobalStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.filter">TailGlobalStep</a>, 
<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/TreeStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.map">TreeStep</a></dd>
 </dl>
 <hr>
 <br>

Modified: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html?rev=1855339&r1=1855338&r2=1855339&view=diff
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html
 (original)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html
 Tue Mar 12 18:05:28 2019
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_191) on Tue Jan 08 13:49:08 EST 2019 -->
+<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:47 EDT 2019 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Profiling (Apache TinkerPop 3.4.1-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>
@@ -51,7 +51,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/PathProcessor.ElementRequirement.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Next&nbsp;Class</span></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="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html"
 target="_top">Frames</a></li>
@@ -188,7 +188,7 @@ var activeTableTab = "activeTableTab";
 <div class="subNav">
 <ul class="navList">
 <li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/PathProcessor.ElementRequirement.html"
 title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
-<li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Next&nbsp;Class</span></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="typeNameLink">Next&nbsp;Class</span></a></li>
 </ul>
 <ul class="navList">
 <li><a 
href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html"
 target="_top">Frames</a></li>

Added: 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html
URL: 
http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html?rev=1855339&view=auto
==============================================================================
--- 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html
 (added)
+++ 
tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html
 Tue Mar 12 18:05:28 2019
@@ -0,0 +1,415 @@
+<!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_191) on Tue Mar 12 14:01:47 EDT 2019 -->
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>ProfilingAware.ProfiledBarrier (Apache TinkerPop 3.4.1-SNAPSHOT 
API)</title>
+<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>
+<body>
+<script type="text/javascript"><!--
+    try {
+        if (location.href.indexOf('is-external=true') == -1) {
+            parent.document.title="ProfilingAware.ProfiledBarrier (Apache 
TinkerPop 3.4.1-SNAPSHOT API)";
+        }
+    }
+    catch(err) {
+    }
+//-->
+var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
+var tabs = {65535:["t0","All 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/ProfilingAware.ProfiledBarrier.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/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 target="_top">Frames</a></li>
+<li><a href="ProfilingAware.ProfiledBarrier.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>Field&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>Field&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.apache.tinkerpop.gremlin.process.traversal.step</div>
+<h2 title="Class ProfilingAware.ProfiledBarrier" class="title">Class 
ProfilingAware.ProfiledBarrier</h2>
+</div>
+<div class="contentContainer">
+<ul class="inheritance">
+<li><a 
href="http://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.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier</li>
+</ul>
+</li>
+</ul>
+<div class="description">
+<ul class="blockList">
+<li class="blockList">
+<dl>
+<dt>All Implemented Interfaces:</dt>
+<dd><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a>, <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">MemoryComputing</a></dd>
+</dl>
+<dl>
+<dt>Enclosing interface:</dt>
+<dd><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></dd>
+</dl>
+<hr>
+<br>
+<pre>public static final class <span 
class="typeNameLabel">ProfilingAware.ProfiledBarrier</span>
+extends <a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>
+implements <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></pre>
+<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>
+</li>
+</ul>
+</div>
+<div class="summary">
+<ul class="blockList">
+<li class="blockList">
+<!-- ======== 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/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</a></span>(<a
 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a>&nbsp;barrier,
+               <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>&nbsp;profileStep)</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="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>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#addBarrier-java.lang.Object-">addBarrier</a></span>(<a
 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;barrier)</code>
+<div class="block">Add a barrier to the step.</div>
+</td>
+</tr>
+<tr id="i1" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#done--">done</a></span>()</code>
+<div class="block">A way to hard set that the barrier is complete.</div>
+</td>
+</tr>
+<tr id="i2" class="altColor">
+<td class="colFirst"><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/computer/MemoryComputeKey.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.computer">MemoryComputeKey</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#getMemoryComputeKey--">getMemoryComputeKey</a></span>()</code>
+<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>
+</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>boolean</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#hasNextBarrier--">hasNextBarrier</a></span>()</code>
+<div class="block">Whether or not the step has an accessible barrier.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#nextBarrier--">nextBarrier</a></span>()</code>
+<div class="block">Get the next barrier within this step.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html#processAllStarts--">processAllStarts</a></span>()</code>
+<div class="block">Process all left traversers by do not yield the resultant 
output.</div>
+</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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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="http://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">
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+<ul class="blockList">
+<li class="blockList"><a name="constructor.detail">
+<!--   -->
+</a>
+<h3>Constructor Detail</h3>
+<a 
name="ProfiledBarrier-org.apache.tinkerpop.gremlin.process.traversal.step.Barrier-org.apache.tinkerpop.gremlin.process.traversal.step.util.ProfileStep-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>ProfiledBarrier</h4>
+<pre>public&nbsp;ProfiledBarrier(<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a>&nbsp;barrier,
+                       <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>&nbsp;profileStep)</pre>
+</li>
+</ul>
+</li>
+</ul>
+<!-- ============ METHOD DETAIL ========== -->
+<ul class="blockList">
+<li class="blockList"><a name="method.detail">
+<!--   -->
+</a>
+<h3>Method Detail</h3>
+<a name="processAllStarts--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>processAllStarts</h4>
+<pre>public&nbsp;void&nbsp;processAllStarts()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#processAllStarts--">Barrier</a></code></span></div>
+<div class="block">Process all left traversers by do not yield the resultant 
output.
+ This method is useful for steps like <a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/ReducingBarrierStep.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ReducingBarrierStep</code></a>,
 where traversers can be processed "on the fly" and thus, reduce memory 
consumption.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#processAllStarts--">processAllStarts</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="hasNextBarrier--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>hasNextBarrier</h4>
+<pre>public&nbsp;boolean&nbsp;hasNextBarrier()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#hasNextBarrier--">Barrier</a></code></span></div>
+<div class="block">Whether or not the step has an accessible barrier.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#hasNextBarrier--">hasNextBarrier</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>whether a barrier exists or not</dd>
+</dl>
+</li>
+</ul>
+<a name="nextBarrier--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>nextBarrier</h4>
+<pre>public&nbsp;<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;nextBarrier()
+                   throws <a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/NoSuchElementException.html?is-external=true";
 title="class or interface in java.util">NoSuchElementException</a></pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#nextBarrier--">Barrier</a></code></span></div>
+<div class="block">Get the next barrier within this step.
+ Barriers from parallel steps can be the be merged to create a single step 
with merge barriers.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#nextBarrier--">nextBarrier</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the next barrier of the step</dd>
+<dt><span class="throwsLabel">Throws:</span></dt>
+<dd><code><a 
href="http://docs.oracle.com/javase/8/docs/api/java/util/NoSuchElementException.html?is-external=true";
 title="class or interface in java.util">NoSuchElementException</a></code></dd>
+</dl>
+</li>
+</ul>
+<a name="addBarrier-java.lang.Object-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>addBarrier</h4>
+<pre>public&nbsp;void&nbsp;addBarrier(<a 
href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true";
 title="class or interface in java.lang">Object</a>&nbsp;barrier)</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#addBarrier-B-">Barrier</a></code></span></div>
+<div class="block">Add a barrier to the step.
+ This typically happens when multiple parallel barriers need to become one 
barrier at a single step.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#addBarrier-B-">addBarrier</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></code></dd>
+<dt><span class="paramLabel">Parameters:</span></dt>
+<dd><code>barrier</code> - the barrier to merge in</dd>
+</dl>
+</li>
+</ul>
+<a name="getMemoryComputeKey--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getMemoryComputeKey</h4>
+<pre>public&nbsp;<a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/computer/MemoryComputeKey.html"
 title="class in 
org.apache.tinkerpop.gremlin.process.computer">MemoryComputeKey</a>&nbsp;getMemoryComputeKey()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html#getMemoryComputeKey--">MemoryComputing</a></code></span></div>
+<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>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html#getMemoryComputeKey--">getMemoryComputeKey</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">MemoryComputing</a></code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the MemoryComputeKey to use</dd>
+</dl>
+</li>
+</ul>
+<a name="done--">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>done</h4>
+<pre>public&nbsp;void&nbsp;done()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#done--">Barrier</a></code></span></div>
+<div class="block">A way to hard set that the barrier is complete.
+ This is necessary when parallel barriers don't all have barriers and need 
hard resetting.
+ The default implementation does nothing.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html#done--">done</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html"
 title="interface in 
org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></code></dd>
+</dl>
+</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/ProfilingAware.ProfiledBarrier.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/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Prev&nbsp;Class</span></a></li>
+<li><a 
href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html"
 title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span 
class="typeNameLink">Next&nbsp;Class</span></a></li>
+</ul>
+<ul class="navList">
+<li><a 
href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html"
 target="_top">Frames</a></li>
+<li><a href="ProfilingAware.ProfiledBarrier.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>Field&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>Field&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; 2013&#x2013;2019 <a 
href="http://www.apache.org/";>Apache Software Foundation</a>. All rights 
reserved.</small></p>
+</body>
+</html>


Reply via email to