Class and Description |
---|
org.apache.tinkerpop.gremlin.util.function.ChainedComparator
As of release 3.6.0, not replaced.
|
org.apache.tinkerpop.gremlin.server.util.ExceptionHelper
As of release 3.5.3, replaced by
ExceptionHelper in gremlin-core |
org.apache.tinkerpop.gremlin.driver.ser.GraphSONMessageSerializerGremlinV2d0
As for release 3.4.0, replaced by
GraphSONMessageSerializerV2d0 . |
org.apache.tinkerpop.gremlin.structure.io.IoCore
As of release 3.4.0, partially replaced by
GraphTraversalSource.io(String) . Notice
GraphTraversalSource.io(String) doesn't support read operation from java.io.InputStream or write
operation to java.io.OutputStream . Thus for readers or writers which need this functionality are safe to
use this deprecated method. There is no intention to remove this method unless all the functionality is replaced
by the `io` step of GraphTraversalSource . |
Field and Description |
---|
org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols.store
As of release 3.4.3, replaced by
GraphTraversal.aggregate(java.lang.String) with a Scope.local . |
org.apache.tinkerpop.gremlin.language.grammar.GremlinLexer.tokenNames
Use
GremlinLexer.VOCABULARY instead. |
org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.tokenNames
Use
GremlinParser.VOCABULARY instead. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.