case class DocumentTraversalBuilder[D <: Document[D]](ids: Stream[Id[D]], maxDepth: Int = Int.MaxValue) extends Product with Serializable
Builder for document traversals
- ids
The stream of document IDs to start the traversal from
- maxDepth
The maximum depth to traverse. Defaults to Int.MaxValue
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocumentTraversalBuilder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def documents(tx: Transaction[D, _]): Stream[D]
Get the stream of documents
Get the stream of documents
- tx
A transaction for retrieving documents
- returns
A stream of documents
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def follow[E <: EdgeDocument[E, D, T], T <: Document[T]](tx: PrefixScanningTransaction[E, _]): EdgeTraversalBuilder[E, D, T]
Follow edges to traverse the graph
Follow edges to traverse the graph
- E
The edge document type
- T
The target document type
- tx
A transaction that supports prefix scanning for the edge type
- returns
A builder for edge traversals
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val ids: Stream[Id[D]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxDepth: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withMaxDepth(depth: Int): DocumentTraversalBuilder[D]
Configure the maximum traversal depth
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)