Packages

trait IngestCommand[DS <: DataStore] extends DataStoreCommand[DS] with DistributedCommand with InteractiveCommand with SchemaOptionsCommand

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IngestCommand
  2. SchemaOptionsCommand
  3. InteractiveCommand
  4. DistributedCommand
  5. DataStoreCommand
  6. Command
  7. Runnable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def connection: Map[String, String]
    Definition Classes
    DataStoreCommand
  2. abstract def params: IngestParams
    Definition Classes
    IngestCommandCommand

Concrete Value Members

  1. implicit def console: SystemConsole
    Definition Classes
    InteractiveCommand
  2. def execute(): Unit
    Definition Classes
    IngestCommandCommand
  3. def libjarsFiles: Seq[String]
    Definition Classes
    IngestCommandDistributedCommand
  4. def libjarsPaths: Iterator[() ⇒ Seq[File]]
    Definition Classes
    DistributedCommand
  5. def loadDataStore(): DS
    Definition Classes
    DataStoreCommand
    Annotations
    @throws( ... )
  6. val name: String
    Definition Classes
    IngestCommandCommand
  7. def run(): Unit
    Definition Classes
    Command → Runnable
  8. def setConsole(c: SystemConsole): Unit
    Definition Classes
    InteractiveCommand
  9. def subCommands: Seq[Command]
    Definition Classes
    Command
  10. def validate(): Option[ParameterException]

    Opportunity for the command to perform complex validation across param values (e.g.

    Opportunity for the command to perform complex validation across param values (e.g. check exclusive args, etc)

    returns

    parameter exception if validation fails

    Definition Classes
    Command
  11. def withDataStore[T](method: (DS) ⇒ T): T
    Definition Classes
    DataStoreCommand
    Annotations
    @throws( ... )