org.fusesource.mq.leveldb

LevelDBClient

object LevelDBClient extends Log

Linear Supertypes
Log, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. LevelDBClient
  2. Log
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Type Members

  1. class CollectionMeta extends Serializable

  2. class RichDB extends AnyRef

    Attributes
    final

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. val ACK_POSITION : AsciiBuffer

    Attributes
    final
  7. val COLLECTION_META_KEY : Array[Byte]

    Attributes
    final
  8. val COLLECTION_PREFIX : Byte

    Attributes
    final
  9. val COLLECTION_PREFIX_ARRAY : Array[Byte]

    Attributes
    final
  10. val DIRTY_INDEX_KEY : Array[Byte]

    Attributes
    final
  11. val ENTRY_PREFIX : Byte

    Attributes
    final
  12. val ENTRY_PREFIX_ARRAY : Array[Byte]

    Attributes
    final
  13. val FALSE : Array[Byte]

    Attributes
    final
  14. val INDEX_SUFFIX : java.lang.String(".index")

    Attributes
    final
  15. val LOG_ADD_COLLECTION : Byte

    Attributes
    final
  16. val LOG_ADD_ENTRY : Byte

    Attributes
    final
  17. val LOG_DATA : Byte

    Attributes
    final
  18. val LOG_REF_INDEX_KEY : Array[Byte]

    Attributes
    final
  19. val LOG_REMOVE_COLLECTION : Byte

    Attributes
    final
  20. val LOG_REMOVE_ENTRY : Byte

    Attributes
    final
  21. val LOG_SUFFIX : java.lang.String(".log")

    Attributes
    final
  22. val LOG_TRACE : Byte

    Attributes
    final
  23. val STORE_SCHEMA_PREFIX : java.lang.String("activemq_leveldb_store:")

    Attributes
    final
  24. val STORE_SCHEMA_VERSION : Int(1)

    Attributes
    final
  25. val THREAD_POOL : ThreadPoolExecutor

    Attributes
    final
  26. val THREAD_POOL_STACK_SIZE : Long

    Attributes
    final
  27. val TRUE : Array[Byte]

    Attributes
    final
  28. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  29. def bytes (value: String): Array[Byte]

  30. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. def create_sequence_file (directory: File, id: Long, suffix: String): File

  32. def debug (e: Throwable): Unit

    Definition Classes
    Log
  33. def debug (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  34. def debug (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  35. def decodeCollectionKeyRecord (data: Buffer): Buffer

  36. def decodeCollectionRecord (data: Buffer): Buffer

  37. def decodeEntryKey (bytes: Array[Byte]): (Byte, Long, Buffer)

  38. def decodeEntryKeyRecord (data: Buffer): Buffer

  39. def decodeEntryRecord (data: Buffer): Buffer

  40. def decodeLocator (bytes: Array[Byte]): (Long, Int)

  41. def decodeLocator (bytes: Buffer): (Long, Int)

  42. def decodeLong (bytes: Array[Byte]): Long

  43. def decodeLong (bytes: Buffer): Long

  44. def decodeLongKey (bytes: Array[Byte]): (Byte, Long)

  45. def decodeVLong (bytes: Array[Byte]): Long

  46. def encodeCollectionKeyRecord (v: Buffer): Array[Byte]

  47. def encodeCollectionRecord (v: Buffer): Array[Byte]

  48. def encodeEntryKey (a1: Byte, a2: Long, a3: Buffer): Array[Byte]

  49. def encodeEntryKey (a1: Byte, a2: Long, a3: Long): Array[Byte]

  50. def encodeEntryKeyRecord (v: Buffer): Array[Byte]

  51. def encodeEntryRecord (v: Buffer): Buffer

  52. def encodeLocator (pos: Long, len: Int): Array[Byte]

  53. def encodeLong (a1: Long): Buffer

  54. def encodeLongKey (a1: Byte, a2: Long): Array[Byte]

  55. def encodeVLong (a1: Long): Array[Byte]

  56. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  57. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  58. def error (e: Throwable): Unit

    Definition Classes
    Log
  59. def error (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  60. def error (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  61. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  62. def find_sequence_files (directory: File, suffix: String): TreeMap[Long, File]

  63. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  64. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  65. def info (e: Throwable): Unit

    Definition Classes
    Log
  66. def info (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  67. def info (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  68. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  69. val log : Logger

    Definition Classes
    Log
  70. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  71. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  72. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  73. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  74. implicit def toBuffer (buffer: Array[Byte]): Buffer

    Attributes
    implicit
  75. implicit def toByteArray (buffer: Buffer): Array[Byte]

    Attributes
    implicit
  76. def toString (): String

    Definition Classes
    AnyRef → Any
  77. def trace (e: Throwable): Unit

    Definition Classes
    Log
  78. def trace (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  79. def trace (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  80. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  81. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  82. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  83. def warn (e: Throwable): Unit

    Definition Classes
    Log
  84. def warn (e: Throwable, m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log
  85. def warn (m: ⇒ String, args: Any*): Unit

    Definition Classes
    Log

Inherited from Log

Inherited from AnyRef

Inherited from Any