Packages

c

org.wabase

BufferedAuditReader

class BufferedAuditReader extends Loggable

Source
BufferedAudit.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BufferedAuditReader
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BufferedAuditReader(writer: BufferedAuditWriter, saveAuditRecords: (Seq[ByteString]) ⇒ Future[Unit], maxRecordSize: Int = 1024 * 1024, maxBatchSize: Int = 100, maxBatchDelay: FiniteDuration = 200.millis, restartSettings: RestartSettings = ...)(implicit system: ActorSystem)

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()
  6. val controlFileName: String
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. implicit val executionContext: ExecutionContextExecutor
  10. val fileReadCompletedNotificationSource: Source[Notification, NotUsed]
  11. val fileReadCompletedQueue: BoundedSourceQueue[Notification]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def isAuditQueueFile(path: Path): Boolean
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isProcessedAuditQueueFile(path: Path): Boolean
  18. def isUnprocessedAuditQueueFile(path: Path): Boolean
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  20. val maxBatchDelay: FiniteDuration
  21. val maxBatchSize: Int
  22. val maxRecordSize: Int
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val restartSettings: RestartSettings
  27. val saveAuditRecords: (Seq[ByteString]) ⇒ Future[Unit]
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. implicit val system: ActorSystem
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. val writer: BufferedAuditWriter

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped