class PatternsReadWriter extends PatternsReader with StorageReadWriter[String]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PatternsReadWriter
- StorageReadWriter
- StorageWriter
- PatternsReader
- StorageReader
- HasConnection
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new PatternsReadWriter(connection: RocksDBConnection)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def _lookup(index: String): Option[String]
- Attributes
- protected
- Definition Classes
- StorageReader
- def add(word: String, content: String): Unit
- Definition Classes
- StorageReadWriter → StorageWriter
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val caseSensitiveIndex: Boolean
- Attributes
- protected
- Definition Classes
- PatternsReader → StorageReader
- def clear(): Unit
- Definition Classes
- StorageReader
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- StorageReadWriter → StorageWriter → HasConnection → AutoCloseable
- val connection: RocksDBConnection
- Attributes
- protected
- Definition Classes
- PatternsReadWriter → PatternsReader → HasConnection
- def containsIndex(index: String): Boolean
- Definition Classes
- StorageReader
- def emptyValue: String
- Definition Classes
- PatternsReader → StorageReader
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def exportStorageToMap(): Map[BytesKey, Array[Byte]]
- Definition Classes
- StorageReader
- def flush(batch: WriteBatch): Unit
- Definition Classes
- StorageReadWriter → StorageWriter
- def fromBytes(source: Array[Byte]): String
- Definition Classes
- PatternsReader → StorageReader
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getConnection: RocksDBConnection
- Definition Classes
- HasConnection
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookup(index: String): Option[String]
- Definition Classes
- StorageReadWriter
- def lookupDisk(index: String): Option[String]
- Attributes
- protected
- Definition Classes
- StorageReader
- def merge(batch: WriteBatch, word: String, content: String): Unit
- Attributes
- protected
- Definition Classes
- StorageWriter
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def put(batch: WriteBatch, word: String, content: String): Unit
- Attributes
- protected
- Definition Classes
- StorageWriter
- def readCacheSize: Int
- Attributes
- protected
- Definition Classes
- PatternsReader → StorageReader
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBytes(content: String): Array[Byte]
- Definition Classes
- PatternsReadWriter → StorageWriter
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def writeBufferSize: Int
- Attributes
- protected
- Definition Classes
- PatternsReadWriter → StorageWriter
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)