t

com.johnsnowlabs.storage

StorageWriter

trait StorageWriter[A] extends HasConnection

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StorageWriter
  2. HasConnection
  3. AutoCloseable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def add(word: String, content: A): Unit
  2. abstract def toBytes(content: A): Array[Byte]

Concrete Value Members

  1. def close(): Unit
    Definition Classes
    HasConnection → AutoCloseable
  2. def flush(batch: WriteBatch): Unit
  3. def getConnection: RocksDBConnection
    Definition Classes
    HasConnection