Packages

class OdbStorage extends AutoCloseable

Linear Supertypes
AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OdbStorage
  2. AutoCloseable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def allNodes(): Set[Entry[Long, Array[Byte]]]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearIndex(indexName: String): Unit
  7. def clearIndices(): Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. def close(): Unit
    Definition Classes
    OdbStorage → AutoCloseable
    Annotations
    @Override()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. def flush(): Unit

    flush any remaining changes in underlying storage to disk

  14. def getAllLibraryVersions(): ArrayList[Map[String, String]]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getIndexNames(): Set[String]
  17. def getMetaDataMVMap(): MVMap[String, String]
  18. def getNodesMVMap(): MVMap[Long, Array[Byte]]
  19. def getSerializedNode(nodeId: Long): Array[Byte]
  20. def getStorageFile(): File
  21. def getStringToIntMappings(): MVMap[String, Integer]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def lookupOrCreateStringToIntMapping(s: String): Int
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def openIndex(indexName: String): MVMap[AnyRef, Array[Long]]
  29. def persist(id: Long, node: Array[Byte]): Unit
  30. def persistLibraryVersion(name: String, version: String): Unit
  31. def removeNode(id: Long): Unit
  32. def reverseLookupStringToIntMapping(stringId: Int): String
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped