Class TinkerHelper
java.lang.Object
org.apache.tinkerpop.gremlin.tinkergraph.structure.TinkerHelper
- Author:
- Marko A. Rodriguez (http://markorodriguez.com)
-
Method Summary
Modifier and TypeMethodDescriptionstatic TinkerGraphComputerViewcreateGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys) static voidgetEdges(TinkerGraph graph) Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.static Iterator<TinkerEdge>getEdges(TinkerVertex vertex, Direction direction, String... edgeLabels) static Iterator<TinkerEdge>getEdgesTx(TinkerVertex vertex, Direction direction, String... edgeLabels) static TinkerGraphComputerViewstatic Map<String,List<VertexProperty>> getProperties(TinkerVertex vertex) getVertices(TinkerGraph graph) Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases.static Iterator<TinkerVertex>getVertices(TinkerVertex vertex, Direction direction, String... edgeLabels) static Iterator<TinkerVertex>getVerticesTx(TinkerVertex vertex, Direction direction, String... edgeLabels) static booleansearch(AbstractTinkerGraph graph, String regex, Optional<Class<E>> type) search(TinkerGraph graph, String regex)
-
Method Details
-
getProperties
-
inComputerMode
-
createGraphComputerView
public static TinkerGraphComputerView createGraphComputerView(AbstractTinkerGraph graph, GraphFilter graphFilter, Set<VertexComputeKey> computeKeys) -
getGraphComputerView
-
dropGraphComputerView
-
getEdges
public static Iterator<TinkerEdge> getEdges(TinkerVertex vertex, Direction direction, String... edgeLabels) -
getEdgesTx
public static Iterator<TinkerEdge> getEdgesTx(TinkerVertex vertex, Direction direction, String... edgeLabels) -
getVertices
public static Iterator<TinkerVertex> getVertices(TinkerVertex vertex, Direction direction, String... edgeLabels) -
getVerticesTx
public static Iterator<TinkerVertex> getVerticesTx(TinkerVertex vertex, Direction direction, String... edgeLabels) -
getVertices
Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases. -
getEdges
Allows direct access to a TinkerGraph's storage which can be helpful for advanced use cases. -
search
-
search
-