object FrontEndApp extends Supportive with EncryptSupportive

Linear Supertypes
EncryptSupportive, Supportive, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FrontEndApp
  2. EncryptSupportive
  3. Supportive
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val BLOCK_SIZE: Int
    Definition Classes
    EncryptSupportive
  5. val argumentsParser: OptionParser[FrontEndAppArguments]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def average[T](name: String)(batch: Int)(timers: Timer*)(f: ⇒ T): T
    Definition Classes
    Supportive
  8. val backendInferenceTimer: Timer
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def decryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
    Definition Classes
    EncryptSupportive
  11. def decryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String): Unit
    Definition Classes
    EncryptSupportive
  12. def decryptFileWithAESCBC(filePath: String, secret: String, salt: String, keyLen: Int, encoding: String): String
    Definition Classes
    EncryptSupportive
  13. def decryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  14. def decryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  15. def defineServerContext(httpsKeyStoreToken: String, httpsKeyStorePath: String): ConnectionContext
  16. def encryptBytesWithAESGCM(content: Array[Byte], secret: String, salt: String, keyLen: Int): Array[Byte]
    Definition Classes
    EncryptSupportive
  17. def encryptFileWithAESCBC(filePath: String, secret: String, salt: String, outputFile: String, keyLen: Int, encoding: String): Unit
    Definition Classes
    EncryptSupportive
  18. def encryptWithAESCBC(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  19. def encryptWithAESGCM(content: String, secret: String, salt: String, keyLen: Int): String
    Definition Classes
    EncryptSupportive
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. implicit val executionContext: ExecutionContextExecutor
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. val getRedisTimer: Timer
  26. val handleResponseTimer: Timer
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def isLocalURI(path: String): Unit
  30. val jacksonJsonSerializer: JacksonJsonSerializer
  31. val logger: Logger
    Definition Classes
    FrontEndAppSupportive
  32. def main(args: Array[String]): Unit
  33. val makeActivityTimer: Timer
  34. implicit val materializer: ActorMaterializer
  35. val metrics: MetricRegistry
  36. val metricsRequestTimer: Timer
  37. val modelInferenceTimersMap: HashMap[String, HashMap[String, Timer]]
  38. val name: String
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. val overallRequestTimer: Timer
  43. val predictRequestTimer: Timer
  44. val purePredictTimersMap: HashMap[String, HashMap[String, Timer]]
  45. val putRedisTimer: Timer
  46. val servableRetriveTimer: Timer
  47. val servablesRetriveTimer: Timer
  48. def silent[T](name: String)(timers: Timer*)(f: ⇒ T): T
    Definition Classes
    Supportive
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. implicit val system: ActorSystem
  51. implicit val timeout: Timeout
  52. def timing[T](name: String)(timers: Timer*)(f: ⇒ T): T
    Definition Classes
    Supportive
  53. def toString(): String
    Definition Classes
    AnyRef → Any
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  57. val waitRedisTimer: Timer

Inherited from EncryptSupportive

Inherited from Supportive

Inherited from AnyRef

Inherited from Any

Ungrouped