Author: xiazcy
Date: Mon Mar 30 19:50:31 2026
New Revision: 1932670

Log:
Deploy docs for TinkerPop 4.0.0-SNAPSHOT

Modified:
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/member-search-index.zip
   
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/package-search-index.zip
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/type-search-index.zip
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/constant-values.html
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/member-search-index.zip
   
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
   
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
   
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphGraphFeatures.html
   
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerTransactionGraph.TinkerGraphGraphFeatures.html
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/package-search-index.zip
   tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/type-search-index.zip

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/member-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
==============================================================================
--- 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
        Mon Mar 30 19:09:51 2026        (r1932669)
+++ 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
        Mon Mar 30 19:50:31 2026        (r1932670)
@@ -468,10 +468,7 @@ extends <a href="Graph.Features.FeatureS
 <h4>supportsConcurrentAccess</h4>
 <pre 
class="methodSignature">default&nbsp;boolean&nbsp;supportsConcurrentAccess()</pre>
 <div class="block">Determines if the <code>Graph</code> implementation 
supports more than one connection to the same instance
- at the same time.  For example, Neo4j embedded does not support this feature 
because concurrent
- access to the same database files by multiple instances is not possible.  
However, Neo4j HA could
- support this feature as each new <code>Graph</code> instance coordinates with 
the Neo4j cluster allowing
- multiple instances to operate on the same database.</div>
+ at the same time.</div>
 </li>
 </ul>
 <a id="supportsTransactions()">

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/package-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/core/type-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/constant-values.html
==============================================================================
--- tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/constant-values.html    Mon Mar 
30 19:09:51 2026        (r1932669)
+++ tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/constant-values.html    Mon Mar 
30 19:50:31 2026        (r1932670)
@@ -10023,7 +10023,7 @@ $('.navPadding').css('padding-top', $('.
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;byte</code></td>
 <th class="colSecond" scope="row"><code><a 
href="org/apache/tinkerpop/gremlin/structure/io/binary/GraphBinaryWriter.html#VERSION_BYTE">VERSION_BYTE</a></code></th>
-<td class="colLast"><code>-127</code></td>
+<td class="colLast"><code>-124</code></td>
 </tr>
 </tbody>
 </table>

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/member-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
==============================================================================
--- 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
 Mon Mar 30 19:09:51 2026        (r1932669)
+++ 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/AbstractGraphProvider.html
 Mon Mar 30 19:50:31 2026        (r1932670)
@@ -350,8 +350,7 @@ implements <a href="GraphProvider.html"
                                                               <a 
href="LoadGraphWith.GraphData.html" title="enum in 
org.apache.tinkerpop.gremlin">LoadGraphWith.GraphData</a>&nbsp;loadGraphWith)</pre>
 <div class="block">Provides a basic configuration for a particular <a 
href="structure/Graph.html" title="interface in 
org.apache.tinkerpop.gremlin.structure"><code>Graph</code></a> instance and 
uses the <code>graphName</code> to ensure
  that the instance is unique.  It is up to the Gremlin implementation to 
determine how best to use the
- <code>graphName</code> to ensure uniqueness.  For example, Neo4j, might use 
the <code>graphName</code> might be used to
- create a different sub-directory where the graph is stored.
+ <code>graphName</code> to ensure uniqueness.
  <p/>
  The @{code test} and @{code testMethodName} can be used to alter graph 
configurations for specific tests.
  For example, a graph that has support for different transaction isolation 
levels might only support a feature

Modified: 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
==============================================================================
--- 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
        Mon Mar 30 19:09:51 2026        (r1932669)
+++ 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/Graph.Features.GraphFeatures.html
        Mon Mar 30 19:50:31 2026        (r1932670)
@@ -472,10 +472,7 @@ extends <a href="Graph.Features.FeatureS
 <h4>supportsConcurrentAccess</h4>
 <pre 
class="methodSignature">default&nbsp;boolean&nbsp;supportsConcurrentAccess()</pre>
 <div class="block">Determines if the <code>Graph</code> implementation 
supports more than one connection to the same instance
- at the same time.  For example, Neo4j embedded does not support this feature 
because concurrent
- access to the same database files by multiple instances is not possible.  
However, Neo4j HA could
- support this feature as each new <code>Graph</code> instance coordinates with 
the Neo4j cluster allowing
- multiple instances to operate on the same database.</div>
+ at the same time.</div>
 </li>
 </ul>
 <a id="supportsTransactions()">

Modified: 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphGraphFeatures.html
==============================================================================
--- 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphGraphFeatures.html
    Mon Mar 30 19:09:51 2026        (r1932669)
+++ 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraph.TinkerGraphGraphFeatures.html
    Mon Mar 30 19:50:31 2026        (r1932670)
@@ -250,10 +250,7 @@ implements <a href="../../structure/Grap
 <pre 
class="methodSignature">public&nbsp;boolean&nbsp;supportsConcurrentAccess()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../structure/Graph.Features.GraphFeatures.html#supportsConcurrentAccess()">Graph.Features.GraphFeatures</a></code></span></div>
 <div class="block">Determines if the <code>Graph</code> implementation 
supports more than one connection to the same instance
- at the same time.  For example, Neo4j embedded does not support this feature 
because concurrent
- access to the same database files by multiple instances is not possible.  
However, Neo4j HA could
- support this feature as each new <code>Graph</code> instance coordinates with 
the Neo4j cluster allowing
- multiple instances to operate on the same database.</div>
+ at the same time.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../structure/Graph.Features.GraphFeatures.html#supportsConcurrentAccess()">supportsConcurrentAccess</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../structure/Graph.Features.GraphFeatures.html" title="interface in 
org.apache.tinkerpop.gremlin.structure">Graph.Features.GraphFeatures</a></code></dd>

Modified: 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerTransactionGraph.TinkerGraphGraphFeatures.html
==============================================================================
--- 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerTransactionGraph.TinkerGraphGraphFeatures.html
 Mon Mar 30 19:09:51 2026        (r1932669)
+++ 
tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerTransactionGraph.TinkerGraphGraphFeatures.html
 Mon Mar 30 19:50:31 2026        (r1932670)
@@ -250,10 +250,7 @@ implements <a href="../../structure/Grap
 <pre 
class="methodSignature">public&nbsp;boolean&nbsp;supportsConcurrentAccess()</pre>
 <div class="block"><span class="descfrmTypeLabel">Description copied from 
interface:&nbsp;<code><a 
href="../../structure/Graph.Features.GraphFeatures.html#supportsConcurrentAccess()">Graph.Features.GraphFeatures</a></code></span></div>
 <div class="block">Determines if the <code>Graph</code> implementation 
supports more than one connection to the same instance
- at the same time.  For example, Neo4j embedded does not support this feature 
because concurrent
- access to the same database files by multiple instances is not possible.  
However, Neo4j HA could
- support this feature as each new <code>Graph</code> instance coordinates with 
the Neo4j cluster allowing
- multiple instances to operate on the same database.</div>
+ at the same time.</div>
 <dl>
 <dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
 <dd><code><a 
href="../../structure/Graph.Features.GraphFeatures.html#supportsConcurrentAccess()">supportsConcurrentAccess</a></code>&nbsp;in
 interface&nbsp;<code><a 
href="../../structure/Graph.Features.GraphFeatures.html" title="interface in 
org.apache.tinkerpop.gremlin.structure">Graph.Features.GraphFeatures</a></code></dd>

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/package-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Modified: tinkerpop/site/javadocs/4.0.0-SNAPSHOT/full/type-search-index.zip
==============================================================================
Binary file (source and/or target). No diff available.

Reply via email to