Instance Constructors
-
new
RecordLog
(directory: File, logSuffix: String)
Type Members
-
class
LogAppender
extends LogReader
-
case class
LogReader
(file: File, position: Long) extends BaseRetained with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
appender
[T]
(func: (LogAppender) ⇒ T): T
-
def
appender_limit
: Long
-
def
appender_start
: Long
-
def
asInstanceOf
[T0]
: T0
-
def
canEqual
(arg0: Any): Boolean
-
def
checksum
(data: Buffer*): Int
-
def
clone
(): AnyRef
-
def
close
: Unit
-
def
create_appender
(position: Long): Any
-
def
create_log_appender
(position: Long): LogAppender
-
var
current_appender
: LogAppender
-
def
delete
(id: Long): Unit
-
val
directory
: File
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
var
logSize
: Long
-
val
logSuffix
: String
-
def
log_info
(pos: Long): Option[LogInfo]
-
val
log_infos
: TreeMap[Long, LogInfo]
-
object
log_mutex
extends AnyRef
-
def
ne
(arg0: AnyRef): Boolean
-
def
next_log
(position: Long): File
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
onDelete
(file: File): Boolean
-
var
on_log_rotate
: () ⇒ Unit
-
def
open
: Any
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
def
read
(pos: Long, length: Int): Option[Buffer]
-
def
read
(pos: Long): Option[(Byte, Buffer, Long)]
-
var
sync
: Boolean
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
var
verify_checksums
: Boolean
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any