class DatabaseSourceExecuter extends SourceExecuter with Logging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DatabaseSourceExecuter
- Logging
- LoggingLike
- RealTimeAware
- SourceExecuter
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DatabaseSourceExecuter(session: SparkSession, connection: ConnectionDescription, source: SourceContent, customUrl: Option[String] = None)
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
debug(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
debugScope[T](message: (Int) ⇒ String, context: ⇒ String = getClass.getSimpleName)(action: ⇒ T): T
- Definition Classes
- LoggingLike
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
error(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
def
error(e: Throwable): Unit
- Definition Classes
- LoggingLike
-
def
execute(snapshot: SourceSnapshotInfo, dateRange: Option[TimelineFilter], testSample: Option[Int], tempOutputManager: TempOutputManager, onMessageLogged: (String) ⇒ Unit = m => {}, setProgress: (Double) ⇒ Unit = _ => {}): DataFrame
- Definition Classes
- DatabaseSourceExecuter → SourceExecuter
-
def
filterTimeline(source: SourceContent, snapshot: SourceSnapshotInfo, frame: DataFrame, dateRange: Option[TimelineFilter]): DataFrame
- Attributes
- protected
- Definition Classes
- SourceExecuter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
handleMessage(timestamp: LocalDateTime, message: ⇒ String, level: String, context: ⇒ String): Unit
- Definition Classes
- Logging → LoggingLike
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
info(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
utcNowJava: LocalDateTime
The current UTC date and time.
The current UTC date and time.
- Definition Classes
- RealTimeAware
-
def
utcTodayJava: LocalDateTime
The current UTC date.
The current UTC date.
- Definition Classes
- RealTimeAware
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
warn(message: ⇒ String, context: ⇒ String = getClass.getSimpleName): Unit
- Definition Classes
- LoggingLike
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated