-
Deprecated Classes
-
Deprecated FieldsFieldDescriptionAs of release 3.4.3, replaced by
GraphTraversal.aggregate(java.lang.String)with aScope.local.
-
Deprecated MethodsMethodDescriptionAs of release 3.4.0, replaced by
Client.submitAsync(String, RequestOptions).As of release 3.8.0, replaced byAnonymousTraversalSource.with(Graph)As of release 3.8.0, replaced byAnonymousTraversalSource.with(String)As of release 3.8.0, replaced byAnonymousTraversalSource.with(Configuration)org.apache.tinkerpop.gremlin.process.traversal.AnonymousTraversalSource.withRemote(RemoteConnection) As of release 3.8.0, replaced byAnonymousTraversalSource.with(RemoteConnection)As of release 3.8.0, deprecated in favor ofGraphTraversal.dateDiff(OffsetDateTime).As of release 4.0.0, replaced byGraphTraversal.labels().As of release 4.0.0, replaced byGraphTraversal.match(String)for declarative pattern matching.org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal.valueMap(boolean, String...) As of release 3.4.0, deprecated in favor ofGraphTraversal.valueMap(String...)in conjunction withGraphTraversal.with(String, Object)or simple preferGraphTraversal.elementMap(String...).As of release 4.0.0, replaced byElement.labels(). This method returns an arbitrary label when multiple labels exist.As of release 3.4.0, partially replaced byGraphTraversalSource.io(String). NoticeGraphTraversalSource.io(String)doesn't support read operation fromjava.io.InputStreamor 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.
GraphTraversalSource.io(String). NoticeGraphTraversalSource.io(String)doesn't support read operation fromjava.io.InputStreamor 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.