object ServerOps

Collection of Ops functions for changing global behaviours

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

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. val Trace: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. def debug(category: String, message: String): Unit

    Log a debug message against a category

  8. def debugTime[T](msg: String, show: Boolean = true, postMsg: String = "")(op: ⇒ T): T

    Time an operation and debug log how long it took

  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def error(message: String): Unit

    Log an error

  12. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAutoFlush: Boolean

    Is auto flushing, this is enabled by default

  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getDuplicateObjectMonitoring: Boolean

    Is duplicate object monitor enabled, this is disabled by default

  16. def getLazyBlocks: Boolean

    Are we using lazy blocks, this is enabled by default

  17. def getParsedDataCaching: Boolean

    Are we caching parsed data, this is enabled by default

  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def info(message: String): Unit

    Log an information message

  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def setAutoFlush(enable: Boolean): Unit

    Update auto flushing flag

  25. def setDebugLogging(flags: Array[String]): Unit

    Set debug logging categories, only currently supported option is 'ALL', debug logging is disabled by default.

  26. def setDuplicateObjectMonitoring(enable: Boolean): Unit

    Update duplicate object monitor flag

  27. def setLazyBlocks(enable: Boolean): Unit

    Update lazy block flag

  28. def setLogger(newLogger: Logger): Logger

    Override the default logger

  29. def setParsedDataCaching(enable: Boolean): Unit

    Update parsed data caching flag

  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped