object ServerOps
Collection of Ops functions for changing global behaviours
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServerOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Trace: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
debug(category: String, message: String): Unit
Log a debug message against a category
-
def
debugTime[T](msg: String, show: Boolean = true, postMsg: String = "")(op: ⇒ T): T
Time an operation and debug log how long it took
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: String): Unit
Log an error
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
getAutoFlush: Boolean
Is auto flushing, this is enabled by default
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDuplicateObjectMonitoring: Boolean
Is duplicate object monitor enabled, this is disabled by default
-
def
getLazyBlocks: Boolean
Are we using lazy blocks, this is enabled by default
-
def
getParsedDataCaching: Boolean
Are we caching parsed data, this is enabled by default
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
info(message: String): Unit
Log an information message
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
setAutoFlush(enable: Boolean): Unit
Update auto flushing flag
-
def
setDebugLogging(flags: Array[String]): Unit
Set debug logging categories, only currently supported option is 'ALL', debug logging is disabled by default.
-
def
setDuplicateObjectMonitoring(enable: Boolean): Unit
Update duplicate object monitor flag
-
def
setLazyBlocks(enable: Boolean): Unit
Update lazy block flag
-
def
setLogger(newLogger: Logger): Logger
Override the default logger
-
def
setParsedDataCaching(enable: Boolean): Unit
Update parsed data caching flag
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )