| Package | Description |
|---|---|
| org.apache.tinkerpop.gremlin.process.remote.traversal |
| 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 |
EmbeddedRemoteTraversal.getSideEffects()
Deprecated.
as of release 3.3.8, not directly replaced, see
Admin#getSideEffects() for more information. |
RemoteTraversalSideEffects |
RemoteTraversal.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.