package export
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- export
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- class ConvertCommand extends Command with LazyLogging
- trait ExportCommand[DS <: DataStore] extends DataStoreCommand[DS] with DistributedCommand with InteractiveCommand
-
sealed abstract
class
ExportFormat extends AnyRef
Export format enumeration
- class GenerateAvroSchemaCommand extends Command
-
class
IncrementingFileName extends Iterator[String]
Creates unique file names generated from a base name, by appending a sequence number before the file extension.
Creates unique file names generated from a base name, by appending a sequence number before the file extension.
For example, given the file name 'foo.txt', will return 'foo_000.txt', 'foo_001.txt', etc. If the iterator exceeds the specified number of digits, it will start to append additional digits to ensure uniqueness, e.g. 'foo_999.txt', 'foo_1000.txt', 'foo_1001.txt', etc.
- trait PlaybackCommand[DS <: DataStore] extends ExportCommand[DS]
Value Members
- object ConvertCommand extends LazyLogging
- object ExportCommand extends LazyLogging
- object ExportFormat
-
object
ExportJob extends JobWithLibJars
Class that handles configuration and tracking of the remote job
- object GenerateAvroSchemaCommand
- object PlaybackCommand