Added: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html?rev=1855339&view=auto ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html (added) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html Tue Mar 12 18:05:28 2019 @@ -0,0 +1,262 @@ +<!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 (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 (Apache TinkerPop 3.4.1-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":6}; +var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract 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.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/Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../allclasses-noframe.html">All 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: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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="Interface ProfilingAware" class="title">Interface ProfilingAware</h2> +</div> +<div class="contentContainer"> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Known Implementing Classes:</dt> +<dd><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">GroupSideEffectStep</a>, <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></dd> +</dl> +<hr> +<br> +<pre>public interface <span class="typeNameLabel">ProfilingAware</span></pre> +<div class="block">Marks a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that is aware of profiling. A good example of where this is important is with + <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><code>GroupStep</code></a> which needs to track and hold 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>, which is important for the + <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/strategy/finalization/ProfileStrategy.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.strategy.finalization"><code>ProfileStrategy</code></a> to know about. Once the <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> is injected the <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> needs to be + recalculated so that the timer can be properly started on the associated <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>. Without that indirect + start of the timer, the operation related to the <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> will not be properly accounted for and when + metrics are normalized it is possible to end up with a negative timing.</div> +<dl> +<dt><span class="simpleTagLabel">Author:</span></dt> +<dd>Stephen Mallette (http://stephen.genoprime.com)</dd> +</dl> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== NESTED CLASS SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="nested.class.summary"> +<!-- --> +</a> +<h3>Nested Class Summary</h3> +<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> +<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Interface and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><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></span></code> +<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> +</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"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </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.html#prepareForProfiling--">prepareForProfiling</a></span>()</code> +<div class="block">Prepares the step for any internal changes that might help ensure that profiling will work as expected.</div> +</td> +</tr> +</table> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="prepareForProfiling--"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>prepareForProfiling</h4> +<pre>void prepareForProfiling()</pre> +<div class="block">Prepares the step for any internal changes that might help ensure that profiling will work as expected.</div> +</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.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/Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../allclasses-noframe.html">All 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: </li> +<li><a href="#nested.class.summary">Nested</a> | </li> +<li>Field | </li> +<li>Constr | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li>Constr | </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 © 2013–2019 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html>
Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.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>Ranging (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> @@ -50,7 +50,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ReadWriting.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> @@ -198,7 +198,7 @@ var activeTableTab = "activeTableTab"; </div> <div class="subNav"> <ul class="navList"> -<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ReadWriting.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/Barrier.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/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/class-use/Barrier.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/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: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.step.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> @@ -125,6 +125,34 @@ </tr> </tbody> </table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step</a> that implement <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><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></span></code> +<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> +</td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation"> +<caption><span>Constructors in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step</a> with parameters of type <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colLast"><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> 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> profileStep)</code> </td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.tinkerpop.gremlin.process.traversal.step.filter"> <!-- --> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/MemoryComputing.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/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/class-use/MemoryComputing.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/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: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.step.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> @@ -131,6 +131,22 @@ </tr> </tbody> </table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step</a> that implement <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">MemoryComputing</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>static class </code></td> +<td class="colLast"><code><span class="memberNameLink"><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></span></code> +<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> +</td> +</tr> +</tbody> +</table> </li> <li class="blockList"><a name="org.apache.tinkerpop.gremlin.process.traversal.step.filter"> <!-- --> Added: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html?rev=1855339&view=auto ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html (added) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html Tue Mar 12 18:05:28 2019 @@ -0,0 +1,126 @@ +<!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:51 EDT 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Class org.apache.tinkerpop.gremlin.process.traversal.step.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="Uses of Class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier (Apache TinkerPop 3.4.1-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</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><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.ProfiledBarrier.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All 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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Class org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier" class="title">Uses of Class<br>org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier</h2> +</div> +<div class="classUseContainer">No usage of org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware.ProfiledBarrier</div> +<!-- ======= 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><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.ProfiledBarrier.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.ProfiledBarrier.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All 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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2013–2019 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Added: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html?rev=1855339&view=auto ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html (added) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html Tue Mar 12 18:05:28 2019 @@ -0,0 +1,188 @@ +<!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:51 EDT 2019 --> +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> +<title>Uses of Interface org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware (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="Uses of Interface org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware (Apache TinkerPop 3.4.1-SNAPSHOT API)"; + } + } + catch(err) { + } +//--> +</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><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../../../../../../allclasses-noframe.html">All 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> +<a name="skip.navbar.top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<div class="header"> +<h2 title="Uses of Interface org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware" class="title">Uses of Interface<br>org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware</h2> +</div> +<div class="classUseContainer"> +<ul class="blockList"> +<li class="blockList"> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> +<caption><span>Packages that use <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Package</th> +<th class="colLast" scope="col">Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.step.map">org.apache.tinkerpop.gremlin.process.traversal.step.map</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect</a></td> +<td class="colLast"> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"> +<ul class="blockList"> +<li class="blockList"><a name="org.apache.tinkerpop.gremlin.process.traversal.step.map"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a> in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step.map</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step.map</a> that implement <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><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><S,K,V></span></code> </td> +</tr> +</tbody> +</table> +</li> +<li class="blockList"><a name="org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a> in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> +<caption><span>Classes in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/package-summary.html">org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect</a> that implement <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Class and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>class </code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">GroupSideEffectStep</a><S,K,V></span></code> </td> +</tr> +</tbody> +</table> +</li> +</ul> +</li> +</ul> +</div> +<!-- ======= 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><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Class</a></li> +<li class="navBarCell1Rev">Use</li> +<li><a href="../../../../../../../../overview-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>Prev</li> +<li>Next</li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../../../index.html?org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html" target="_top">Frames</a></li> +<li><a href="ProfilingAware.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../../../../../../allclasses-noframe.html">All 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> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +<p class="legalCopy"><small>Copyright © 2013–2019 <a href="http://www.apache.org/">Apache Software Foundation</a>. All rights reserved.</small></p> +</body> +</html> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.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:48:58 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:39 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GroupStep (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> @@ -19,7 +19,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":9,"i2":9,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10}; +var methods = {"i0":10,"i1":9,"i2":9,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":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"; @@ -120,13 +120,13 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> -<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/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traverser.Admin</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>>, <a href="../../../../../../../../org/apache /tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Step</a><S,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <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="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Generating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Generati ng</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">MemoryComputing</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a></dd> +<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/AutoCloseable.html?is-external=true" title="class or interface in java.lang">AutoCloseable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a><<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traverser.Admin</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>>, <a href="../../../../../../../../org/apache /tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Step</a><S,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <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="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Generating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Generati ng</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/MemoryComputing.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">MemoryComputing</a><<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache .tinkerpop.gremlin.process.traversal.step">TraversalParent</a></dd> </dl> <hr> <br> <pre>public final class <span class="typeNameLabel">GroupStep<S,K,V></span> extends <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><S,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><K,V>> -implements <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a></pre> +implements <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a>, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></pre> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Marko A. Rodriguez (http://markorodriguez.com)</dd> @@ -156,6 +156,13 @@ implements <a href="../../../../../../.. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.GroupBiOperator.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map">GroupStep.GroupBiOperator</a><<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.GroupBiOperator.html" title="type parameter in GroupStep.GroupBiOperator">K</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.GroupBiOperator.html" title="type parameter in GroupStep.GroupBiOperator">V</a>></span></code> </td> </tr> </table> +<ul class="blockList"> +<li class="blockList"><a name="nested.classes.inherited.from.class.org.apache.tinkerpop.gremlin.process.traversal.step.ProfilingAware"> +<!-- --> +</a> +<h3>Nested classes/interfaces inherited from interface org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></h3> +<code><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></code></li> +</ul> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> @@ -255,16 +262,23 @@ implements <a href="../../../../../../.. <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html#modulateBy-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">modulateBy</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><?,?> kvTraversal)</code> </td> </tr> <tr id="i9" 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/map/GroupStep.html#prepareForProfiling--">prepareForProfiling</a></span>()</code> +<div class="block">Reset the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> on the step to be wrapped in a <code>ProfiledBarrier</code> which can properly start/stop + the timer on the associated <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>.</div> +</td> +</tr> +<tr id="i10" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a><<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="type parameter in GroupStep">K</a>,<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="type parameter in GroupStep">V</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html#projectTraverser-org.apache.tinkerpop.gremlin.process.traversal.Traverser.Admin-">projectTraverser</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traverser.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traverser.Admin</a><<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="type parameter in GroupStep">S</a>> traverser)</code> </td> </tr> -<tr id="i10" class="altColor"> +<tr id="i11" 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/map/GroupStep.html#setTraversal-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-">setTraversal</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><?,?> parentTraversal)</code> <div class="block">Set the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Traversal</code></a> that this step is contained within.</div> </td> </tr> -<tr id="i11" class="rowColor"> +<tr id="i12" 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/step/map/GroupStep.html#toString--">toString</a></span>()</code> </td> </tr> @@ -358,7 +372,7 @@ implements <a href="../../../../../../.. <pre>public static <S,V> <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a> determineBarrierStep(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Traversal.Admin.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal">Traversal.Admin</a><S,V> traversal)</pre> <div class="block">Determines the first (non-local) barrier step in the provided traversal. This method is used by <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><code>GroupStep</code></a> and <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/sideEffect/GroupSideEffectStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect"><code>GroupSideEffectStep</code></a> to ultimately - determine the reducing reducing bi-operator.</div> + determine the reducing bi-operator.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>traversal</code> - The traversal to inspect.</dd> @@ -367,6 +381,21 @@ implements <a href="../../../../../../.. </dl> </li> </ul> +<a name="prepareForProfiling--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>prepareForProfiling</h4> +<pre>public void prepareForProfiling()</pre> +<div class="block">Reset the <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><code>Barrier</code></a> on the step to be wrapped in a <code>ProfiledBarrier</code> which can properly start/stop + the timer on the associated <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/util/ProfileStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.util"><code>ProfileStep</code></a>.</div> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html#prepareForProfiling--">prepareForProfiling</a></code> in interface <code><a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></code></dd> +</dl> +</li> +</ul> <a name="modulateBy-org.apache.tinkerpop.gremlin.process.traversal.Traversal.Admin-"> <!-- --> </a> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/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/step/map/package-tree.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/map/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.step.map 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> @@ -335,7 +335,7 @@ <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/CountGlobalStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">CountGlobalStep</span></a><S></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/FoldStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">FoldStep</span></a><S,E></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupCountStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">GroupCountStep</span></a><S,E> (implements org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">GroupStep</span></a><S,K,V> (implements org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/GroupStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">GroupStep</span></a><S,K,V> (implements org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ByModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ByModulating</a>, org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a>, org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interfac e in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a>)</li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MaxGlobalStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">MaxGlobalStep</span></a><S></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MeanGlobalStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">MeanGlobalStep</span></a><S,E></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.map.<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/map/MinGlobalStep.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step.map"><span class="typeNameLink">MinGlobalStep</span></a><S></li> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-frame.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-frame.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-frame.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-frame.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.step (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> @@ -31,6 +31,7 @@ <li><a href="Parameterizing.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">Parameterizing</span></a></li> <li><a href="PathProcessor.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">PathProcessor</span></a></li> <li><a href="Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">Profiling</span></a></li> +<li><a href="ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">ProfilingAware</span></a></li> <li><a href="Ranging.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">Ranging</span></a></li> <li><a href="ReadWriting.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">ReadWriting</span></a></li> <li><a href="Scoping.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame"><span class="interfaceName">Scoping</span></a></li> @@ -43,6 +44,7 @@ <ul title="Classes"> <li><a href="ComplexTest.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame">ComplexTest</a></li> <li><a href="ComplexTest.Traversals.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame">ComplexTest.Traversals</a></li> +<li><a href="ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step" target="classFrame">ProfilingAware.ProfiledBarrier</a></li> </ul> <h2 title="Enums">Enums</h2> <ul title="Enums"> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-summary.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.step (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> @@ -180,39 +180,45 @@ </td> </tr> <tr class="rowColor"> +<td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ProfilingAware</a></td> +<td class="colLast"> +<div class="block">Marks a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that is aware of profiling.</div> +</td> +</tr> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Ranging</a></td> <td class="colLast"> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ReadWriting.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">ReadWriting</a></td> <td class="colLast"> <div class="block">An interface that defines a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that handles IO based operations for a <a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a>.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Scoping.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Scoping</a></td> <td class="colLast"> <div class="block">This interface is implemented by <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> implementations that access labeled path steps, side-effects or <code>Map</code> values by key, such as <code>select('a')</code> step.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/SideEffectCapable.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">SideEffectCapable</a><S,E></td> <td class="colLast"> <div class="block">A <code>SideEffectCapable</code> step stores a side-effect data structure accessible by a side-effect key.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TimesModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TimesModulating</a></td> <td class="colLast"> <div class="block">A <code>TimesModulating</code> step is one that can do something with <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#times-int-"><code>GraphTraversal.times(int)</code></a>.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalOptionParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalOptionParent</a><M,S,E></td> <td class="colLast"> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalParent.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">TraversalParent</a></td> <td class="colLast"> </td> </tr> @@ -235,6 +241,13 @@ <td class="colFirst"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ComplexTest.Traversals.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step">ComplexTest.Traversals</a></td> <td class="colLast"> </td> </tr> +<tr class="altColor"> +<td class="colFirst"><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></td> +<td class="colLast"> +<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> +</td> +</tr> </tbody> </table> </li> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/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/step/package-tree.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/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.step 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> @@ -95,6 +95,7 @@ </li> </ul> </li> +<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.ProfiledBarrier.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">ProfilingAware.ProfiledBarrier</span></a> (implements org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Barrier.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step">Barrier</a><B>)</li> </ul> </li> </ul> @@ -143,6 +144,7 @@ </li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/PathProcessor.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">PathProcessor</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Profiling.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Profiling</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ProfilingAware.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">ProfilingAware</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Ranging.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Ranging</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Scoping.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Scoping</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TimesModulating.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">TimesModulating</span></a></li> @@ -153,10 +155,10 @@ <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><E> (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><T>, 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.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Scoping.Variable.html" title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Scoping.Variable</span></a></li> -<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<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">PathProcessor.ElementRequirement</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/TraversalOptionParent.Pick.html" title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">TraversalOptionParent.Pick</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<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">PathProcessor.ElementRequirement</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/ReadWriting.Mode.html" title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">ReadWriting.Mode</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.process.traversal.step.<a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/Scoping.Variable.html" title="enum in org.apache.tinkerpop.gremlin.process.traversal.step"><span class="typeNameLink">Scoping.Variable</span></a></li> </ul> </li> </ul> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-use.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-use.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-use.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/step/package-use.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:14 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:52 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package org.apache.tinkerpop.gremlin.process.traversal.step (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> @@ -561,12 +561,17 @@ </td> </tr> <tr class="rowColor"> +<td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html#org.apache.tinkerpop.gremlin.process.traversal.step.map">ProfilingAware</a> +<div class="block">Marks a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that is aware of profiling.</div> +</td> +</tr> +<tr class="altColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/Scoping.html#org.apache.tinkerpop.gremlin.process.traversal.step.map">Scoping</a> <div class="block">This interface is implemented by <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> implementations that access labeled path steps, side-effects or <code>Map</code> values by key, such as <code>select('a')</code> step.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/TraversalParent.html#org.apache.tinkerpop.gremlin.process.traversal.step.map">TraversalParent</a> </td> </tr> </tbody> @@ -636,27 +641,32 @@ <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/PathProcessor.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">PathProcessor</a> </td> </tr> <tr class="rowColor"> +<td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ProfilingAware.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">ProfilingAware</a> +<div class="block">Marks a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that is aware of profiling.</div> +</td> +</tr> +<tr class="altColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ReadWriting.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">ReadWriting</a> <div class="block">An interface that defines a <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> as one that handles IO based operations for a <a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a>.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/ReadWriting.Mode.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">ReadWriting.Mode</a> <div class="block">Determines the mode of the the IO operation as being for reading or writing (or by default "unset")</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/Scoping.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">Scoping</a> <div class="block">This interface is implemented by <a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/Step.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal"><code>Step</code></a> implementations that access labeled path steps, side-effects or <code>Map</code> values by key, such as <code>select('a')</code> step.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/SideEffectCapable.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">SideEffectCapable</a> <div class="block">A <code>SideEffectCapable</code> step stores a side-effect data structure accessible by a side-effect key.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/step/class-use/TraversalParent.html#org.apache.tinkerpop.gremlin.process.traversal.step.sideEffect">TraversalParent</a> </td> </tr> </tbody>
