public static interface Domain.Builder extends SdkPojo, CopyableBuilder<Domain.Builder,Domain>
| Modifier and Type | Method and Description |
|---|---|
Domain.Builder |
lifecycle(LifecycleManagementStrategy lifecycle)
The type of lifecycle management for apps in the domain.
|
Domain.Builder |
lifecycle(String lifecycle)
The type of lifecycle management for apps in the domain.
|
Domain.Builder |
name(String name)
The name of the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomain.Builder lifecycle(String lifecycle)
The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use the
StopApp API to stop the apps.
lifecycle - The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are
managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and
stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial
partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use
the StopApp API to stop the apps.
LifecycleManagementStrategy,
LifecycleManagementStrategyDomain.Builder lifecycle(LifecycleManagementStrategy lifecycle)
The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use the
StopApp API to stop the apps.
lifecycle - The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are
managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and
stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial
partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use
the StopApp API to stop the apps.
LifecycleManagementStrategy,
LifecycleManagementStrategyDomain.Builder name(String name)
The name of the domain.
name - The name of the domain.Copyright © 2023. All rights reserved.