object TableFeature extends Serializable
- Alphabetic
- By Inheritance
- TableFeature
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
geton this Map to get a specific feature because keys in this map are in lower cases. Use featureNameToFeature instead. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
featureNameToFeature(featureName: String): Option[TableFeature]
Get a TableFeature object by its name.
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getDependentFeatures(feature: TableFeature): Set[TableFeature]
Returns a set of TableFeatures that require the given feature to be enabled.
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isProtocolRemovingFeatureWithHistoryProtection(newProtocol: Protocol, oldProtocol: Protocol): Boolean
Identifies whether there were any features with requiresHistoryProtection removed between the two protocols.
-
def
isProtocolRemovingFeatures(newProtocol: Protocol, oldProtocol: Protocol): Boolean
Identifies whether there was any feature removal between two protocols.
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
validateFeatureRemovalAtSnapshot(newProtocol: Protocol, oldProtocol: Protocol, snapshot: Snapshot): Boolean
Validates whether all requirements of a removed feature hold against the provided snapshot.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()