Packages

package export

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. export
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ConvertCommand extends Command with LazyLogging
  2. trait ExportCommand[DS <: DataStore] extends DataStoreCommand[DS] with DistributedCommand with InteractiveCommand
  3. sealed abstract class ExportFormat extends AnyRef

    Export format enumeration

  4. class GenerateAvroSchemaCommand extends Command
  5. 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.

  6. trait PlaybackCommand[DS <: DataStore] extends ExportCommand[DS]

Value Members

  1. object ConvertCommand extends LazyLogging
  2. object ExportCommand extends LazyLogging
  3. object ExportFormat
  4. object ExportJob extends JobWithLibJars

    Class that handles configuration and tracking of the remote job

  5. object GenerateAvroSchemaCommand
  6. object PlaybackCommand

Inherited from AnyRef

Inherited from Any

Ungrouped