| Class and Description | 
|---|
| org.apache.tinkerpop.gremlin.driver.Channelizer.NioChannelizer As of release 3.3.10, not replaced, use  WebSocketClient. | 
| org.apache.tinkerpop.gremlin.structure.io.IoCore As of release 3.4.0, partially replaced by  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. | 
| Field and Description | 
|---|
| org.apache.tinkerpop.gremlin.driver.Tokens.ARGS_AGGREGATE_TO As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.ARGS_SCRIPT_EVAL_TIMEOUT As of release 3.3.9, replaced by  Tokens.ARGS_EVAL_TIMEOUT. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.ARGS_SIDE_EFFECT As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.ARGS_SIDE_EFFECT_KEY As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.OPS_GATHER As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.OPS_KEYS As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| 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 aScope.local. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.VAL_AGGREGATE_TO_BULKSET As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.VAL_AGGREGATE_TO_LIST As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.VAL_AGGREGATE_TO_MAP As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.VAL_AGGREGATE_TO_NONE As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| org.apache.tinkerpop.gremlin.driver.Tokens.VAL_AGGREGATE_TO_SET As of release 3.3.8, not directly replaced in the protocol as side-effect retrieval after
 traversal iteration is not being promoted anymore as a feature. | 
| Enum Constant and Description | 
|---|
| org.apache.tinkerpop.gremlin.process.traversal.Order.decr As of release 3.3.4, replaced by  Order.desc. | 
| org.apache.tinkerpop.gremlin.process.traversal.Order.incr As of release 3.3.4, replaced by  Order.asc. | 
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.