Packages

p

es.weso

wdsub

package wdsub

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class DumpMode extends Named
  2. case class DumpOptions(chunkSize: Int, decompressInput: Boolean, compressOutput: Boolean, onlyCount: Boolean, maxConcurrent: Int, site: String, showCounter: Boolean, showTime: Boolean, showSchema: Boolean, dumpMode: DumpMode, mergeOrs: Boolean, dumpFormat: WBSerializeFormat, verbose: Boolean) extends Product with Serializable

    Configuration options for DumpOptions

    Configuration options for DumpOptions

    chunkSize

    size of chunks for stream processing

  3. case class DumpResults(totalEntities: Int, matchedEntities: Int) extends Product with Serializable
  4. case class Item(itemDocument: ItemDocument) extends Product with Serializable

Value Members

  1. object DumpMode
  2. object DumpOptions extends Serializable
  3. object DumpResults extends Serializable
  4. object Item extends Serializable
  5. object LogConfig

Ungrouped