Packages

trait UpdateSchemaCommand[DS <: DataStore] extends DataStoreCommand[DS]

Invoke updateSchema on a datastore

DS

data store type

Linear Supertypes
DataStoreCommand[DS], Command, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateSchemaCommand
  2. DataStoreCommand
  3. Command
  4. Runnable
  5. AnyRef
  6. 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: UpdateSchemaParams
    Definition Classes
    UpdateSchemaCommandCommand

Concrete Value Members

  1. def execute(): Unit
    Definition Classes
    UpdateSchemaCommandCommand
  2. def loadDataStore(): DS
    Definition Classes
    DataStoreCommand
    Annotations
    @throws( ... )
  3. val name: String
    Definition Classes
    UpdateSchemaCommandCommand
  4. def run(): Unit
    Definition Classes
    Command → Runnable
  5. def subCommands: Seq[Command]
    Definition Classes
    Command
  6. 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
  7. def withDataStore[T](method: (DS) ⇒ T): T
    Definition Classes
    DataStoreCommand
    Annotations
    @throws( ... )