Class

com.johnsnowlabs.nlp.annotators.btm

TMEdgesReadWriter

Related Doc: package btm

Permalink

class TMEdgesReadWriter extends TMEdgesReader with StorageReadWriter[Int]

Linear Supertypes
StorageReadWriter[Int], StorageWriter[Int], TMEdgesReader, StorageReader[Int], HasConnection, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TMEdgesReadWriter
  2. StorageReadWriter
  3. StorageWriter
  4. TMEdgesReader
  5. StorageReader
  6. HasConnection
  7. AutoCloseable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def _lookup(index: String): Option[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StorageReader
  5. def add(word: (Int, Int), content: Int): Unit

    Permalink
  6. def add(word: String, content: Int): Unit

    Permalink
    Definition Classes
    StorageReadWriterStorageWriter
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val caseSensitiveIndex: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TMEdgesReadWriterTMEdgesReaderStorageReader
  9. def clear(): Unit

    Permalink
    Definition Classes
    StorageReader
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Permalink
    Definition Classes
    StorageReadWriterStorageWriterHasConnection → AutoCloseable
  12. val connection: RocksDBConnection

    Permalink
    Attributes
    protected
    Definition Classes
    TMEdgesReadWriterTMEdgesReaderHasConnection
  13. def containsIndex(index: String): Boolean

    Permalink
    Definition Classes
    StorageReader
  14. def emptyValue: Int

    Permalink
    Definition Classes
    TMEdgesReaderStorageReader
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flush(batch: WriteBatch): Unit

    Permalink
    Definition Classes
    StorageReadWriterStorageWriter
  19. def fromBytes(source: Array[Byte]): Int

    Permalink
    Definition Classes
    TMEdgesReaderStorageReader
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getConnection: RocksDBConnection

    Permalink
    Definition Classes
    HasConnection
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  24. def lookup(index: String): Option[Int]

    Permalink
    Definition Classes
    StorageReadWriter
  25. def lookup(index: (Int, Int)): Option[Int]

    Permalink
    Definition Classes
    TMEdgesReader
  26. def lookupDisk(index: String): Option[Int]

    Permalink
    Attributes
    protected
    Definition Classes
    StorageReader
  27. def merge(batch: WriteBatch, word: String, content: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    StorageWriter
  28. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. def put(batch: WriteBatch, word: String, content: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    StorageWriter
  32. def readCacheSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TMEdgesReaderStorageReader
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toBytes(content: Int): Array[Byte]

    Permalink
    Definition Classes
    TMEdgesReadWriterStorageWriter
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def writeBufferSize: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TMEdgesReadWriterStorageWriter

Inherited from StorageReadWriter[Int]

Inherited from StorageWriter[Int]

Inherited from TMEdgesReader

Inherited from StorageReader[Int]

Inherited from HasConnection

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped