class BootstrapPart extends TBase[BootstrapPart, _Fields] with Serializable with Cloneable with Comparable[BootstrapPart]
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
Ordering
- Alphabetic
- By Inheritance
Inherited
- BootstrapPart
- Cloneable
- TBase
- Serializable
- TSerializable
- Comparable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
BootstrapPart(other: BootstrapPart)
Performs a deep copy on other.
- new BootstrapPart()
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 addToKeyColumns(elem: String): Unit
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- BootstrapPart → TBase
- Annotations
- @Override()
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
compareTo(other: BootstrapPart): Int
- Definition Classes
- BootstrapPart → Comparable
- Annotations
- @Override()
-
def
deepCopy(): BootstrapPart
- Definition Classes
- BootstrapPart → TBase
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(that: BootstrapPart): Boolean
-
def
equals(that: Any): Boolean
- Definition Classes
- BootstrapPart → AnyRef → Any
- Annotations
- @Override()
-
def
fieldForId(fieldId: Int): _Fields
- Definition Classes
- BootstrapPart → 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
- BootstrapPart → TBase
- Annotations
- @Nullable()
-
def
getKeyColumns(): List[String]
- Annotations
- @Nullable()
-
def
getKeyColumnsIterator(): Iterator[String]
- Annotations
- @Nullable()
- def getKeyColumnsSize(): Int
-
def
getMetaData(): MetaData
- Annotations
- @Nullable()
-
def
getQuery(): Query
- Annotations
- @Nullable()
-
def
getTable(): String
- Annotations
- @Nullable()
-
def
hashCode(): Int
- Definition Classes
- BootstrapPart → 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
- BootstrapPart → TBase
-
def
isSetKeyColumns(): Boolean
Returns true if field keyColumns 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
isSetQuery(): Boolean
Returns true if field query is set (has been assigned a value) and false otherwise
-
def
isSetTable(): Boolean
Returns true if field table 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
- BootstrapPart → TSerializable
-
def
setFieldValue(field: _Fields, value: Any): Unit
- Definition Classes
- BootstrapPart → TBase
- def setKeyColumns(keyColumns: List[String]): BootstrapPart
- def setKeyColumnsIsSet(value: Boolean): Unit
- def setMetaData(metaData: MetaData): BootstrapPart
- def setMetaDataIsSet(value: Boolean): Unit
- def setQuery(query: Query): BootstrapPart
- def setQueryIsSet(value: Boolean): Unit
- def setTable(table: String): BootstrapPart
- def setTableIsSet(value: Boolean): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- BootstrapPart → AnyRef → Any
- Annotations
- @Override()
- def unsetKeyColumns(): Unit
- def unsetMetaData(): Unit
- def unsetQuery(): Unit
- def unsetTable(): 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
- BootstrapPart → TSerializable