object
LevelDBClient
extends Log
Type Members
-
-
class
RichDB
extends AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
val
ACK_POSITION
: AsciiBuffer
-
val
COLLECTION_META_KEY
: Array[Byte]
-
val
COLLECTION_PREFIX
: Byte
-
val
COLLECTION_PREFIX_ARRAY
: Array[Byte]
-
val
DIRTY_INDEX_KEY
: Array[Byte]
-
val
ENTRY_PREFIX
: Byte
-
val
ENTRY_PREFIX_ARRAY
: Array[Byte]
-
val
FALSE
: Array[Byte]
-
val
INDEX_SUFFIX
: java.lang.String(".index")
-
val
LOG_ADD_COLLECTION
: Byte
-
val
LOG_ADD_ENTRY
: Byte
-
val
LOG_DATA
: Byte
-
val
LOG_REF_INDEX_KEY
: Array[Byte]
-
val
LOG_REMOVE_COLLECTION
: Byte
-
val
LOG_REMOVE_ENTRY
: Byte
-
val
LOG_SUFFIX
: java.lang.String(".log")
-
val
LOG_TRACE
: Byte
-
val
STORE_SCHEMA_PREFIX
: java.lang.String("activemq_leveldb_store:")
-
val
STORE_SCHEMA_VERSION
: Int(1)
-
val
THREAD_POOL
: ThreadPoolExecutor
-
val
THREAD_POOL_STACK_SIZE
: Long
-
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
-
def
decodeCollectionKeyRecord
(data: Buffer): Buffer
-
def
decodeCollectionRecord
(data: Buffer): Buffer
-
def
decodeEntryKey
(bytes: Array[Byte]): (Byte, Long, Buffer)
-
def
decodeEntryKeyRecord
(data: Buffer): Buffer
-
def
decodeEntryRecord
(data: Buffer): Buffer
-
def
decodeLocator
(bytes: Array[Byte]): (Long, Int)
-
def
decodeLocator
(bytes: Buffer): (Long, Int)
-
def
decodeLong
(bytes: Array[Byte]): Long
-
def
decodeLong
(bytes: Buffer): Long
-
def
decodeLongKey
(bytes: Array[Byte]): (Byte, Long)
-
def
decodeVLong
(bytes: Array[Byte]): Long
-
def
encodeCollectionKeyRecord
(v: Buffer): Array[Byte]
-
def
encodeCollectionRecord
(v: Buffer): Array[Byte]
-
def
encodeEntryKey
(a1: Byte, a2: Long, a3: Buffer): Array[Byte]
-
def
encodeEntryKey
(a1: Byte, a2: Long, a3: Long): Array[Byte]
-
def
encodeEntryKeyRecord
(v: Buffer): Array[Byte]
-
def
encodeEntryRecord
(v: Buffer): Buffer
-
def
encodeLocator
(pos: Long, len: Int): Array[Byte]
-
def
encodeLong
(a1: Long): Buffer
-
def
encodeLongKey
(a1: Byte, a2: Long): Array[Byte]
-
def
encodeVLong
(a1: Long): 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
-
val
log
: Logger
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
implicit def
toBuffer
(buffer: Array[Byte]): Buffer
-
implicit def
toByteArray
(buffer: Buffer): Array[Byte]
-
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 AnyRef
Inherited from Any