Class

io.fsq.exceptionator.actions.concrete

ConcreteHistoryActions

Related Doc: package concrete

Permalink

class ConcreteHistoryActions extends HistoryActions with Logger

Linear Supertypes
Logger, HistoryActions, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteHistoryActions
  2. Logger
  3. HistoryActions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcreteHistoryActions(services: HasBucketActions with HasExceptionatorMongoService)

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  8. def executor: Executor

    Permalink
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def flushHistory(): Unit

    Permalink
  11. val flushPeriod: Int

    Permalink
  12. def get(ids: Seq[String], time: DateTime, limit: Int): Seq[Outgoing]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  13. def get(bucketName: String, bucketKey: String, time: DateTime, limit: Int): Seq[Outgoing]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  14. def get(bucketName: String, time: DateTime, limit: Int): Seq[Outgoing]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getGroupNotices(name: String, time: DateTime, limit: Int): Seq[RichNoticeRecord]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  17. def getNotices(buckets: Seq[String], time: DateTime, limit: Int): Seq[RichNoticeRecord]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  18. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  20. val logger: Logger

    Permalink
    Definition Classes
    Logger
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def oldestId: Option[DateTime]

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  25. def processNotices(ids: Seq[String], notices: Seq[RichNoticeRecord], time: DateTime): Seq[Outgoing]

    Permalink
  26. def removeExpiredNotices(now: DateTime): Unit

    Permalink
    Definition Classes
    ConcreteHistoryActions → HistoryActions
  27. val sampleRate: Int

    Permalink
  28. val samplers: Map[DateTime, ReservoirSampler[RichNoticeRecord]]

    Permalink
  29. def save(notice: RichNoticeRecord): DateTime

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

    Permalink
    Definition Classes
    AnyRef
  31. val timer: ScheduledThreadPoolTimer

    Permalink
  32. def toString(): String

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

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

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

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

Inherited from Logger

Inherited from HistoryActions

Inherited from AnyRef

Inherited from Any

Ungrouped