You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2016/10/12 18:47:59 UTC

svn commit: r1764499 [19/23] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/dev/developer/ docs/3.2.3-SNAPSHOT/dev/io/ docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/images/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/ docs/3.2.3-SNAPS...

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PartitionStrategy.Builder (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -19,8 +19,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = {"i0":42,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
+var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -129,7 +129,7 @@ extends <a href="http://docs.oracle.com/
 </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>
+<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><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated 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>
@@ -137,7 +137,9 @@ extends <a href="http://docs.oracle.com/
 <tr id="i0" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#addReadPartition-java.lang.String-">addReadPartition</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;readPartition)</code>
-<div class="block">Specifies the partition of the graph to read from.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">As of release 3.2.3, replaced by <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.util.List-"><code>readPartitions(List)</code></a>.</span></div>
+</div>
 </td>
 </tr>
 <tr id="i1" class="rowColor">
@@ -160,6 +162,18 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr id="i4" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.util.List-">readPartitions</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&nbsp;readPartitions)</code>
+<div class="block">Specifies the partition of the graph to read from.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.lang.String...-">readPartitions</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;readPartitions)</code>
+<div class="block">Specifies the partition of the graph to read from.</div>
+</td>
+</tr>
+<tr id="i6" class="altColor">
+<td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#writePartition-java.lang.String-">writePartition</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;writePartition)</code>
 <div class="block">Specifies the name of the partition to write when adding vertices, edges and vertex properties.</div>
 </td>
@@ -225,13 +239,37 @@ extends <a href="http://docs.oracle.com/
  value must be specified for the <code>PartitionStrategy</code> to be constructed properly.</div>
 </li>
 </ul>
+<a name="readPartitions-java.util.List-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readPartitions</h4>
+<pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a>&nbsp;readPartitions(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&nbsp;readPartitions)</pre>
+<div class="block">Specifies the partition of the graph to read from.  It is possible to assign multiple partition keys so
+ as to read from multiple partitions at the same time.</div>
+</li>
+</ul>
+<a name="readPartitions-java.lang.String...-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>readPartitions</h4>
+<pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a>&nbsp;readPartitions(<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;readPartitions)</pre>
+<div class="block">Specifies the partition of the graph to read from.  It is possible to assign multiple partition keys so
+ as to read from multiple partitions at the same time.</div>
+</li>
+</ul>
 <a name="addReadPartition-java.lang.String-">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>addReadPartition</h4>
-<pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a>&nbsp;addReadPartition(<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;readPartition)</pre>
+<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a>&nbsp;addReadPartition(<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;readPartition)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span class="deprecationComment">As of release 3.2.3, replaced by <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.util.List-"><code>readPartitions(List)</code></a>.</span></div>
 <div class="block">Specifies the partition of the graph to read from.  It is possible to assign multiple partition keys so
  as to read from multiple partitions at the same time.</div>
 </li>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>PartitionStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -19,7 +19,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -76,13 +76,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&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="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -191,6 +191,44 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#INCLUDE_META_PROPERTIES">INCLUDE_META_PROPERTIES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#PARTITION_KEY">PARTITION_KEY</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#READ_PARTITIONS">READ_PARTITIONS</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#WRITE_PARTITION">WRITE_PARTITION</a></span></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -212,18 +250,28 @@ implements <a href="../../../../../../..
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#build--">build</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i2" class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
+</tr>
+<tr id="i3" class="rowColor">
+<td class="colFirst"><code>Configuration</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#getConfiguration--">getConfiguration</a></span>()</code>
+<div class="block">Get the configuration representation of this strategy.</div>
+</td>
+</tr>
+<tr id="i4" class="altColor">
 <td class="colFirst"><code><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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#getPartitionKey--">getPartitionKey</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i3" class="rowColor">
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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>&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#getReadPartitions--">getReadPartitions</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#getWritePartition--">getWritePartition</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#isIncludeMetaProperties--">isIncludeMetaProperties</a></span>()</code>&nbsp;</td>
 </tr>
@@ -264,6 +312,66 @@ implements <a href="../../../../../../..
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="INCLUDE_META_PROPERTIES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>INCLUDE_META_PROPERTIES</h4>
+<pre>public static 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> INCLUDE_META_PROPERTIES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.INCLUDE_META_PROPERTIES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="WRITE_PARTITION">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>WRITE_PARTITION</h4>
+<pre>public static 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> WRITE_PARTITION</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.WRITE_PARTITION">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="PARTITION_KEY">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>PARTITION_KEY</h4>
+<pre>public static 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> PARTITION_KEY</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.PARTITION_KEY">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="READ_PARTITIONS">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>READ_PARTITIONS</h4>
+<pre>public static 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> READ_PARTITIONS</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.READ_PARTITIONS">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.detail">
@@ -318,7 +426,7 @@ implements <a href="../../../../../../..
 <a name="apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>apply</h4>
 <pre>public&nbsp;void&nbsp;apply(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal.Admin</a>&lt;?,?&gt;&nbsp;traversal)</pre>
@@ -328,6 +436,33 @@ implements <a href="../../../../../../..
 </dl>
 </li>
 </ul>
+<a name="getConfiguration--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre>public&nbsp;Configuration&nbsp;getConfiguration()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">TraversalStrategy</a></code></span></div>
+<div class="block">Get the configuration representation of this strategy.
+ This is useful for converting a strategy into a serialized form.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.DecorationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.DecorationStrategy</a>&gt;</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the configuration used to create this strategy</dd>
+</dl>
+</li>
+</ul>
+<a name="create-Configuration-">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>create</h4>
+<pre>public static&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy</a>&nbsp;create(Configuration&nbsp;configuration)</pre>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -382,13 +517,13 @@ implements <a href="../../../../../../..
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&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="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/RequirementsStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/RequirementsStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/RequirementsStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/RequirementsStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>RequirementsStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -149,6 +149,21 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -203,7 +218,7 @@ implements <a href="../../../../../../..
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
-<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a></code></li>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code></li>
 </ul>
 </li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SackStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SackStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -160,6 +160,21 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -207,7 +222,7 @@ implements <a href="../../../../../../..
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
-<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPost--">applyPost</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a></code></li>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPost--">applyPost</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code></li>
 </ul>
 </li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SideEffectStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SideEffectStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -149,6 +149,21 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -199,7 +214,7 @@ implements <a href="../../../../../../..
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
-<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPost--">applyPost</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a></code></li>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPost--">applyPost</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code></li>
 </ul>
 </li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_101) on Tue Oct 04 11:57:21 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>SubgraphStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-10-04">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -19,7 +19,7 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":9,"i3":10,"i4":10,"i5":10};
+var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10};
 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
@@ -76,13 +76,13 @@ var activeTableTab = "activeTableTab";
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&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="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>
@@ -164,6 +164,40 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
+<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Field and Description</th>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#EDGES">EDGES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#VERTEX_PROPERTIES">VERTEX_PROPERTIES</a></span></code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <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 class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#VERTICES">VERTICES</a></span></code>&nbsp;</td>
+</tr>
+</table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ========== METHOD SUMMARY =========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.summary">
@@ -191,14 +225,24 @@ implements <a href="../../../../../../..
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#build--">build</a></span>()</code>&nbsp;</td>
 </tr>
 <tr id="i3" class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">SubgraphStrategy</a></code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
+</tr>
+<tr id="i4" class="altColor">
+<td class="colFirst"><code>Configuration</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#getConfiguration--">getConfiguration</a></span>()</code>
+<div class="block">Get the configuration representation of this strategy.</div>
+</td>
+</tr>
+<tr id="i5" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a>,?&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#getEdgeCriterion--">getEdgeCriterion</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i4" class="altColor">
+<tr id="i6" class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a>,?&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#getVertexCriterion--">getVertexCriterion</a></span>()</code>&nbsp;</td>
 </tr>
-<tr id="i5" class="rowColor">
+<tr id="i7" class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a>,?&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#getVertexPropertyCriterion--">getVertexPropertyCriterion</a></span>()</code>&nbsp;</td>
 </tr>
@@ -239,6 +283,53 @@ implements <a href="../../../../../../..
 <div class="details">
 <ul class="blockList">
 <li class="blockList">
+<!-- ============ FIELD DETAIL =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.detail">
+<!--   -->
+</a>
+<h3>Field Detail</h3>
+<a name="VERTICES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>VERTICES</h4>
+<pre>public static 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> VERTICES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.VERTICES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="EDGES">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>EDGES</h4>
+<pre>public static 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> EDGES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.EDGES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+<a name="VERTEX_PROPERTIES">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>VERTEX_PROPERTIES</h4>
+<pre>public static 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> VERTEX_PROPERTIES</pre>
+<dl>
+<dt><span class="seeLabel">See Also:</span></dt>
+<dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy.VERTEX_PROPERTIES">Constant Field Values</a></dd>
+</dl>
+</li>
+</ul>
+</li>
+</ul>
 <!-- ============ METHOD DETAIL ========== -->
 <ul class="blockList">
 <li class="blockList"><a name="method.detail">
@@ -258,6 +349,24 @@ implements <a href="../../../../../../..
 </dl>
 </li>
 </ul>
+<a name="getConfiguration--">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getConfiguration</h4>
+<pre>public&nbsp;Configuration&nbsp;getConfiguration()</pre>
+<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">TraversalStrategy</a></code></span></div>
+<div class="block">Get the configuration representation of this strategy.
+ This is useful for converting a strategy into a serialized form.</div>
+<dl>
+<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
+<dd><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.DecorationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.DecorationStrategy</a>&gt;</code></dd>
+<dt><span class="returnLabel">Returns:</span></dt>
+<dd>the configuration used to create this strategy</dd>
+</dl>
+</li>
+</ul>
 <a name="applyPost--">
 <!--   -->
 </a>
@@ -303,6 +412,15 @@ implements <a href="../../../../../../..
 <pre>public&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a>,?&gt;&nbsp;getVertexPropertyCriterion()</pre>
 </li>
 </ul>
+<a name="create-Configuration-">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>create</h4>
+<pre>public static&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">SubgraphStrategy</a>&nbsp;create(Configuration&nbsp;configuration)</pre>
+</li>
+</ul>
 <a name="build--">
 <!--   -->
 </a>
@@ -366,13 +484,13 @@ implements <a href="../../../../../../..
 <ul class="subNavList">
 <li>Summary:&nbsp;</li>
 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
-<li>Field&nbsp;|&nbsp;</li>
+<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&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="#field.detail">Field</a>&nbsp;|&nbsp;</li>
 <li>Constr&nbsp;|&nbsp;</li>
 <li><a href="#method.detail">Method</a></li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/TranslationStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/TranslationStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/TranslationStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/TranslationStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:09 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:00 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>TranslationStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -149,6 +149,21 @@ implements <a href="../../../../../../..
 </ul>
 </li>
 </ul>
+<!-- =========== FIELD SUMMARY =========== -->
+<ul class="blockList">
+<li class="blockList"><a name="field.summary">
+<!--   -->
+</a>
+<h3>Field Summary</h3>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
+</li>
+</ul>
 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
 <ul class="blockList">
 <li class="blockList"><a name="constructor.summary">
@@ -216,7 +231,7 @@ implements <a href="../../../../../../..
 <!--   -->
 </a>
 <h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
-<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a></code></li>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">applyPrior</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code></li>
 </ul>
 </li>
 </ul>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/ElementIdStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/ElementIdStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/ElementIdStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/ElementIdStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:14 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:06 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.ElementIdStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -107,6 +107,10 @@
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/ElementIdStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">ElementIdStrategy</a></code></td>
 <td class="colLast"><span class="typeNameLabel">ElementIdStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/ElementIdStrategy.Builder.html#create--">create</a></span>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/ElementIdStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">ElementIdStrategy</a></code></td>
+<td class="colLast"><span class="typeNameLabel">ElementIdStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/ElementIdStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/HaltedTraverserStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/HaltedTraverserStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/HaltedTraverserStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/HaltedTraverserStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:14 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:06 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.HaltedTraverserStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -105,10 +105,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">HaltedTraverserStrategy</a></code></td>
-<td class="colLast"><span class="typeNameLabel">HaltedTraverserStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html#detached--">detached</a></span>()</code>&nbsp;</td>
+<td class="colLast"><span class="typeNameLabel">HaltedTraverserStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">HaltedTraverserStrategy</a></code></td>
+<td class="colLast"><span class="typeNameLabel">HaltedTraverserStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html#detached--">detached</a></span>()</code>&nbsp;</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">HaltedTraverserStrategy</a></code></td>
 <td class="colLast"><span class="typeNameLabel">HaltedTraverserStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/HaltedTraverserStrategy.html#reference--">reference</a></span>()</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.Builder.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.Builder.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.Builder.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.Builder.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:14 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:06 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy.Builder (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -106,7 +106,9 @@
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
 <td class="colLast"><span class="typeNameLabel">PartitionStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#addReadPartition-java.lang.String-">addReadPartition</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;readPartition)</code>
-<div class="block">Specifies the partition of the graph to read from.</div>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">As of release 3.2.3, replaced by <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.util.List-"><code>readPartitions(List)</code></a>.</span></div>
+</div>
 </td>
 </tr>
 <tr class="rowColor">
@@ -126,6 +128,18 @@
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
+<td class="colLast"><span class="typeNameLabel">PartitionStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.util.List-">readPartitions</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<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>&gt;&nbsp;readPartitions)</code>
+<div class="block">Specifies the partition of the graph to read from.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
+<td class="colLast"><span class="typeNameLabel">PartitionStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#readPartitions-java.lang.String...-">readPartitions</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;readPartitions)</code>
+<div class="block">Specifies the partition of the graph to read from.</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy.Builder</a></code></td>
 <td class="colLast"><span class="typeNameLabel">PartitionStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.Builder.html#writePartition-java.lang.String-">writePartition</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;writePartition)</code>
 <div class="block">Specifies the name of the partition to write when adding vertices, edges and vertex properties.</div>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/PartitionStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:14 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:06 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.PartitionStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -109,6 +109,10 @@
 <div class="block">Creates the <code>PartitionStrategy</code>.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">PartitionStrategy</a></code></td>
+<td class="colLast"><span class="typeNameLabel">PartitionStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/PartitionStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/SubgraphStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/SubgraphStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/SubgraphStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/class-use/SubgraphStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:14 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:06 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.SubgraphStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../../script.js"></script>
 </head>
@@ -107,6 +107,10 @@
 <td class="colFirst"><code><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">SubgraphStrategy</a></code></td>
 <td class="colLast"><span class="typeNameLabel">SubgraphStrategy.Builder.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.Builder.html#create--">create</a></span>()</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>static <a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration">SubgraphStrategy</a></code></td>
+<td class="colLast"><span class="typeNameLabel">SubgraphStrategy.</span><code><span class="memberNameLink"><a href="../../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/decoration/SubgraphStrategy.html#create-Configuration-">create</a></span>(Configuration&nbsp;configuration)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 </li>

Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html?rev=1764499&r1=1764498&r2=1764499&view=diff
==============================================================================
--- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html (original)
+++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html Wed Oct 12 18:47:56 2016
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_91) on Sun Sep 11 20:57:12 EDT 2016 -->
+<!-- Generated by javadoc (1.8.0_101) on Wed Oct 12 14:46:03 EDT 2016 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>LazyBarrierStrategy (Apache TinkerPop 3.2.3-SNAPSHOT API)</title>
-<meta name="date" content="2016-09-11">
+<meta name="date" content="2016-10-12">
 <link rel="stylesheet" type="text/css" href="../../../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../../../script.js"></script>
 </head>
@@ -19,8 +19,8 @@
     catch(err) {
     }
 //-->
-var methods = {"i0":10,"i1":10,"i2":10,"i3":9};
-var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
+var methods = {"i0":42,"i1":42,"i2":42,"i3":41};
+var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"],32:["t6","Deprecated Methods"]};
 var altColor = "altColor";
 var rowColor = "rowColor";
 var tableTab = "tableTab";
@@ -118,8 +118,12 @@ var activeTableTab = "activeTableTab";
 <dd><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>, <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;<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;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&gt;&gt;, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interfa
 ce in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a></dd>
 </dl>
 <hr>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
+<div class="block"><span class="deprecationComment">As of release 3.2.3. Please use <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/optimization/LazyBarrierStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.optimization"><code>LazyBarrierStrategy</code></a>.</span></div>
+</div>
 <br>
-<pre>public final class <span class="typeNameLabel">LazyBarrierStrategy</span>
+<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a>
+public final class <span class="typeNameLabel">LazyBarrierStrategy</span>
 extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/AbstractTraversalStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy">AbstractTraversalStrategy</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;
 implements <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a></pre>
 <dl>
@@ -163,9 +167,18 @@ implements <a href="../../../../../../..
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected static int</code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#MAX_BARRIER_SIZE">MAX_BARRIER_SIZE</a></span></code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#MAX_BARRIER_SIZE">MAX_BARRIER_SIZE</a></span></code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 </table>
+<ul class="blockList">
+<li class="blockList"><a name="fields.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Fields inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#STRATEGY">STRATEGY</a></code></li>
+</ul>
 </li>
 </ul>
 <!-- ========== METHOD SUMMARY =========== -->
@@ -175,30 +188,36 @@ implements <a href="../../../../../../..
 </a>
 <h3>Method Summary</h3>
 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
-<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
+<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated 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/strategy/finalization/LazyBarrierStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal.Admin</a>&lt;?,?&gt;&nbsp;traversal)</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal.Admin</a>&lt;?,?&gt;&nbsp;traversal)</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 <tr id="i1" class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#applyPost--">applyPost</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">The set of strategies that must be executed after this strategy is executed.</div>
 </td>
 </tr>
 <tr id="i2" class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;&gt;</code></td>
 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#applyPrior--">applyPrior</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block">The set of strategies that must be executed before this strategy is executed.</div>
 </td>
 </tr>
 <tr id="i3" class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization">LazyBarrierStrategy</a></code></td>
-<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#instance--">instance</a></span>()</code>&nbsp;</td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html#instance--">instance</a></span>()</code>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
+&nbsp;</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -222,6 +241,13 @@ implements <a href="../../../../../../..
 <h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a></h3>
 <code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html#compareTo-java.lang.Class-">compareTo</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html#getTraversalCategory--">getTraversalCategory</a></code></li>
 </ul>
+<ul class="blockList">
+<li class="blockList"><a name="methods.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.TraversalStrategy">
+<!--   -->
+</a>
+<h3>Methods inherited from interface&nbsp;org.apache.tinkerpop.gremlin.process.traversal.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a></h3>
+<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#getConfiguration--">getConfiguration</a></code></li>
+</ul>
 </li>
 </ul>
 </li>
@@ -243,6 +269,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>MAX_BARRIER_SIZE</h4>
 <pre>protected static final&nbsp;int MAX_BARRIER_SIZE</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <dl>
 <dt><span class="seeLabel">See Also:</span></dt>
 <dd><a href="../../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization.LazyBarrierStrategy.MAX_BARRIER_SIZE">Constant Field Values</a></dd>
@@ -264,6 +291,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>apply</h4>
 <pre>public&nbsp;void&nbsp;apply(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal.Admin</a>&lt;?,?&gt;&nbsp;traversal)</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#apply-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">apply</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy</a>&lt;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;</code></dd>
@@ -277,6 +305,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>applyPrior</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;&gt;&nbsp;applyPrior()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPrior--">TraversalStrategy</a></code></span></div>
 <div class="block">The set of strategies that must be executed before this strategy is executed.
  If there are no ordering requirements, the default implementation returns an empty set.</div>
@@ -295,6 +324,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>applyPost</h4>
 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<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;? extends <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.FinalizationStrategy.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">TraversalStrategy.FinalizationStrategy</a>&gt;&gt;&nbsp;applyPost()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 <div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/TraversalStrategy.html#applyPost--">TraversalStrategy</a></code></span></div>
 <div class="block">The set of strategies that must be executed after this strategy is executed.
  If there are no ordering requirements, the default implementation returns an empty set.</div>
@@ -313,6 +343,7 @@ implements <a href="../../../../../../..
 <li class="blockList">
 <h4>instance</h4>
 <pre>public static&nbsp;<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/LazyBarrierStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization">LazyBarrierStrategy</a>&nbsp;instance()</pre>
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;</div>
 </li>
 </ul>
 </li>