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
- chunkSize
size of chunks for stream processing
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DumpOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
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)
- chunkSize
size of chunks for stream processing
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val chunkSize: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val compressOutput: Boolean
- val decompressInput: Boolean
- val dumpFormat: WBSerializeFormat
- val dumpMode: DumpMode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jsonDeserializer: JsonDeserializer
- val maxConcurrent: Int
- val mergeOrs: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val onlyCount: Boolean
- val showCounter: Boolean
- val showSchema: Boolean
- val showTime: Boolean
- val site: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val verbose: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withChunkSize(n: Int): DumpOptions
- def withCompressOutput(co: Boolean): DumpOptions
- def withDecompressInput(di: Boolean): DumpOptions
- def withDumpFormat(df: WBSerializeFormat): DumpOptions
- def withDumpMode(dm: DumpMode): DumpOptions
- def withMaxConcurrent(n: Int): DumpOptions
- def withMergeOrs(mo: Boolean): DumpOptions
- def withOnlyCount: DumpOptions
- def withShowCounter(sc: Boolean): DumpOptions
- def withShowSchema(sc: Boolean): DumpOptions
- def withShowTime(st: Boolean): DumpOptions
- def withSite(site: String): DumpOptions
- def withVerbose(v: Boolean): DumpOptions
- def withoutOnlyCount: DumpOptions