org.fusesource.mq.leveldb

LevelDBStoreView

class LevelDBStoreView extends LevelDBStoreViewMBean

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

Instance Constructors

  1. new LevelDBStoreView (store: LevelDBStore)

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. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  10. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def getAsyncBufferSize (): Int

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getIndexBlockRestartInterval (): Int

  14. def getIndexBlockSize (): Int

  15. def getIndexCacheSize (): Long

  16. def getIndexCompression (): String

  17. def getIndexDirectory (): String

  18. def getIndexFactory (): String

  19. def getIndexMaxOpenFiles (): Int

  20. def getIndexStats (): String

  21. def getIndexWriteBufferSize (): Int

  22. def getLogDirectory (): String

  23. def getLogSize (): Long

  24. def getMaxIndexWriteLatency (): Double

  25. def getMaxLogFlushLatency (): Double

  26. def getMaxLogRotateLatency (): Double

  27. def getMaxLogWriteLatency (): Double

  28. def getParanoidChecks (): Boolean

  29. def getSync (): Boolean

  30. def getUowCanceledCounter (): Long

  31. def getUowClosedCounter (): Long

  32. def getUowMaxCompleteLatency (): Double

  33. def getUowStoredCounter (): Long

  34. def getUowStoringCounter (): Long

  35. def getVerifyChecksums (): Boolean

  36. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  37. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  38. def ne (arg0: AnyRef): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  41. def resetMaxIndexWriteLatency (): Double

  42. def resetMaxLogFlushLatency (): Double

  43. def resetMaxLogRotateLatency (): Double

  44. def resetMaxLogWriteLatency (): Double

  45. def resetUowMaxCompleteLatency (): Double

  46. val store : LevelDBStore

  47. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  48. def toString (): String

    Definition Classes
    AnyRef → Any
  49. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from LevelDBStoreViewMBean

Inherited from AnyRef

Inherited from Any