class MetaData extends TBase[MetaData, _Fields] with Serializable with Cloneable with Comparable[MetaData]
Autogenerated by Thrift Compiler (0.13.0)
DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
- Annotations
- @SuppressWarnings() @Generated()
- Alphabetic
- By Inheritance
- MetaData
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
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 addToDependencies(elem: String): Unit
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clear(): Unit
- Definition Classes
- MetaData → TBase
- Annotations
- @Override()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def compareTo(other: MetaData): Int
- Definition Classes
- MetaData → Comparable
- Annotations
- @Override()
- def deepCopy(): MetaData
- Definition Classes
- MetaData → TBase
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: MetaData): Boolean
- def equals(that: AnyRef): Boolean
- Definition Classes
- MetaData → AnyRef → Any
- Annotations
- @Override()
- def fieldForId(fieldId: Int): _Fields
- Definition Classes
- MetaData → TBase
- Annotations
- @Nullable()
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getConsistencySamplePercent(): Double
- def getCustomJson(): String
- Annotations
- @Nullable()
- def getDependencies(): List[String]
- Annotations
- @Nullable()
- def getDependenciesIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getDependenciesSize(): Int
- def getFieldValue(field: _Fields): AnyRef
- Definition Classes
- MetaData → TBase
- Annotations
- @Nullable()
- def getModeToEnvMap(): Map[String, Map[String, String]]
- Annotations
- @Nullable()
- def getModeToEnvMapSize(): Int
- def getName(): String
- Annotations
- @Nullable()
- def getOfflineSchedule(): String
- Annotations
- @Nullable()
- def getOutputNamespace(): String
- Annotations
- @Nullable()
- def getSamplePercent(): Double
- def getTableProperties(): Map[String, String]
- Annotations
- @Nullable()
- def getTablePropertiesSize(): Int
- def getTeam(): String
- Annotations
- @Nullable()
- def hashCode(): Int
- Definition Classes
- MetaData → AnyRef → Any
- Annotations
- @Override()
- def isConsistencyCheck(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOnline(): Boolean
- def isProduction(): Boolean
- def isSet(field: _Fields): Boolean
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
- Definition Classes
- MetaData → TBase
- def isSetConsistencyCheck(): Boolean
Returns true if field consistencyCheck is set (has been assigned a value) and false otherwise
- def isSetConsistencySamplePercent(): Boolean
Returns true if field consistencySamplePercent is set (has been assigned a value) and false otherwise
- def isSetCustomJson(): Boolean
Returns true if field customJson is set (has been assigned a value) and false otherwise
- def isSetDependencies(): Boolean
Returns true if field dependencies is set (has been assigned a value) and false otherwise
- def isSetModeToEnvMap(): Boolean
Returns true if field modeToEnvMap is set (has been assigned a value) and false otherwise
- def isSetName(): Boolean
Returns true if field name is set (has been assigned a value) and false otherwise
- def isSetOfflineSchedule(): Boolean
Returns true if field offlineSchedule is set (has been assigned a value) and false otherwise
- def isSetOnline(): Boolean
Returns true if field online is set (has been assigned a value) and false otherwise
- def isSetOutputNamespace(): Boolean
Returns true if field outputNamespace is set (has been assigned a value) and false otherwise
- def isSetProduction(): Boolean
Returns true if field production is set (has been assigned a value) and false otherwise
- def isSetSamplePercent(): Boolean
Returns true if field samplePercent is set (has been assigned a value) and false otherwise
- def isSetTableProperties(): Boolean
Returns true if field tableProperties is set (has been assigned a value) and false otherwise
- def isSetTeam(): Boolean
Returns true if field team is set (has been assigned a value) and false otherwise
- 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()
- def putToModeToEnvMap(key: String, val: Map[String, String]): Unit
- def putToTableProperties(key: String, val: String): Unit
- def read(iprot: TProtocol): Unit
- Definition Classes
- MetaData → TSerializable
- def setConsistencyCheck(consistencyCheck: Boolean): MetaData
- def setConsistencyCheckIsSet(value: Boolean): Unit
- def setConsistencySamplePercent(consistencySamplePercent: Double): MetaData
- def setConsistencySamplePercentIsSet(value: Boolean): Unit
- def setCustomJson(customJson: String): MetaData
- def setCustomJsonIsSet(value: Boolean): Unit
- def setDependencies(dependencies: List[String]): MetaData
- def setDependenciesIsSet(value: Boolean): Unit
- def setFieldValue(field: _Fields, value: AnyRef): Unit
- Definition Classes
- MetaData → TBase
- def setModeToEnvMap(modeToEnvMap: Map[String, Map[String, String]]): MetaData
- def setModeToEnvMapIsSet(value: Boolean): Unit
- def setName(name: String): MetaData
- def setNameIsSet(value: Boolean): Unit
- def setOfflineSchedule(offlineSchedule: String): MetaData
- def setOfflineScheduleIsSet(value: Boolean): Unit
- def setOnline(online: Boolean): MetaData
- def setOnlineIsSet(value: Boolean): Unit
- def setOutputNamespace(outputNamespace: String): MetaData
- def setOutputNamespaceIsSet(value: Boolean): Unit
- def setProduction(production: Boolean): MetaData
- def setProductionIsSet(value: Boolean): Unit
- def setSamplePercent(samplePercent: Double): MetaData
- def setSamplePercentIsSet(value: Boolean): Unit
- def setTableProperties(tableProperties: Map[String, String]): MetaData
- def setTablePropertiesIsSet(value: Boolean): Unit
- def setTeam(team: String): MetaData
- def setTeamIsSet(value: Boolean): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- MetaData → AnyRef → Any
- Annotations
- @Override()
- def unsetConsistencyCheck(): Unit
- def unsetConsistencySamplePercent(): Unit
- def unsetCustomJson(): Unit
- def unsetDependencies(): Unit
- def unsetModeToEnvMap(): Unit
- def unsetName(): Unit
- def unsetOfflineSchedule(): Unit
- def unsetOnline(): Unit
- def unsetOutputNamespace(): Unit
- def unsetProduction(): Unit
- def unsetSamplePercent(): Unit
- def unsetTableProperties(): Unit
- def unsetTeam(): Unit
- def validate(): Unit
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(oprot: TProtocol): Unit
- Definition Classes
- MetaData → TSerializable