gql.server.interpreter.SubgraphBatches$
See theSubgraphBatches companion trait
object SubgraphBatches
Attributes
- Companion
- trait
- Source
- SubgraphBatches.scala
- Graph
-
- Supertypes
- Self type
-
SubgraphBatches.type
Members list
Type members
Classlikes
final case class BatchFamily[F[_], K, V](pendingInputs: Int, inputSubmission: Option[InputSubmission[F, K, V]])
Attributes
- Source
- SubgraphBatches.scala
- Supertypes
Attributes
- Source
- SubgraphBatches.scala
- Supertypes
Attributes
- Companion
- object
- Source
- SubgraphBatches.scala
- Supertypes
object InputSubmission
Attributes
- Companion
- class
- Source
- SubgraphBatches.scala
- Supertypes
- Self type
-
InputSubmission.type
Attributes
- Source
- SubgraphBatches.scala
- Supertypes
final case class State(childBatches: Set[BatchNodeId], accum: Map[MulitplicityNode, Set[BatchNodeId]])
Attributes
- Companion
- object
- Source
- SubgraphBatches.scala
- Supertypes
object State
Attributes
- Companion
- class
- Source
- SubgraphBatches.scala
- Supertypes
- Self type
-
State.type
Value members
Concrete methods
Attributes
- Source
- SubgraphBatches.scala
Attributes
- Source
- SubgraphBatches.scala
Attributes
- Source
- SubgraphBatches.scala
Attributes
- Source
- SubgraphBatches.scala
Attributes
- Source
- SubgraphBatches.scala
def make[F[_]](schemaState: SchemaState[F], countState: State, plan: OptimizedDAG, stats: Statistics[F], throttle: FunctionK[F, F])(implicit F: Async[F]): F[SubgraphBatches[F]]
Attributes
- Source
- SubgraphBatches.scala
Attributes
- Source
- SubgraphBatches.scala
In this article