Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4BF7B200B8B for ; Tue, 4 Oct 2016 18:40:31 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4A8D0160AE9; Tue, 4 Oct 2016 16:40:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BDB7C160ADC for ; Tue, 4 Oct 2016 18:40:29 +0200 (CEST) Received: (qmail 98279 invoked by uid 500); 4 Oct 2016 16:40:28 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 98219 invoked by uid 99); 4 Oct 2016 16:40:28 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2016 16:40:28 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 4AB68C0E0C for ; Tue, 4 Oct 2016 16:40:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 231tyDjGfXpX for ; Tue, 4 Oct 2016 16:40:14 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id E63805FD7C for ; Tue, 4 Oct 2016 16:40:08 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 9EB27E7383 for ; Tue, 4 Oct 2016 16:40:06 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id C29003A32BD for ; Tue, 4 Oct 2016 16:40:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1763297 [19/26] - in /tinkerpop/site: docs/3.2.3-SNAPSHOT/dev/provider/ docs/3.2.3-SNAPSHOT/recipes/ docs/3.2.3-SNAPSHOT/reference/ docs/3.2.3-SNAPSHOT/tutorials/getting-started/ docs/3.2.3-SNAPSHOT/tutorials/the-gremlin-console/ docs/3.2.... Date: Tue, 04 Oct 2016 16:40:03 -0000 To: commits@tinkerpop.apache.org From: dkuppitz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161004164005.C29003A32BD@svn01-us-west.apache.org> archived-at: Tue, 04 Oct 2016 16:40:31 -0000 Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/Metrics.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/Metrics.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/Metrics.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/process/traversal/util/class-use/Metrics.html Tue Oct 4 16:40:01 2016 @@ -2,10 +2,10 @@ - + Uses of Interface org.apache.tinkerpop.gremlin.process.traversal.util.Metrics (Apache TinkerPop 3.2.3-SNAPSHOT API) - + @@ -122,24 +122,24 @@ Metrics +DefaultTraversalMetrics.getMetrics(int index)  + + +Metrics TraversalMetrics.getMetrics(int stepIndex)
Get an individual Metrics object by the index of the profiled Step.
- + Metrics -DefaultTraversalMetrics.getMetrics(int index)  +DefaultTraversalMetrics.getMetrics(String id)  - + Metrics TraversalMetrics.getMetrics(String id)
Get an individual Metrics object by the id of the profiled Step.
- -Metrics -DefaultTraversalMetrics.getMetrics(String id)  - Metrics Metrics.getNested(String metricsId) Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticatedUser.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticatedUser.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticatedUser.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticatedUser.html Tue Oct 4 16:40:01 2016 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.tinkerpop.gremlin.server.auth.AuthenticatedUser (Apache TinkerPop 3.2.3-SNAPSHOT API) - + @@ -118,9 +118,7 @@ AuthenticatedUser -Authenticator.authenticate(Map<String,String> credentials) -
A "standard" authentication implementation that can be used more generically without SASL support.
- +AllowAllAuthenticator.authenticate(Map<String,String> credentials)  AuthenticatedUser @@ -128,7 +126,9 @@ AuthenticatedUser -AllowAllAuthenticator.authenticate(Map<String,String> credentials)  +Authenticator.authenticate(Map<String,String> credentials) +
A "standard" authentication implementation that can be used more generically without SASL support.
+ AuthenticatedUser Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticationException.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticationException.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticationException.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/AuthenticationException.html Tue Oct 4 16:40:01 2016 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.tinkerpop.gremlin.server.auth.AuthenticationException (Apache TinkerPop 3.2.3-SNAPSHOT API) - + @@ -105,9 +105,7 @@ AuthenticatedUser -Authenticator.authenticate(Map<String,String> credentials) -
A "standard" authentication implementation that can be used more generically without SASL support.
- +AllowAllAuthenticator.authenticate(Map<String,String> credentials)  AuthenticatedUser @@ -115,7 +113,9 @@ AuthenticatedUser -AllowAllAuthenticator.authenticate(Map<String,String> credentials)  +Authenticator.authenticate(Map<String,String> credentials) +
A "standard" authentication implementation that can be used more generically without SASL support.
+ byte[] Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/Authenticator.SaslNegotiator.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/Authenticator.SaslNegotiator.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/Authenticator.SaslNegotiator.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/auth/class-use/Authenticator.SaslNegotiator.html Tue Oct 4 16:40:01 2016 @@ -2,10 +2,10 @@ - + Uses of Interface org.apache.tinkerpop.gremlin.server.auth.Authenticator.SaslNegotiator (Apache TinkerPop 3.2.3-SNAPSHOT API) - + @@ -105,7 +105,7 @@ Authenticator.SaslNegotiator -Authenticator.newSaslNegotiator() +AllowAllAuthenticator.newSaslNegotiator()
Deprecated. 
As of release 3.1.1-incubating, replaced by Authenticator.newSaslNegotiator(InetAddress).
@@ -121,7 +121,7 @@ Authenticator.SaslNegotiator -AllowAllAuthenticator.newSaslNegotiator() +Authenticator.newSaslNegotiator()
Deprecated. 
As of release 3.1.1-incubating, replaced by Authenticator.newSaslNegotiator(InetAddress).
Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/server/handler/package-tree.html Tue Oct 4 16:40:01 2016 @@ -2,7 +2,7 @@ - + org.apache.tinkerpop.gremlin.server.handler Class Hierarchy (Apache TinkerPop 3.2.3-SNAPSHOT API) @@ -99,17 +99,17 @@
  • ChannelInboundHandlerAdapter
  • ChannelInboundHandlerAdapter
  • ChannelInboundHandlerAdapter
  • ChannelOutboundHandlerAdapter Modified: tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Direction.html URL: http://svn.apache.org/viewvc/tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Direction.html?rev=1763297&r1=1763296&r2=1763297&view=diff ============================================================================== --- tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Direction.html (original) +++ tinkerpop/site/javadocs/3.2.3-SNAPSHOT/full/org/apache/tinkerpop/gremlin/structure/class-use/Direction.html Tue Oct 4 16:40:01 2016 @@ -2,10 +2,10 @@ - + Uses of Class org.apache.tinkerpop.gremlin.structure.Direction (Apache TinkerPop 3.2.3-SNAPSHOT API) - + @@ -574,40 +574,40 @@ the order they are declared. Vertex -LegacyGraphSONReader.readVertex(InputStream inputStream, +GraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) -
    This method is not supported for this reader.
    +
    Read a Vertex from output generated by any of the GraphSONWriter writeVertex or + writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
    Vertex -GraphSONReader.readVertex(InputStream inputStream, +LegacyGraphSONReader.readVertex(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) -
    Read a Vertex from output generated by any of the GraphSONWriter writeVertex or - writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
    +
    This method is not supported for this reader.
    Iterator<Vertex> -LegacyGraphSONReader.readVertices(InputStream inputStream, +GraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) -
    This method is not supported for this reader.
    +
    Read Vertex objects from output generated by any of the GraphSONWriter writeVertex or + writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
    Iterator<Vertex> -GraphSONReader.readVertices(InputStream inputStream, +LegacyGraphSONReader.readVertices(InputStream inputStream, Function<Attachable<Vertex>,Vertex> vertexAttachMethod, Function<Attachable<Edge>,Edge> edgeAttachMethod, Direction attachEdgesOfThisDirection) -
    Read Vertex objects from output generated by any of the GraphSONWriter writeVertex or - writeVertices methods or by GraphSONWriter.writeGraph(OutputStream, Graph).
    +
    This method is not supported for this reader.