c

com.johnsnowlabs.nlp.annotators.er

RegexPatternsReader

class RegexPatternsReader extends StorageReader[Seq[String]]

Linear Supertypes
StorageReader[Seq[String]], HasConnection, AutoCloseable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegexPatternsReader
  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 RegexPatternsReader(connection: RocksDBConnection)

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[Seq[String]]
    Attributes
    protected
    Definition Classes
    StorageReader
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val caseSensitiveIndex: Boolean
    Attributes
    protected
    Definition Classes
    RegexPatternsReaderStorageReader
  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
    RegexPatternsReaderHasConnection
  11. def containsIndex(index: String): Boolean
    Definition Classes
    StorageReader
  12. def emptyValue: Seq[String]
    Definition Classes
    RegexPatternsReaderStorageReader
  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]): Seq[String]
    Definition Classes
    RegexPatternsReaderStorageReader
  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: String): Option[Seq[String]]
    Definition Classes
    StorageReader
  23. def lookupDisk(index: String): Option[Seq[String]]
    Attributes
    protected
    Definition Classes
    StorageReader
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. def readCacheSize: Int
    Attributes
    protected
    Definition Classes
    RegexPatternsReaderStorageReader
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from StorageReader[Seq[String]]

Inherited from HasConnection

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped