GraphTraversal
Primary entry point for graph traversals
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
Type members
Classlikes
A traversal that uses a step function to find neighbors This provides compatibility with legacy code that used BFSEngine.withStepFunction
A traversal that uses a step function to find neighbors This provides compatibility with legacy code that used BFSEngine.withStepFunction
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Value members
Concrete methods
Create a type-safe step function from an edge type This provides a type-safe way to create step functions for tests
Create a type-safe step function from an edge type This provides a type-safe way to create step functions for tests
Value parameters
- tx
-
The transaction to use
Attributes
- Returns
-
A type-safe step function
Start a traversal from a single document ID
Start a traversal from a single document ID
Attributes
Start a traversal from a set of document IDs
Start a traversal from a set of document IDs
Attributes
Start a traversal from a stream of document IDs
Start a traversal from a stream of document IDs
Attributes
Create a traversal using a step function, for compatibility with legacy code
Create a traversal using a step function, for compatibility with legacy code
Value parameters
- maxDepth
-
The maximum traversal depth
- startIds
-
The set of starting node IDs
- step
-
The step function that returns neighbors for a node
Attributes
- Returns
-
A StepFunctionTraversal instance