Class

io.deepsense.commons.rest.client

NotebookRestClient

Related Doc: package client

Permalink

class NotebookRestClient extends Logging with RestClient with SprayJsonSupport

Linear Supertypes
SprayJsonSupport, RestClient, RestClientImplicits, Logging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotebookRestClient
  2. SprayJsonSupport
  3. RestClient
  4. RestClientImplicits
  5. Logging
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NotebookRestClient(notebooksServerAddress: URL, workflowId: Id, nodeId: Id, pollInterval: FiniteDuration, retryCountLimit: Int)(implicit as: ActorSystem)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apiUrl: URL

    Permalink
    Definition Classes
    NotebookRestClientRestClient
  5. implicit val as: ActorSystem

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def credentials: Option[HttpCredentials]

    Permalink
    Definition Classes
    NotebookRestClientRestClient
  9. implicit val ctx: ExecutionContext

    Permalink
    Definition Classes
    RestClientRestClientImplicits
  10. def endpointPath(endpoint: String): String

    Permalink
    Definition Classes
    RestClient
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def fetchHttpResponse(req: HttpRequest): Future[HttpResponse]

    Permalink
    Definition Classes
    RestClient
  14. def fetchResponse[U](req: HttpRequest)(implicit arg0: FromResponseUnmarshaller[U]): Future[U]

    Permalink
    Definition Classes
    RestClient
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def generateAndPollNbData(language: String): Future[Array[Byte]]

    Permalink
  17. def generateNotebookData(language: String): Future[HttpResponse]

    Permalink
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def pollForNotebookData(): Future[Array[Byte]]

    Permalink
  26. implicit def sprayJsonMarshaller[T](implicit writer: RootJsonWriter[T], printer: JsonPrinter): Marshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  27. implicit def sprayJsonMarshallerConverter[T](writer: RootJsonWriter[T])(implicit printer: JsonPrinter): Marshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  28. implicit def sprayJsonUnmarshaller[T](implicit arg0: RootJsonReader[T]): Unmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  29. implicit def sprayJsonUnmarshallerConverter[T](reader: RootJsonReader[T]): Unmarshaller[T]

    Permalink
    Definition Classes
    SprayJsonSupport
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. implicit val timeout: Timeout

    Permalink
  32. def toFactory: NotebooksClientFactory

    Permalink
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. def userId: Option[UUID]

    Permalink
    Definition Classes
    NotebookRestClientRestClient
  35. def userName: Option[String]

    Permalink
    Definition Classes
    NotebookRestClientRestClient
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SprayJsonSupport

Inherited from RestClient

Inherited from RestClientImplicits

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped