DataSource Extensions
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
DataSource Extensions
datasourcex-util
/
com.caplin.integration.datasourcex.util
/
SimpleDataSourceConfig
/
Discovery
Discovery
class
Discovery
(
val
hostname
:
String
,
val
clusterName
:
String
=
"caplin"
,
val
name
:
String
,
val
logDirectory
:
Path
?
,
val
localLabel
:
String
=
"-"
,
val
extraConfig
:
String
?
=
null
)
:
SimpleDataSourceConfig
(
source
)
Members
Constructors
Discovery
Link copied to clipboard
constructor
(
hostname
:
String
,
clusterName
:
String
=
"caplin"
,
name
:
String
,
logDirectory
:
Path
?
,
localLabel
:
String
=
"-"
,
extraConfig
:
String
?
=
null
)
Properties
cluster
Name
Link copied to clipboard
val
clusterName
:
String
extra
Config
Link copied to clipboard
open
override
val
extraConfig
:
String
?
=
null
hostname
Link copied to clipboard
val
hostname
:
String
local
Label
Link copied to clipboard
open
override
val
localLabel
:
String
log
Directory
Link copied to clipboard
open
override
val
logDirectory
:
Path
?
name
Link copied to clipboard
open
override
val
name
:
String
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String