Packages

class TMEdgesReader extends StorageReader[Int]

Linear Supertypes
StorageReader[Int], HasConnection, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TMEdgesReader
  2. StorageReader
  3. HasConnection
  4. AutoCloseable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TMEdgesReader(connection: RocksDBConnection, caseSensitiveIndex: Boolean)

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 _lookup(index: String): Option[Int]
    Attributes
    protected
    Definition Classes
    StorageReader
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val caseSensitiveIndex: Boolean
    Attributes
    protected
    Definition Classes
    TMEdgesReaderStorageReader
  7. def clear(): Unit
    Definition Classes
    StorageReader
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def close(): Unit
    Definition Classes
    HasConnection → AutoCloseable
  10. val connection: RocksDBConnection
    Attributes
    protected
    Definition Classes
    TMEdgesReaderHasConnection
  11. def containsIndex(index: String): Boolean
    Definition Classes
    StorageReader
  12. def emptyValue: Int
    Definition Classes
    TMEdgesReaderStorageReader
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def exportStorageToMap(): Map[BytesKey, Array[Byte]]
    Definition Classes
    StorageReader
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def fromBytes(source: Array[Byte]): Int
    Definition Classes
    TMEdgesReaderStorageReader
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def getConnection: RocksDBConnection
    Definition Classes
    HasConnection
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. def lookup(index: (Int, Int)): Option[Int]
  23. def lookup(index: String): Option[Int]
    Definition Classes
    StorageReader
  24. def lookupDisk(index: String): Option[Int]
    Attributes
    protected
    Definition Classes
    StorageReader
  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 readCacheSize: Int
    Attributes
    protected
    Definition Classes
    TMEdgesReaderStorageReader
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from StorageReader[Int]

Inherited from HasConnection

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped