Packages

object TableFeature extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TableFeature
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def allSupportedFeaturesMap: Map[String, TableFeature]

    All table features recognized by this client.

    All table features recognized by this client. Update this set when you added a new Table Feature.

    Warning: Do not call get on this Map to get a specific feature because keys in this map are in lower cases. Use featureNameToFeature instead.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def featureNameToFeature(featureName: String): Option[TableFeature]

    Get a TableFeature object by its name.

  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getDependentFeatures(feature: TableFeature): Set[TableFeature]

    Returns a set of TableFeatures that require the given feature to be enabled.

  13. def getDroppedFeatures(newProtocol: Protocol, oldProtocol: Protocol): Set[TableFeature]

    Extracts the removed features by comparing new and old protocols.

    Extracts the removed features by comparing new and old protocols. Returns None if there are no removed features.

    Attributes
    protected
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isProtocolRemovingFeatureWithHistoryProtection(newProtocol: Protocol, oldProtocol: Protocol): Boolean

    Identifies whether there were any features with requiresHistoryProtection removed between the two protocols.

  17. def isProtocolRemovingFeatures(newProtocol: Protocol, oldProtocol: Protocol): Boolean

    Identifies whether there was any feature removal between two protocols.

  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. def validateFeatureRemovalAtSnapshot(newProtocol: Protocol, oldProtocol: Protocol, snapshot: Snapshot): Boolean

    Validates whether all requirements of a removed feature hold against the provided snapshot.

  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped