UnityCatalogServer.Builder¶
ServerProperties¶
ServerProperties serverProperties
UnityCatalogServer.Builder is given a ServerProperties using serverProperties accessor method.
serverProperties is used when:
- UnityCatalogServer is created and is requested to setDefaults and initializeServer
Open Question
Why does UnityCatalogServer require serverProperties to be created since all the methods that could use it accept a UnityCatalogServer.Builder?
serverProperties¶
UnityCatalogServer.Builder serverProperties(
ServerProperties serverProperties)
serverProperties sets this ServerProperties.
serverProperties is used when:
UnityCatalogServeris requested to setDefaults
Build UnityCatalogServer¶
UnityCatalogServer build()
build creates a UnityCatalogServer.
build is used when:
UnityCatalogServeris launched as a command-line application