Packages

trait DeferredControl extends DeferredCheck with QueryTimeoutExtractor with DeferredStatusPublisher

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DeferredControl
  2. DeferredStatusPublisher
  3. QueryTimeoutExtractor
  4. DeferredCheck
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def initDeferredStorage: DeferredStorage
    Attributes
    protected

Concrete 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. val cleanupActor: ActorRef
    Attributes
    protected
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. lazy val defaultTimeout: FiniteDuration
  8. def deferred(user: String, module: String = null): Directive[Unit]
  9. lazy val deferredCleanupInterval: FiniteDuration
  10. def deferredFileStreamerConfig: Option[AppFileStreamerConfig]
  11. def deferredHttpRequestAction(hash: String, user: String): StandardRoute
  12. lazy val deferredModules: Map[String, Int]
  13. def deferredRequest(hash: String, user: String): StandardRoute
  14. def deferredRequestPath: Directive[(String)]
  15. def deferredResultAction(hash: String, user: String): StandardRoute
  16. def deferredResultPath: Directive[(String)]
  17. def deferredSink(name: String, parallelism: Int): Graph[SinkShape[DeferredContext], NotUsed]
    Attributes
    protected
  18. def deferredTimeout(viewName: Option[String], timeout: Option[Int]): QueryTimeout
  19. lazy val deferredTimeouts: Map[String, FiniteDuration]
  20. lazy val deferredUris: Set[String]
  21. lazy val deferredWorkerCount: Int
  22. def doCleanup: Int
    Attributes
    protected
  23. def enableDeferred(user: String): Directive[Unit]
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def executeDeferred(ctx: DeferredContext): Future[DeferredContext]
  27. def extractTimeout: Directive[(QueryTimeout)]
    Definition Classes
    DeferredControlQueryTimeoutExtractor
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def hasDeferredHeader: Directive[Unit]
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def isDeferred: Directive[Unit]
    Definition Classes
    DeferredControlDeferredCheck
  32. def isDeferredPath: Directive[Unit]
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def maxQueryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def onRestartDeferred(): Unit
  39. def publishDeferredStatus(ctx: DeferredContext): Unit
  40. def publishUserDeferredStatuses(user: String): Unit

    Publish user deferred request status info to user websocket

    Publish user deferred request status info to user websocket

    Definition Classes
    DeferredControlDeferredStatusPublisher
  41. lazy val queryTimeout: QueryTimeout
    Definition Classes
    QueryTimeoutExtractor
  42. def requestHash(username: String, req: HttpRequest): String
    Attributes
    protected
  43. def startDeferredGraph(name: String, workerCount: Int): Boolean
    Attributes
    protected
  44. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. object DeferredRequestArrived extends Addressee with Product with Serializable

    This object is not placed in DeferredControl object so that each instance of DeferredControl trait subscribes to it's own notification message

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DeferredStatusPublisher

Inherited from QueryTimeoutExtractor

Inherited from DeferredCheck

Inherited from AnyRef

Inherited from Any

Ungrouped