Packages

c

com.johnsnowlabs.nlp.annotators.btm

TMEdgesReadWriter

class TMEdgesReadWriter extends TMEdgesReader with StorageReadWriter[Int]

Linear Supertypes
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)

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. def add(word: (Int, Int), content: Int): Unit
  6. def add(word: String, content: Int): Unit
    Definition Classes
    StorageReadWriterStorageWriter
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val caseSensitiveIndex: Boolean
    Attributes
    protected
    Definition Classes
    TMEdgesReadWriterTMEdgesReaderStorageReader
  9. def clear(): Unit
    Definition Classes
    StorageReader
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. def close(): Unit
    Definition Classes
    StorageReadWriterStorageWriterHasConnection → AutoCloseable
  12. val connection: RocksDBConnection
    Attributes
    protected
    Definition Classes
    TMEdgesReadWriterTMEdgesReaderHasConnection
  13. def containsIndex(index: String): Boolean
    Definition Classes
    StorageReader
  14. def emptyValue: Int
    Definition Classes
    TMEdgesReaderStorageReader
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def exportStorageToMap(): Map[BytesKey, Array[Byte]]
    Definition Classes
    StorageReader
  18. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def flush(batch: WriteBatch): Unit
    Definition Classes
    StorageReadWriterStorageWriter
  20. def fromBytes(source: Array[Byte]): Int
    Definition Classes
    TMEdgesReaderStorageReader
  21. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def getConnection: RocksDBConnection
    Definition Classes
    HasConnection
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def lookup(index: (Int, Int)): Option[Int]
    Definition Classes
    TMEdgesReadWriterTMEdgesReader
  26. def lookup(index: String): Option[Int]
    Definition Classes
    StorageReadWriter
  27. def lookupDisk(index: String): Option[Int]
    Attributes
    protected
    Definition Classes
    StorageReader
  28. def merge(batch: WriteBatch, word: String, content: Int): Unit
    Attributes
    protected
    Definition Classes
    StorageWriter
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. def put(batch: WriteBatch, word: String, content: Int): Unit
    Attributes
    protected
    Definition Classes
    StorageWriter
  33. def readCacheSize: Int
    Attributes
    protected
    Definition Classes
    TMEdgesReaderStorageReader
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toBytes(content: Int): Array[Byte]
    Definition Classes
    TMEdgesReadWriterStorageWriter
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. def writeBufferSize: Int
    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