Packages

t

com.datasolvr.services.facade

ServiceWebFacadeWithDatabase

trait ServiceWebFacadeWithDatabase extends ServiceWebFacade

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServiceWebFacadeWithDatabase
  2. ServiceWebFacade
  3. ServiceFacadeBase
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val _httpChannel: HttpChannel
    Attributes
    protected
    Definition Classes
    ServiceWebFacade
  2. abstract val environment: String
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  3. abstract val hostAddress: String
    Definition Classes
    ServiceWebFacade
  4. abstract val httpClient: HttpClient
    Definition Classes
    ServiceWebFacade
  5. abstract val token: UUID
    Definition Classes
    ServiceWebFacade

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. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def getBuildInfo: BuildLabels
    Definition Classes
    ServiceWebFacade
  9. def getCacheStatistics: Array[CacheStatistics]
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def getDatabase(outputStream: OutputStream): Unit
  12. def getDatabasePath: String
  13. def getFile(path: String, outputStream: OutputStream): Unit
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  14. def getLogLevel: String
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  15. def getPerformanceMetrics: PerformanceMetrics
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  16. def getRaw(url: String): String
    Definition Classes
    ServiceWebFacade
  17. def getVersion: String
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. implicit def httpChannel: HttpChannel
    Definition Classes
    ServiceWebFacade
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isReady: Boolean
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def postCachePurge(id: Option[String]): Unit
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  26. def postDatabaseBackup(encryptionEnabled: Option[Boolean], encryptionMasterKeyIdentifier: Option[String], outputRepository: String): Unit
  27. def postRaw(url: String, body: String): String
    Definition Classes
    ServiceWebFacade
  28. def postRestart: Unit
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  29. def postVacuumDatabase: Unit
  30. def setLogLevel(level: String): Unit
    Definition Classes
    ServiceWebFacadeServiceFacadeBase
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def waitIsReady(timeoutSeconds: Int, pollIntervalSeconds: Int): Unit
    Definition Classes
    ServiceFacadeBase
  37. def withTimeout(seconds: Int): ServiceWebFacade
    Definition Classes
    ServiceWebFacade

Deprecated Value Members

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

Inherited from ServiceWebFacade

Inherited from ServiceFacadeBase

Inherited from AnyRef

Inherited from Any

Ungrouped