Package | Description |
---|---|
org.apache.tinkerpop.gremlin.driver.remote | |
org.apache.tinkerpop.gremlin.process.remote.traversal |
Modifier and Type | Class and Description |
---|---|
class |
DriverRemoteTraversalSideEffects
Deprecated.
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. |
Modifier and Type | Method and Description |
---|---|
RemoteTraversalSideEffects |
DriverRemoteTraversal.getSideEffects()
Deprecated.
as of release 3.3.8, not directly replaced, see
Admin#getSideEffects() for more information,
but further note that this method is not being removed, but will not be functional for remote execution. Prefer
GraphTraversal.cap(String, String...) to get side-effects as part of traversal iteration. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteTraversalSideEffects
Deprecated.
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. |
class |
EmbeddedRemoteTraversalSideEffects
Deprecated.
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. |
Modifier and Type | Method and Description |
---|---|
RemoteTraversalSideEffects |
RemoteTraversal.getSideEffects()
Deprecated.
as of release 3.3.8, not directly replaced, see
Admin#getSideEffects() for more information. |
RemoteTraversalSideEffects |
EmbeddedRemoteTraversal.getSideEffects()
Deprecated.
as of release 3.3.8, not directly replaced, see
Admin#getSideEffects() for more information. |
Copyright © 2013–2020 Apache Software Foundation. All rights reserved.