class ExternalSource extends TBase[ExternalSource, _Fields] with Serializable with Cloneable with Comparable[ExternalSource]
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
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- ExternalSource
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ExternalSource(other: ExternalSource)
Performs a deep copy on other.
- new ExternalSource()
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- ExternalSource → TBase
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: ExternalSource): Int
- Definition Classes
- ExternalSource → Comparable
- Annotations
- @Override()
-
def
deepCopy(): ExternalSource
- Definition Classes
- ExternalSource → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: ExternalSource): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- ExternalSource → AnyRef → Any
- Annotations
- @Override()
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- ExternalSource → TBase
- Annotations
- @Nullable()
-
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
getFieldValue(field: _Fields): AnyRef
- Definition Classes
- ExternalSource → TBase
- Annotations
- @Nullable()
-
def
getKeySchema(): TDataType
- Annotations
- @Nullable()
-
def
getMetadata(): MetaData
- Annotations
- @Nullable()
-
def
getValueSchema(): TDataType
- Annotations
- @Nullable()
-
def
hashCode(): Int
- Definition Classes
- ExternalSource → AnyRef → Any
- Annotations
- @Override()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- ExternalSource → TBase
-
def
isSetKeySchema(): Boolean
Returns true if field keySchema is set (has been assigned a value) and false otherwise
-
def
isSetMetadata(): Boolean
Returns true if field metadata is set (has been assigned a value) and false otherwise
-
def
isSetValueSchema(): Boolean
Returns true if field valueSchema 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
read(iprot: TProtocol): Unit
- Definition Classes
- ExternalSource → TSerializable
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- ExternalSource → TBase
- def setKeySchema(keySchema: TDataType): ExternalSource
- def setKeySchemaIsSet(value: Boolean): Unit
- def setMetadata(metadata: MetaData): ExternalSource
- def setMetadataIsSet(value: Boolean): Unit
- def setValueSchema(valueSchema: TDataType): ExternalSource
- def setValueSchemaIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ExternalSource → AnyRef → Any
- Annotations
- @Override()
- def unsetKeySchema(): Unit
- def unsetMetadata(): Unit
- def unsetValueSchema(): Unit
- def validate(): Unit
-
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()
-
def
write(oprot: TProtocol): Unit
- Definition Classes
- ExternalSource → TSerializable