case class RedisDatasourceInput(host: String, port: Int, db: Int, table: String, password: Option[String], isBatch: Option[Boolean], schemaPath: Option[String], options: Option[Map[String, String]], incremental: Option[Incremental]) extends DatasourceInput with Product with Serializable
Represents a Redis datasource input configuration.
- host
The Redis server host.
- port
The Redis server port.
- db
The Redis database index.
- table
The Redis table or key.
- password
The optional password for authenticating with Redis.
- isBatch
Indicates if the Redis input is in batch mode.
- schemaPath
The optional path to the Redis schema definition.
- options
Additional options for the Redis input.
- incremental
The incremental configuration.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RedisDatasourceInput
- Serializable
- Serializable
- Product
- Equals
- DatasourceInput
- InputConfig
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RedisDatasourceInput(host: String, port: Int, db: Int, table: String, password: Option[String], isBatch: Option[Boolean], schemaPath: Option[String], options: Option[Map[String, String]], incremental: Option[Incremental])
- host
The Redis server host.
- port
The Redis server port.
- db
The Redis database index.
- table
The Redis table or key.
- password
The optional password for authenticating with Redis.
- isBatch
Indicates if the Redis input is in batch mode.
- schemaPath
The optional path to the Redis schema definition.
- options
Additional options for the Redis input.
- incremental
The incremental configuration.
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()
- val db: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
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()
- val host: String
- val incremental: Option[Incremental]
- val isBatch: Option[Boolean]
-
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()
- val options: Option[Map[String, String]]
- val password: Option[String]
- val port: Int
- val schemaPath: Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val table: String
-
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()