object SubgraphBatches

Source
SubgraphBatches.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SubgraphBatches
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BatchFamily[F[_], K, V](pendingInputs: Int, inputSubmission: Option[InputSubmission[F, K, V]]) extends Product with Serializable
  2. final case class BatchNodeId(id: NodeId) extends Product with Serializable
  3. final case class InputSubmission[F[_], K, V](keys: Set[K], run: (Set[K]) => F[Map[K, V]], cursors: NonEmptyChain[Cursor], completes: NonEmptyChain[Deferred[F, Option[Map[K, V]]]], statId: String) extends Product with Serializable
  4. final case class MulitplicityNode(id: NodeId) extends Product with Serializable
  5. final case class State(childBatches: Set[BatchNodeId], accum: Map[MulitplicityNode, Set[BatchNodeId]]) extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. def countCont[F[_]](ps: PreparedStep[F, _, _], cont: Prepared[F, _]): Eval[State]
  7. def countContinuation[F[_]](state: State, cont: Continuation[F, _]): Eval[State]
  8. def countField[F[_]](pf: PreparedField[F, _]): Eval[State]
  9. def countPrep[F[_]](prep: Prepared[F, _]): Eval[State]
  10. def countStep[F[_]](state: State, step: PreparedStep[F, _, _]): Eval[State]
    Annotations
    @nowarnIgnored("msg=.*cannot be checked at runtime because its type arguments can't be determined.*")
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def make[F[_]](schemaState: SchemaState[F], countState: State, plan: OptimizedDAG, stats: Statistics[F], throttle: ~>[F, F])(implicit F: Async[F]): F[SubgraphBatches[F]]
  18. def makeRootCounts(plan: OptimizedDAG): List[(BatchRef[_, _], Set[BatchNodeId])]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. object InputSubmission extends Serializable
  28. object State extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped