object
LevelDBClient
extends Log
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
FALSE
: Array[Byte]
-
val
INDEX_SUFFIX
: java.lang.String(".index")
-
val
LOG_ADD_MESSAGE
: Byte
-
val
LOG_ADD_QUEUE
: Byte
-
val
LOG_ADD_QUEUE_ENTRY
: Byte
-
val
LOG_MAP_ENTRY
: Byte
-
val
LOG_REMOVE_MESSAGE
: Byte
-
val
LOG_REMOVE_QUEUE
: Byte
-
val
LOG_REMOVE_QUEUE_ENTRY
: Byte
-
val
LOG_SUFFIX
: java.lang.String(".log")
-
val
TRUE
: Array[Byte]
-
def
asInstanceOf
[T0]
: T0
-
def
bytes
(value: String): Array[Byte]
-
def
clone
(): AnyRef
-
def
create_sequence_file
(directory: File, id: Long, suffix: String): File
-
def
debug
(e: Throwable): Unit
-
def
debug
(e: Throwable, m: ⇒ String, args: Any*): Unit
-
def
debug
(m: ⇒ String, args: Any*): Unit
-
val
dirty_index_key
: Array[Byte]
-
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
find_sequence_files
(directory: File, suffix: String): TreeMap[Long, File]
-
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
-
def
link
(source: File, target: File): Unit
-
var
link_strategy
: Int
-
val
log
: Logger
-
val
log_refs_index_key
: Array[Byte]
-
val
map_prefix
: Byte
-
val
map_prefix_array
: Array[Byte]
-
val
message_prefix
: Byte
-
val
message_prefix_array
: Array[Byte]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
on_windows
: Boolean
-
val
queue_entry_prefix
: Byte
-
val
queue_entry_prefix_array
: Array[Byte]
-
val
queue_prefix
: Byte
-
val
queue_prefix_array
: Array[Byte]
-
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 Log
Inherited from AnyRef
Inherited from Any