public static class GraphTraversalSource.GraphTraversalSourceStub extends Object
Constructor and Description |
---|
GraphTraversalSourceStub(GraphTraversal.Admin traversal,
boolean withPaths) |
Modifier and Type | Method and Description |
---|---|
GraphTraversal<Vertex,Vertex> |
addV(Object... keyValues) |
GraphTraversal<Edge,Edge> |
E(Object... edgesIds) |
GraphTraversal<Vertex,Vertex> |
V(Object... vertexIds) |
GraphTraversalSource.GraphTraversalSourceStub |
withPath() |
<A> GraphTraversalSource.GraphTraversalSourceStub |
withSack(A initialValue) |
<A> GraphTraversalSource.GraphTraversalSourceStub |
withSack(A initialValue,
UnaryOperator<A> splitOperator) |
<A> GraphTraversalSource.GraphTraversalSourceStub |
withSack(Supplier<A> initialValue) |
<A> GraphTraversalSource.GraphTraversalSourceStub |
withSack(Supplier<A> initialValue,
UnaryOperator<A> splitOperator) |
GraphTraversalSource.GraphTraversalSourceStub |
withSideEffect(String key,
Object object) |
GraphTraversalSource.GraphTraversalSourceStub |
withSideEffect(String key,
Supplier supplier) |
public GraphTraversalSourceStub(GraphTraversal.Admin traversal, boolean withPaths)
public GraphTraversal<Vertex,Vertex> addV(Object... keyValues)
public GraphTraversal<Vertex,Vertex> V(Object... vertexIds)
public GraphTraversal<Edge,Edge> E(Object... edgesIds)
public GraphTraversalSource.GraphTraversalSourceStub withSideEffect(String key, Supplier supplier)
public GraphTraversalSource.GraphTraversalSourceStub withSideEffect(String key, Object object)
public <A> GraphTraversalSource.GraphTraversalSourceStub withSack(Supplier<A> initialValue, UnaryOperator<A> splitOperator)
public <A> GraphTraversalSource.GraphTraversalSourceStub withSack(Supplier<A> initialValue)
public <A> GraphTraversalSource.GraphTraversalSourceStub withSack(A initialValue, UnaryOperator<A> splitOperator)
public <A> GraphTraversalSource.GraphTraversalSourceStub withSack(A initialValue)
public GraphTraversalSource.GraphTraversalSourceStub withPath()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.