Class/Object

com.groupon.sparklint

SparklintBackend

Related Docs: object SparklintBackend | package sparklint

Permalink

class SparklintBackend extends Logging

The backend api

Since

1.0.5

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

Instance Constructors

  1. new SparklintBackend()

    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 append(esgm: EventSourceGroupManager): EventSourceGroupManager

    Permalink

    Appends the given EventSourceGroupManager

    Appends the given EventSourceGroupManager

    esgm

    the EventSourceGroupManager to append.

  5. def appendFolderManager(folder: File): EventSourceGroupManager

    Permalink
  6. def appendHistoryServer(serverName: String, historyServerHost: Uri): EventSourceGroupManager

    Permalink
  7. def appendSingleFileManager(file: File): EventSourceGroupManager

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def backendService: HttpService

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  17. def listEventSourceGroupManagers: Seq[EventSourceGroupManager]

    Permalink

    returns

    All available EventSourceGroupManager

  18. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  19. def logDebug(message: String): Unit

    Permalink
    Definition Classes
    Logging
  20. def logError(message: String, ex: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  21. def logError(message: String): Unit

    Permalink
    Definition Classes
    Logging
  22. def logInfo(message: String): Unit

    Permalink
    Definition Classes
    Logging
  23. def logTrace(message: String): Unit

    Permalink
    Definition Classes
    Logging
  24. def logWarn(message: String): Unit

    Permalink
    Definition Classes
    Logging
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  28. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped