Object

com.ubirch.avatar.config

Config

Related Doc: package config

Permalink

object Config extends ConfigBase

author: cvandrei since: 2016-09-20

Linear Supertypes
ConfigBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. ConfigBase
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def awsAccessKey: String

    Permalink
  6. def awsLocalMode: Boolean

    Permalink

    AWS local mode defines whether app is running on a locally or at AWS

    AWS local mode defines whether app is running on a locally or at AWS

    returns

    boolean value

  7. def awsSecretAccessKey: String

    Permalink
  8. def awsSqsQueueTransformer: String

    Permalink
  9. def awsStatesDelta: String

    Permalink

    returns

    boolean value

  10. def awsStatesDesired: String

    Permalink

    returns

    boolean value

  11. def awsStatesReported: String

    Permalink

    returns

    boolean value

  12. def awsStatesTimestamp: String

    Permalink

    returns

    boolean value

  13. def awsTopicsBasename: String

    Permalink

    AWS base MQTT topic name for all AWS IoT Things

    AWS base MQTT topic name for all AWS IoT Things

    returns

    boolean value

  14. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    ConfigBase
  16. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def esDefaultPageSize: Int

    Permalink

    returns

    ElasticSearch default size in regards to pagination

  19. def esDeviceDataProcessedIndex: String

    Permalink

    returns

    Elasticsearch processed device data index

  20. def esDeviceDataProcessedType: String

    Permalink

    returns

    Elasticsearch processed device data type

  21. def esDeviceDataRawIndex: String

    Permalink

    returns

    Elasticsearch raw device data index

  22. def esDeviceDataRawType: String

    Permalink

    returns

    Elasticsearch raw device data type

  23. def esDeviceIndex: String

    Permalink

    returns

    Elasticsearch DeviceData index

  24. def esDeviceType: String

    Permalink

    returns

    Elasticsearch DeviceData type

  25. def esDeviceTypeIndex: String

    Permalink

    returns

    Elasticsearch deviceType index

  26. def esDeviceTypeType: String

    Permalink

    returns

    Elasticsearch deviceType type

  27. def esHost: String

    Permalink

    returns

    Elasticsearch host

  28. def esPassword: String

    Permalink

    returns

    Elasticsearch login password (not yet implemented)

  29. def esPortBinary: Int

    Permalink

    returns

    Elasticsearch binary client port

  30. def esPortHttp: Int

    Permalink

    returns

    Elasticsearch REST client port

  31. def esUser: String

    Permalink

    returns

    Elasticsearch login user (not yet implemented)

  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. def interface: String

    Permalink

    The interface the server runs on.

    The interface the server runs on.

    returns

    interface

  36. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def port: Int

    Permalink

    Port the server listens on.

    Port the server listens on.

    returns

    port number

  41. def protocol: String

    Permalink

    returns

    http protocol

  42. def restClientTimeoutConnect: Int

    Permalink

    returns

    REST Client connection timeout in milliseconds

  43. def restClientTimeoutRead: Int

    Permalink

    returns

    REST Client read timeout in milliseconds

  44. final val sdmV001: String("0.0.1")

    Permalink
  45. final val sdmV002: String("0.0.2")

    Permalink
  46. final val sdmV003: String("0.0.3")

    Permalink
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

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

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

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

Inherited from ConfigBase

Inherited from AnyRef

Inherited from Any

Ungrouped