Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalExplanation.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalExplanation.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalExplanation.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalExplanation.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:12 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 Class org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation (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> @@ -105,6 +105,20 @@ </a> <h3>Uses of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a> in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a></code></td> +<td class="colLast"><span class="typeNameLabel">TraversalExplanationSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalExplanationSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -118,9 +132,9 @@ </td> </tr> <tr class="rowColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">TraversalExplanationSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalExplanationSerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">TraversalExplanationSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalExplanationSerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.util.TraversalExplanation-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalExplanation.html" title="class in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalExplanation</a> value, + ByteBuf buffer, <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody>
Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalMetrics.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalMetrics.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalMetrics.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalMetrics.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:12 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.util.TraversalMetrics (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> @@ -84,22 +84,26 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal">org.apache.tinkerpop.gremlin.process.traversal</a></td> +<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.driver.ser.binary.types">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">org.apache.tinkerpop.gremlin.process.traversal.dsl.graph</a></td> +<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal">org.apache.tinkerpop.gremlin.process.traversal</a></td> <td class="colLast"> </td> </tr> <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="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.dsl.graph">org.apache.tinkerpop.gremlin.process.traversal.dsl.graph</a></td> <td class="colLast"> </td> </tr> <tr class="rowColor"> -<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.util">org.apache.tinkerpop.gremlin.process.traversal.util</a></td> +<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="altColor"> +<td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.process.traversal.util">org.apache.tinkerpop.gremlin.process.traversal.util</a></td> +<td class="colLast"> </td> +</tr> +<tr class="rowColor"> <td class="colFirst"><a href="#org.apache.tinkerpop.gremlin.structure.io.gryo">org.apache.tinkerpop.gremlin.structure.io.gryo</a></td> <td class="colLast"> </td> </tr> @@ -108,6 +112,40 @@ </li> <li class="blockList"> <ul class="blockList"> +<li class="blockList"><a name="org.apache.tinkerpop.gremlin.driver.ser.binary.types"> +<!-- --> +</a> +<h3>Uses of <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalMetrics.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalMetrics</a> in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalMetrics.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalMetrics</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalMetrics.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalMetrics</a></code></td> +<td class="colLast"><span class="typeNameLabel">TraversalMetricsSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalMetricsSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalMetrics.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalMetrics</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">TraversalMetricsSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/TraversalMetricsSerializer.html#writeValue-org.apache.tinkerpop.gremlin.process.traversal.util.TraversalMetrics-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/TraversalMetrics.html" title="interface in org.apache.tinkerpop.gremlin.process.traversal.util">TraversalMetrics</a> value, + ByteBuf buffer, + <a href="../../../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> +</tr> +</tbody> +</table> +</li> <li class="blockList"><a name="org.apache.tinkerpop.gremlin.process.traversal"> <!-- --> </a> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/package-use.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/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/util/package-use.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/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.util (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> @@ -162,6 +162,11 @@ mapping reflecting how each strategy alters the traversal.</div> </td> </tr> +<tr class="altColor"> +<td class="colOne"><a href="../../../../../../../org/apache/tinkerpop/gremlin/process/traversal/util/class-use/TraversalMetrics.html#org.apache.tinkerpop.gremlin.driver.ser.binary.types">TraversalMetrics</a> +<div class="block">Contains the Metrics gathered for a Traversal as the result of the .profile()-step.</div> +</td> +</tr> </tbody> </table> </li> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/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:11 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.server.handler 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> @@ -111,12 +111,12 @@ </li> <li type="circle">ChannelInboundHandlerAdapter <ul> -<li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="../../../../../../org/apache/tinkerpop/gremlin/server/handler/HttpGremlinEndpointHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">HttpGremlinEndpointHandler</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="../../../../../../org/apache/tinkerpop/gremlin/server/handler/WsAndHttpChannelizerHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">WsAndHttpChannelizerHandler</span></a></li> </ul> </li> <li type="circle">ChannelInboundHandlerAdapter <ul> -<li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="../../../../../../org/apache/tinkerpop/gremlin/server/handler/WsAndHttpChannelizerHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">WsAndHttpChannelizerHandler</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="../../../../../../org/apache/tinkerpop/gremlin/server/handler/HttpGremlinEndpointHandler.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">HttpGremlinEndpointHandler</span></a></li> </ul> </li> <li type="circle">org.apache.tinkerpop.gremlin.server.handler.<a href="../../../../../../org/apache/tinkerpop/gremlin/server/handler/Frame.html" title="class in org.apache.tinkerpop.gremlin.server.handler"><span class="typeNameLink">Frame</span></a></li> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.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:01 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:41 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>SessionOpProcessor (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> @@ -168,35 +168,42 @@ extends <a href="../../../../../../../or </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/server/op/session/SessionOpProcessor.html#CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED">CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED</a></span></code> +<div class="block">Configuration setting that behaves as an override to the global script engine setting of the same name that is + provided to the <a href="../../../../../../../org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyCompilerGremlinPlugin.html" title="class in org.apache.tinkerpop.gremlin.groovy.jsr223"><code>GroovyCompilerGremlinPlugin</code></a>.</div> +</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/server/op/session/SessionOpProcessor.html#CONFIG_PER_GRAPH_CLOSE_TIMEOUT">CONFIG_PER_GRAPH_CLOSE_TIMEOUT</a></span></code> <div class="block">Configuration setting for how long to wait in milliseconds for each configured graph to close any open transactions when the session is killed.</div> </td> </tr> -<tr class="rowColor"> +<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/server/op/session/SessionOpProcessor.html#CONFIG_SESSION_TIMEOUT">CONFIG_SESSION_TIMEOUT</a></span></code> <div class="block">Configuration setting for how long a session will be available before it times out.</div> </td> </tr> -<tr class="altColor"> +<tr class="rowColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#DEFAULT_PER_GRAPH_CLOSE_TIMEOUT">DEFAULT_PER_GRAPH_CLOSE_TIMEOUT</a></span></code> <div class="block">Default amount of time to wait in milliseconds for each configured graph to close any open transactions when the session is killed.</div> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>static long</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#DEFAULT_SESSION_TIMEOUT">DEFAULT_SESSION_TIMEOUT</a></span></code> <div class="block">Default timeout for a session is eight hours.</div> </td> </tr> -<tr class="altColor"> +<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/server/op/session/SessionOpProcessor.html#OP_PROCESSOR_NAME">OP_PROCESSOR_NAME</a></span></code> </td> </tr> -<tr class="rowColor"> +<tr class="altColor"> <td class="colFirst"><code>protected static <a href="http://docs.oracle.com/javase/8/docs/api/java/util/concurrent/ConcurrentHashMap.html?is-external=true" title="class or interface in java.util.concurrent">ConcurrentHashMap</a><<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>,<a href="../../../../../../../org/apache/tinkerpop/gremlin/server/op/session/Session.html" title="class in org.apache.tinkerpop.gremlin.server.op.session">Session</a>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/server/op/session/SessionOpProcessor.html#sessions">sessions</a></span></code> <div class="block">Script engines are evaluated in a per session context where imports/scripts are isolated per session.</div> @@ -386,6 +393,21 @@ extends <a href="../../../../../../../or </dl> </li> </ul> +<a name="CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED</h4> +<pre>public static final <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> CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED</pre> +<div class="block">Configuration setting that behaves as an override to the global script engine setting of the same name that is + provided to the <a href="../../../../../../../org/apache/tinkerpop/gremlin/groovy/jsr223/GroovyCompilerGremlinPlugin.html" title="class in org.apache.tinkerpop.gremlin.groovy.jsr223"><code>GroovyCompilerGremlinPlugin</code></a>.</div> +<dl> +<dt><span class="seeLabel">See Also:</span></dt> +<dd><a href="../../../../../../../constant-values.html#org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor.CONFIG_GLOBAL_FUNCTION_CACHE_ENABLED">Constant Field Values</a></dd> +</dl> +</li> +</ul> <a name="DEFAULT_SESSION_TIMEOUT"> <!-- --> </a> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Edge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Edge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Edge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Edge.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:02 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Edge (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> @@ -207,7 +207,8 @@ extends <a href="../../../../../org/apac <tr id="i3" class="rowColor"> <td class="colFirst"><code><V> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -329,7 +330,8 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>properties</h4> <pre><V> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Element.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Element.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Element.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Element.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:02 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Element (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> @@ -185,7 +185,8 @@ var activeTableTab = "activeTableTab"; <tr id="i4" class="altColor"> <td class="colFirst"><code><V> <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><? extends <a href="../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -358,7 +359,8 @@ var activeTableTab = "activeTableTab"; <li class="blockList"> <h4>properties</h4> <pre><V> <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><? extends <a href="../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> </li> </ul> </li> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.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:02 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Graph.Features (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> @@ -115,7 +115,13 @@ var activeTableTab = "activeTableTab"; of features return <code>true</code> and it is up to implementers to disable feature they don't support. Users should check features prior to using various functions of TinkerPop to help ensure code portability across implementations. For example, a common usage would be to check if a graph supports transactions prior - to calling the commit method on <a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html#tx--"><code>Graph.tx()</code></a>.</div> + to calling the commit method on <a href="../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html#tx--"><code>Graph.tx()</code></a>. + <p/> + As an additional notice to Graph Providers, feature methods will be used by the test suite to determine which + tests will be ignored and which will be executed, therefore proper setting of these features is essential to + maximizing the amount of testing performed by the suite. Further note, that these methods may be called by the + TinkerPop core code to determine what operations may be appropriately executed which will have impact on + features utilized by users.</div> </li> </ul> </div> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/StructureStandardSuite.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/StructureStandardSuite.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/StructureStandardSuite.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/StructureStandardSuite.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:02 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>StructureStandardSuite (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> @@ -138,8 +138,9 @@ extends <a href="../../../../../org/apac executed. Note that while the above example demonstrates configuration of this suite, this approach generally applies to all other test suites. <p/> - Set the <code>GREMLIN_TESTS</code> environment variable to a comma separated list of test classes to execute. - This setting can be helpful to restrict execution of tests to specific ones being focused on during development.</div> + Set the <code>GREMLIN_TESTS</code> environment variable to a comma separated list of qualified names of the test classes + to execute. This setting can be helpful to restrict execution of tests to specific ones being focused on during + development.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Stephen Mallette (http://stephen.genoprime.com)</dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Vertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Vertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Vertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Vertex.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:03 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Vertex (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> @@ -206,7 +206,8 @@ extends <a href="../../../../../org/apac <tr id="i2" class="altColor"> <td class="colFirst"><code><V> <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/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i3" class="rowColor"> @@ -477,7 +478,8 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>properties</h4> <pre><V> <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/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/VertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/VertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/VertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/VertexProperty.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:03 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:42 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>VertexProperty (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> @@ -212,7 +212,8 @@ extends <a href="../../../../../org/apac <tr id="i4" class="altColor"> <td class="colFirst"><code><U> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> </table> @@ -338,7 +339,8 @@ extends <a href="../../../../../org/apac <li class="blockList"> <h4>properties</h4> <pre><U> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../org/apache/tinkerpop/gremlin/structure/Element.html" title="interface in org.apache.tinkerpop.gremlin.structure">Element</a></code></dd> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Edge.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.structure.Edge (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> @@ -332,7 +332,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></td> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></td> <td class="colLast"><span class="typeNameLabel">EdgeSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/EdgeSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> </tr> @@ -346,9 +346,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">EdgeSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/EdgeSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Edge-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">EdgeSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/EdgeSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Edge-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a> value, + ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Graph.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Graph.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Graph.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Graph.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:52 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.tinkerpop.gremlin.structure.Graph (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> @@ -659,6 +659,20 @@ </a> <h3>Uses of <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a> in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a></code></td> +<td class="colLast"><span class="typeNameLabel">GraphSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/GraphSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -666,9 +680,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">GraphSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/GraphSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Graph-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">GraphSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/GraphSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Graph-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Graph.html" title="interface in org.apache.tinkerpop.gremlin.structure">Graph</a> value, + ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Property.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.structure.Property (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> @@ -237,6 +237,20 @@ </a> <h3>Uses of <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a> in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a></code></td> +<td class="colLast"><span class="typeNameLabel">PropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/PropertySerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -244,9 +258,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">PropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/PropertySerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Property-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">PropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/PropertySerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Property-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a> value, + ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody> @@ -869,19 +883,22 @@ <tr class="altColor"> <td class="colFirst"><code><U> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><U>></code></td> <td class="colLast"><span class="typeNameLabel">VertexProperty.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><V> <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><? extends <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><span class="typeNameLabel">Element.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><V> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><span class="typeNameLabel">Edge.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> </tbody> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Vertex.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:52 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.apache.tinkerpop.gremlin.structure.Vertex (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> @@ -467,7 +467,7 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a></code></td> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a></code></td> <td class="colLast"><span class="typeNameLabel">VertexSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexSerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> </tr> @@ -481,9 +481,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">VertexSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Vertex-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">VertexSerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexSerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.Vertex-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html" title="interface in org.apache.tinkerpop.gremlin.structure">Vertex</a> value, + ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/VertexProperty.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.structure.VertexProperty (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> @@ -252,6 +252,20 @@ </a> <h3>Uses of <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a> in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> +<caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> that return <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a></span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tbody> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a></code></td> +<td class="colLast"><span class="typeNameLabel">VertexPropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexPropertySerializer.html#readValue-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryReader-">readValue</a></span>(ByteBuf buffer, + <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryReader.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryReader</a> context)</code> </td> +</tr> +</tbody> +</table> +<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/package-summary.html">org.apache.tinkerpop.gremlin.driver.ser.binary.types</a> with parameters of type <a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a></span><span class="tabEnd"> </span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> @@ -259,9 +273,9 @@ </tr> <tbody> <tr class="altColor"> -<td class="colFirst"><code>ByteBuf</code></td> -<td class="colLast"><span class="typeNameLabel">VertexPropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexPropertySerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.VertexProperty-ByteBufAllocator-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a> value, - ByteBufAllocator allocator, +<td class="colFirst"><code>protected void</code></td> +<td class="colLast"><span class="typeNameLabel">VertexPropertySerializer.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/types/VertexPropertySerializer.html#writeValue-org.apache.tinkerpop.gremlin.structure.VertexProperty-ByteBuf-org.apache.tinkerpop.gremlin.driver.ser.binary.GraphBinaryWriter-">writeValue</a></span>(<a href="../../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a> value, + ByteBuf buffer, <a href="../../../../../../org/apache/tinkerpop/gremlin/driver/ser/binary/GraphBinaryWriter.html" title="class in org.apache.tinkerpop.gremlin.driver.ser.binary">GraphBinaryWriter</a> context)</code> </td> </tr> </tbody> @@ -905,7 +919,8 @@ <tr class="altColor"> <td class="colFirst"><code><V> <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/structure/VertexProperty.html" title="interface in org.apache.tinkerpop.gremlin.structure">VertexProperty</a><V>></code></td> <td class="colLast"><span class="typeNameLabel">Vertex.</span><code><span class="memberNameLink"><a href="../../../../../../org/apache/tinkerpop/gremlin/structure/Vertex.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> </tbody> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/package-tree.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/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:11 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.structure 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> @@ -218,14 +218,14 @@ <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.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/PropertyType.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">PropertyType</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">T</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/VertexProperty.Cardinality.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">VertexProperty.Cardinality</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.Status.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.Status</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.CLOSE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.CLOSE_BEHAVIOR</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/PropertyType.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">PropertyType</span></a></li> +<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Direction</span></a></li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Column.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Column</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/T.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">T</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Function.html?is-external=true" title="class or interface in java.util.function">Function</a><T,R>)</li> <li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.READ_WRITE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.READ_WRITE_BEHAVIOR</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Direction.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Direction</span></a></li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.CLOSE_BEHAVIOR.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.CLOSE_BEHAVIOR</span></a> (implements java.util.function.<a href="http://docs.oracle.com/javase/8/docs/api/java/util/function/Consumer.html?is-external=true" title="class or interface in java.util.function">Consumer</a><T>)</li> -<li type="circle">org.apache.tinkerpop.gremlin.structure.<a href="../../../../../org/apache/tinkerpop/gremlin/structure/Transaction.Status.html" title="enum in org.apache.tinkerpop.gremlin.structure"><span class="typeNameLink">Transaction.Status</span></a></li> </ul> </li> </ul> Modified: tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html?rev=1855339&r1=1855338&r2=1855339&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html (original) +++ tinkerpop/site/javadocs/3.4.1-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.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:00 EST 2019 --> +<!-- Generated by javadoc (1.8.0_191) on Tue Mar 12 14:01:41 EDT 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>DetachedEdge (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> @@ -261,7 +261,8 @@ implements <a href="../../../../../../.. <tr id="i3" class="rowColor"> <td class="colFirst"><code><V> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/util/detached/DetachedEdge.html#properties-java.lang.String...-">properties</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</code> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys.</div> </td> </tr> <tr id="i4" class="altColor"> @@ -453,7 +454,8 @@ implements <a href="../../../../../../.. <h4>properties</h4> <pre>public <V> <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/structure/Property.html" title="interface in org.apache.tinkerpop.gremlin.structure">Property</a><V>> properties(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>... propertyKeys)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Element.html#properties-java.lang.String...-">Element</a></code></span></div> -<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties.</div> +<div class="block">Get an <a href="http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><code>Iterator</code></a> of properties where the <code>propertyKeys</code> is meant to be a filter on the available + keys. If no keys are provide then return all the properties.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html#properties-java.lang.String...-">properties</a></code> in interface <code><a href="../../../../../../../org/apache/tinkerpop/gremlin/structure/Edge.html" title="interface in org.apache.tinkerpop.gremlin.structure">Edge</a></code></dd>
