class DeltaConnectorConfiguration extends Serializable
This class keeps options used for delta source and sink connectors.
- Alphabetic
- By Inheritance
- DeltaConnectorConfiguration
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
DeltaConnectorConfiguration(options: Map[String, AnyRef])
Creates an instance of
DeltaConnectorConfigurationusing provided options.Creates an instance of
DeltaConnectorConfigurationusing provided options.- options
options that should be added to
DeltaConnectorConfiguration.
- new DeltaConnectorConfiguration()
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 addOption[T](name: DeltaConfigOption[T], value: T): DeltaConnectorConfiguration
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
copy(): DeltaConnectorConfiguration
Creates a copy of DeltaSourceConfiguration.
Creates a copy of DeltaSourceConfiguration. Changes to the copy object do not influence the state of the original object.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getUsedOptions(): Set[String]
-
def
getValue[T](option: DeltaConfigOption[T]): T
This method returns a value for used
DeltaSourceOption.This method returns a value for used
DeltaSourceOption. The type of returned value will be cast to the the same type that was used inDeltaSourceOptionsdefinition. UsingDeltaSourceOptionobject as an argument rather than option's string key guaranties type safety.- option
The
DeltaSourceOptionfor which we want to get the value.- returns
A value for given option if used or a default value if defined or null if none.
- Annotations
- @SuppressWarnings()
- def hasOption(option: DeltaConfigOption[_]): Boolean
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
- DeltaConnectorConfiguration → AnyRef → Any
- Annotations
- @Override()
-
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()