| Interface and Description | 
|---|
| org.apache.tinkerpop.gremlin.process.computer.bulkloading.BulkLoader
 As of release 3.2.10, not directly replaced - consider graph provider specific bulk loading methods 
 | 
| org.apache.tinkerpop.gremlin.neo4j.structure.trait.Neo4jTrait
 As of release 3.3.8, not replaced. 
 | 
| org.apache.tinkerpop.gremlin.process.remote.traversal.RemoteTraversalSideEffects
 As of release 3.3.8, not directly replaced, prefer use of  
GraphTraversal.cap(String, String...)
 to return the result as part of the traversal iteration. | 
| org.apache.tinkerpop.gremlin.process.traversal.TraversalEngine
 As of release 3.2.0, replaced by  
Computer. | 
| org.apache.tinkerpop.gremlin.process.traversal.TraversalEngine.Builder | 
| Enum and Description | 
|---|
| org.apache.tinkerpop.gremlin.process.traversal.step.map.LambdaCollectingBarrierStep.Consumers
 As of release 3.2.0, replaced by use of  
NoOpBarrierStep. | 
| 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_REBINDINGS
 As of release 3.1.0-incubating, replaced by  
Tokens.ARGS_ALIASES. | 
| 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.server.op.traversal.TraversalOpProcessor.cache
 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.server.Settings.AuthenticationSettings.className
 As of release 3.2.5, replaced by  
Settings.AuthenticationSettings.authenticator. | 
| org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor.CONFIG_CACHE_EXPIRATION_TIME
 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.server.op.traversal.TraversalOpProcessor.CONFIG_CACHE_MAX_SIZE
 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.neo4j.structure.Neo4jGraph.CONFIG_META_PROPERTIES
 As of release 3.3.8, not replaced. 
 | 
| org.apache.tinkerpop.gremlin.neo4j.structure.Neo4jGraph.CONFIG_MULTI_PROPERTIES
 As of release 3.3.8, not replaced. 
 | 
| org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor.DEFAULT_CACHE_EXPIRATION_TIME
 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.server.op.traversal.TraversalOpProcessor.DEFAULT_CACHE_MAX_SIZE
 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.ser.Serializers.DEFAULT_REQUEST_SERIALIZER
 As of release 3.3.5, not replaced, simply specify the exact version of the serializer to use. 
 | 
| org.apache.tinkerpop.gremlin.driver.ser.Serializers.DEFAULT_RESULT_SERIALIZER
 As of release 3.3.5, not replaced, simply specify the exact version of the serializer to use. 
 | 
| org.apache.tinkerpop.gremlin.jsr223.ImportCustomizer.GREMLIN_CORE
 As of release 3.2.4, not replaced. 
 | 
| org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.GREMLIN_REMOTE
 As of release 3.3.5, replaced by  
RemoteConnection.GREMLIN_REMOTE. | 
| org.apache.tinkerpop.gremlin.process.traversal.TraversalSource.GREMLIN_REMOTE_CONNECTION_CLASS
 As of release 3.3.5, replaced by  
RemoteConnection.GREMLIN_REMOTE_CONNECTION_CLASS. | 
| org.apache.tinkerpop.gremlin.server.Settings.SslSettings.keyCertChainFile
 As of release 3.2.10, replaced by  
Settings.SslSettings.keyStore | 
| org.apache.tinkerpop.gremlin.server.Settings.SslSettings.keyFile
 As of release 3.2.10, replaced by  
Settings.SslSettings.keyStore | 
| org.apache.tinkerpop.gremlin.server.Settings.SslSettings.keyPassword
 As of release 3.2.10, replaced by  
Settings.SslSettings.keyStorePassword | 
| 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.server.Settings.scriptEvaluationTimeout
 As of release 3.3.9, replaced by  
Settings.evaluationTimeout. | 
| org.apache.tinkerpop.gremlin.server.Settings.serializedResponseTimeout
 As of release 3.2.1, replaced wholly by  
Settings.evaluationTimeout. | 
| org.apache.tinkerpop.gremlin.server.Settings.SslSettings.trustCertChainFile
 As of release 3.2.10, replaced by  
Settings.SslSettings.trustStore | 
| 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. 
 | 
| Constructor and Description | 
|---|
| org.apache.tinkerpop.gremlin.server.handler.OpSelectorHandler(Settings, GraphManager, GremlinExecutor, ScheduledExecutorService)
 As of release 3.2.8, replaced by  
OpSelectorHandler.OpSelectorHandler(Settings, GraphManager, GremlinExecutor, ScheduledExecutorService, Channelizer) | 
| 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–2020 Apache Software Foundation. All rights reserved.