Packages

c

org.wabase

FileStreamer

class FileStreamer extends AppFileStreamerConfig with AppConfig with DbAccessProvider with Loggable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FileStreamer
  2. Loggable
  3. DbAccessProvider
  4. AppConfig
  5. AppFileStreamerConfig
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FileStreamer(fsCfg: AppFileStreamerConfig with AppConfig with DbAccessProvider, fsPoolName: PoolName = DEFAULT_CP)

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. lazy val appConfig: Config
    Definition Classes
    FileStreamerAppConfig
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def copy(source: String, dest: String, mkdirs: Boolean = false): Unit
  8. def createTempFile: File
  9. def dbAccess: DbAccess
    Definition Classes
    FileStreamerDbAccessProvider
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def fileSink(filename: String, contentType: String)(implicit executor: ExecutionContext, materializer: Materializer): Sink[ByteString, Future[FileInfo]]
  13. def fileStreamerConnectionPool: PoolName
    Attributes
    protected
  14. lazy val file_body_info_table: String
    Definition Classes
    FileStreamerAppFileStreamerConfig
  15. lazy val file_info_table: String
    Definition Classes
    FileStreamerAppFileStreamerConfig
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getFileInfo(id: Long, sha256: String): Option[FileInfoHelper]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. lazy val rootPath: String
    Definition Classes
    FileStreamerAppFileStreamerConfig
  25. val shaColName: String
    Definition Classes
    FileStreamerAppFileStreamerConfig
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Loggable

Inherited from DbAccessProvider

Inherited from AppBase.AppConfig

Inherited from AppFileStreamerConfig

Inherited from AnyRef

Inherited from Any

Ungrouped