-
Interfaces Interface Description org.apache.tinkerpop.gremlin.driver.HandshakeInterceptor As of release 3.6.6, replaced byRequestInterceptor
.
-
Classes Class Description org.apache.tinkerpop.gremlin.server.util.ExceptionHelper As of release 3.5.3, replaced byExceptionHelper
ingremlin-core
org.apache.tinkerpop.gremlin.structure.io.IoCore As of release 3.4.0, partially replaced byGraphTraversalSource.io(String)
. NoticeGraphTraversalSource.io(String)
doesn't support read operation fromjava.io.InputStream
or write operation tojava.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 ofGraphTraversalSource
.org.apache.tinkerpop.gremlin.util.function.ChainedComparator As of release 3.6.0, not replaced.
-
Fields Field Description org.apache.tinkerpop.gremlin.language.grammar.GremlinLexer.tokenNames UseGremlinLexer.VOCABULARY
instead.org.apache.tinkerpop.gremlin.language.grammar.GremlinParser.tokenNames UseGremlinParser.VOCABULARY
instead.org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.Symbols.store As of release 3.4.3, replaced byGraphTraversal.aggregate(java.lang.String)
with aScope.local
.