Packages

class HBaseUpdateSchemaParams extends UpdateSchemaParams with HBaseParams with RemoteFilterNotUsedParam

Annotations
@Parameters()
Linear Supertypes
RemoteFilterNotUsedParam, HBaseParams, RemoteFilterParam, OptionalZookeepersParam, CatalogParam, UpdateSchemaParams, OptionalForceParam, RequiredTypeNameParam, TypeNameParam, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HBaseUpdateSchemaParams
  2. RemoteFilterNotUsedParam
  3. HBaseParams
  4. RemoteFilterParam
  5. OptionalZookeepersParam
  6. CatalogParam
  7. UpdateSchemaParams
  8. OptionalForceParam
  9. RequiredTypeNameParam
  10. TypeNameParam
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HBaseUpdateSchemaParams()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val attributes: List[String]
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  6. val auths: String
    Definition Classes
    HBaseParams
    Annotations
    @Parameter()
  7. val catalog: String
    Definition Classes
    CatalogParam
    Annotations
    @Parameter()
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val enableStats: Boolean
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. val featureName: String
    Definition Classes
    RequiredTypeNameParam → TypeNameParam
    Annotations
    @Parameter()
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val force: Boolean
    Definition Classes
    OptionalForceParam
    Annotations
    @Parameter()
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val minusKeywords: List[String]
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val noBackup: Boolean
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  21. def noRemote: Boolean
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val plusKeywords: List[String]
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  25. val rename: String
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  26. val renameAttributes: List[String]
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  27. val renameTables: Boolean
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  28. val secure: Boolean
    Definition Classes
    HBaseParams
    Annotations
    @Parameter()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. val userData: List[String]
    Definition Classes
    UpdateSchemaParams
    Annotations
    @Parameter()
  32. def validate(): Option[ParameterException]
    Definition Classes
    UpdateSchemaParams
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. val zookeepers: String
    Definition Classes
    OptionalZookeepersParam
    Annotations
    @Parameter()

Inherited from RemoteFilterNotUsedParam

Inherited from HBaseParams

Inherited from RemoteFilterParam

Inherited from OptionalZookeepersParam

Inherited from CatalogParam

Inherited from UpdateSchemaParams

Inherited from OptionalForceParam

Inherited from RequiredTypeNameParam

Inherited from TypeNameParam

Inherited from AnyRef

Inherited from Any

Ungrouped