Deprecated API
Contents
-
Interfaces Interface Description org.apache.tinkerpop.gremlin.driver.HandshakeInterceptor As of release 3.6.6, replaced byRequestInterceptor.
-
Classes Class Description org.apache.tinkerpop.gremlin.process.ProcessComputerSuite As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theProcessEmbeddedComputerSuitefor JVM specific tests.org.apache.tinkerpop.gremlin.process.ProcessLimitedComputerSuite As of release 3.8.0, replaced byProcessEmbeddedComputerSuite.org.apache.tinkerpop.gremlin.process.ProcessLimitedStandardSuite As of release 3.8.0, replaced byProcessEmbeddedStandardSuite.org.apache.tinkerpop.gremlin.process.ProcessStandardSuite As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theProcessEmbeddedStandardSuitefor JVM specific tests.org.apache.tinkerpop.gremlin.server.channel.UnifiedChannelizer As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.handler.AbstractSession As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.handler.MultiTaskSession As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.handler.SessionTask As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.handler.SingleTaskSession As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.handler.UnifiedHandler As of release 3.8.0, not replaced.org.apache.tinkerpop.gremlin.server.util.ExceptionHelper As of release 3.5.3, replaced byExceptionHelperingremlin-coreorg.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.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.org.apache.tinkerpop.gremlin.util.function.ChainedComparator As of release 3.6.0, not replaced.
-
Exceptions Exceptions Description org.apache.tinkerpop.gremlin.server.handler.SessionException As of release 3.8.0, not replaced.
-
Annotation Type Elements Annotation Type Element Description org.apache.tinkerpop.gremlin.structure.Graph.OptIn.SUITE_PROCESS_COMPUTER As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theGraph.OptIn.SUITE_PROCESS_EMBEDDED_COMPUTERfor JVM specific tests.org.apache.tinkerpop.gremlin.structure.Graph.OptIn.SUITE_PROCESS_LIMITED_COMPUTER As of release 3.8.0, replaced byGraph.OptIn.SUITE_PROCESS_EMBEDDED_STANDARD.org.apache.tinkerpop.gremlin.structure.Graph.OptIn.SUITE_PROCESS_LIMITED_STANDARD As of release 3.8.0, replaced byGraph.OptIn.SUITE_PROCESS_EMBEDDED_COMPUTERorg.apache.tinkerpop.gremlin.structure.Graph.OptIn.SUITE_PROCESS_STANDARD As of release 3.8.0, prefer the Gherkin test suite for validating Gremlin behavior and theGraph.OptIn.SUITE_PROCESS_EMBEDDED_STANDARDfor JVM specific tests.