c

ai.chronon.api

MetaData

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()
Linear Supertypes
Cloneable, TBase[MetaData, _Fields], Serializable, TSerializable, Comparable[MetaData], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MetaData
  2. Cloneable
  3. TBase
  4. Serializable
  5. TSerializable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new MetaData(other: MetaData)

    Performs a deep copy on other.

  2. new MetaData()

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 addToDependencies(elem: String): Unit
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clear(): Unit
    Definition Classes
    MetaData → TBase
    Annotations
    @Override()
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def compareTo(other: MetaData): Int
    Definition Classes
    MetaData → Comparable
    Annotations
    @Override()
  9. def deepCopy(): MetaData
    Definition Classes
    MetaData → TBase
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(that: MetaData): Boolean
  12. def equals(that: AnyRef): Boolean
    Definition Classes
    MetaData → AnyRef → Any
    Annotations
    @Override()
  13. def fieldForId(fieldId: Int): _Fields
    Definition Classes
    MetaData → TBase
    Annotations
    @Nullable()
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def getConsistencySamplePercent(): Double
  17. def getCustomJson(): String
    Annotations
    @Nullable()
  18. def getDependencies(): List[String]
    Annotations
    @Nullable()
  19. def getDependenciesIterator(): Iterator[String]
    Annotations
    @Nullable()
  20. def getDependenciesSize(): Int
  21. def getDeprecationDate(): String
    Annotations
    @Nullable()
  22. def getDescription(): String
    Annotations
    @Nullable()
  23. def getFieldValue(field: _Fields): AnyRef
    Definition Classes
    MetaData → TBase
    Annotations
    @Nullable()
  24. def getModeToEnvMap(): Map[String, Map[String, String]]
    Annotations
    @Nullable()
  25. def getModeToEnvMapSize(): Int
  26. def getName(): String
    Annotations
    @Nullable()
  27. def getOfflineSchedule(): String
    Annotations
    @Nullable()
  28. def getOutputNamespace(): String
    Annotations
    @Nullable()
  29. def getSamplePercent(): Double
  30. def getTableProperties(): Map[String, String]
    Annotations
    @Nullable()
  31. def getTablePropertiesSize(): Int
  32. def getTeam(): String
    Annotations
    @Nullable()
  33. def hashCode(): Int
    Definition Classes
    MetaData → AnyRef → Any
    Annotations
    @Override()
  34. def isConsistencyCheck(): Boolean
  35. def isHistoricalBackfill(): Boolean
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. def isOnline(): Boolean
  38. def isProduction(): Boolean
  39. 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
  40. def isSetConsistencyCheck(): Boolean

    Returns true if field consistencyCheck is set (has been assigned a value) and false otherwise

  41. def isSetConsistencySamplePercent(): Boolean

    Returns true if field consistencySamplePercent is set (has been assigned a value) and false otherwise

  42. def isSetCustomJson(): Boolean

    Returns true if field customJson is set (has been assigned a value) and false otherwise

  43. def isSetDependencies(): Boolean

    Returns true if field dependencies is set (has been assigned a value) and false otherwise

  44. def isSetDeprecationDate(): Boolean

    Returns true if field deprecationDate is set (has been assigned a value) and false otherwise

  45. def isSetDescription(): Boolean

    Returns true if field description is set (has been assigned a value) and false otherwise

  46. def isSetHistoricalBackfill(): Boolean

    Returns true if field historicalBackfill is set (has been assigned a value) and false otherwise

  47. def isSetModeToEnvMap(): Boolean

    Returns true if field modeToEnvMap is set (has been assigned a value) and false otherwise

  48. def isSetName(): Boolean

    Returns true if field name is set (has been assigned a value) and false otherwise

  49. def isSetOfflineSchedule(): Boolean

    Returns true if field offlineSchedule is set (has been assigned a value) and false otherwise

  50. def isSetOnline(): Boolean

    Returns true if field online is set (has been assigned a value) and false otherwise

  51. def isSetOutputNamespace(): Boolean

    Returns true if field outputNamespace is set (has been assigned a value) and false otherwise

  52. def isSetProduction(): Boolean

    Returns true if field production is set (has been assigned a value) and false otherwise

  53. def isSetSamplePercent(): Boolean

    Returns true if field samplePercent is set (has been assigned a value) and false otherwise

  54. def isSetTableProperties(): Boolean

    Returns true if field tableProperties is set (has been assigned a value) and false otherwise

  55. def isSetTeam(): Boolean

    Returns true if field team is set (has been assigned a value) and false otherwise

  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  59. def putToModeToEnvMap(key: String, val: Map[String, String]): Unit
  60. def putToTableProperties(key: String, val: String): Unit
  61. def read(iprot: TProtocol): Unit
    Definition Classes
    MetaData → TSerializable
  62. def setConsistencyCheck(consistencyCheck: Boolean): MetaData
  63. def setConsistencyCheckIsSet(value: Boolean): Unit
  64. def setConsistencySamplePercent(consistencySamplePercent: Double): MetaData
  65. def setConsistencySamplePercentIsSet(value: Boolean): Unit
  66. def setCustomJson(customJson: String): MetaData
  67. def setCustomJsonIsSet(value: Boolean): Unit
  68. def setDependencies(dependencies: List[String]): MetaData
  69. def setDependenciesIsSet(value: Boolean): Unit
  70. def setDeprecationDate(deprecationDate: String): MetaData
  71. def setDeprecationDateIsSet(value: Boolean): Unit
  72. def setDescription(description: String): MetaData
  73. def setDescriptionIsSet(value: Boolean): Unit
  74. def setFieldValue(field: _Fields, value: AnyRef): Unit
    Definition Classes
    MetaData → TBase
  75. def setHistoricalBackfill(historicalBackfill: Boolean): MetaData
  76. def setHistoricalBackfillIsSet(value: Boolean): Unit
  77. def setModeToEnvMap(modeToEnvMap: Map[String, Map[String, String]]): MetaData
  78. def setModeToEnvMapIsSet(value: Boolean): Unit
  79. def setName(name: String): MetaData
  80. def setNameIsSet(value: Boolean): Unit
  81. def setOfflineSchedule(offlineSchedule: String): MetaData
  82. def setOfflineScheduleIsSet(value: Boolean): Unit
  83. def setOnline(online: Boolean): MetaData
  84. def setOnlineIsSet(value: Boolean): Unit
  85. def setOutputNamespace(outputNamespace: String): MetaData
  86. def setOutputNamespaceIsSet(value: Boolean): Unit
  87. def setProduction(production: Boolean): MetaData
  88. def setProductionIsSet(value: Boolean): Unit
  89. def setSamplePercent(samplePercent: Double): MetaData
  90. def setSamplePercentIsSet(value: Boolean): Unit
  91. def setTableProperties(tableProperties: Map[String, String]): MetaData
  92. def setTablePropertiesIsSet(value: Boolean): Unit
  93. def setTeam(team: String): MetaData
  94. def setTeamIsSet(value: Boolean): Unit
  95. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  96. def toString(): String
    Definition Classes
    MetaData → AnyRef → Any
    Annotations
    @Override()
  97. def unsetConsistencyCheck(): Unit
  98. def unsetConsistencySamplePercent(): Unit
  99. def unsetCustomJson(): Unit
  100. def unsetDependencies(): Unit
  101. def unsetDeprecationDate(): Unit
  102. def unsetDescription(): Unit
  103. def unsetHistoricalBackfill(): Unit
  104. def unsetModeToEnvMap(): Unit
  105. def unsetName(): Unit
  106. def unsetOfflineSchedule(): Unit
  107. def unsetOnline(): Unit
  108. def unsetOutputNamespace(): Unit
  109. def unsetProduction(): Unit
  110. def unsetSamplePercent(): Unit
  111. def unsetTableProperties(): Unit
  112. def unsetTeam(): Unit
  113. def validate(): Unit
  114. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  115. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  116. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  117. def write(oprot: TProtocol): Unit
    Definition Classes
    MetaData → TSerializable

Inherited from Cloneable

Inherited from TBase[MetaData, _Fields]

Inherited from Serializable

Inherited from TSerializable

Inherited from Comparable[MetaData]

Inherited from AnyRef

Inherited from Any

Ungrouped