lightdb.traverse.DocumentTraversalBuilder
Builder for document traversals
Value parameters
-
ids
-
The stream of document IDs to start the traversal from
-
maxDepth
-
The maximum depth to traverse. Defaults to Int.MaxValue
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Get the stream of documents
Get the stream of documents
Value parameters
-
tx
-
A transaction for retrieving documents
Attributes
-
Returns
-
A stream of documents
Follow edges to traverse the graph
Follow edges to traverse the graph
Type parameters
-
E
-
The edge document type
-
T
-
The target document type
Value parameters
-
tx
-
A transaction that supports prefix scanning for the edge type
Attributes
-
Returns
-
A builder for edge traversals
Configure the maximum traversal depth
Configure the maximum traversal depth
Attributes
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product