Type Members
-
case class
LogInfo
(file: File, position: Long, length: Long) extends Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
BUFFER_SIZE
: Int
-
val
BYPASS_BUFFER_SIZE
: Int
-
val
LOG_HEADER_PREFIX
: Byte
-
val
LOG_HEADER_SIZE
: Int
-
val
UOW_END_RECORD
: Byte
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
debug
(e: Throwable): Unit
-
def
debug
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
debug
(m: ⇒ String, args: Any*): Unit
-
def
decode_long
(value: Buffer): Long
-
def
encode_long
(a1: Long): Buffer
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(e: Throwable): Unit
-
def
error
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
error
(m: ⇒ String, args: Any*): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
info
(e: Throwable): Unit
-
def
info
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
info
(m: ⇒ String, args: Any*): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
val
log
: Logger
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
readResolve
(): AnyRef
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
trace
(e: Throwable): Unit
-
def
trace
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
trace
(m: ⇒ String, args: Any*): Unit
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(e: Throwable): Unit
-
def
warn
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
warn
(m: ⇒ String, args: Any*): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from Log
Inherited from AnyRef
Inherited from Any