Uses of Record Class
eu.cloudnetservice.driver.service.ProcessConfiguration
Packages that use ProcessConfiguration
-
Uses of ProcessConfiguration in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service declared as ProcessConfigurationModifier and TypeFieldDescriptionprotected final ProcessConfigurationServiceConfiguration.processConfigprivate final ProcessConfigurationServiceTask.processConfigurationMethods in eu.cloudnetservice.driver.service that return ProcessConfigurationModifier and TypeMethodDescriptionProcessConfiguration.Builder.build()Builds the process configuration based on the configuration of this builder.ProcessConfiguration.clone()ServiceConfiguration.processConfig()Get the process configuration to apply to all services which get created based on this configuration.ServiceTask.processConfiguration()Get the process configuration to apply to all services which get created based on this configuration.Methods in eu.cloudnetservice.driver.service with parameters of type ProcessConfigurationModifier and TypeMethodDescriptionProcessConfiguration.builder(@NonNull ProcessConfiguration configuration) Constructs a new builder for a process configuration copying the properties from the given configuration into the builder.Constructors in eu.cloudnetservice.driver.service with parameters of type ProcessConfigurationModifierConstructorDescriptionprotectedServiceConfiguration(@NonNull ServiceId serviceId, @NonNull ProcessConfiguration processConfig, @NonNull ServiceCreateRetryConfiguration retryConfiguration, int port, @NonNull String runtime, @Nullable String hostAddress, @Nullable String javaCommand, boolean autoDeleteOnStop, boolean staticService, @NonNull Set<String> groups, @NonNull Set<String> deletedFilesAfterStop, @NonNull Set<ServiceTemplate> templates, @NonNull Set<ServiceDeployment> deployments, @NonNull Set<ServiceRemoteInclusion> includes, @NonNull Document properties) Constructs a new service configuration instance.protectedServiceTask(@NonNull String name, @NonNull String runtime, @Nullable String hostAddress, @Nullable String javaCommand, @NonNull String nameSplitter, boolean disableIpRewrite, boolean maintenance, boolean autoDeleteOnStop, boolean staticServices, @NonNull Set<String> groups, @NonNull Set<String> associatedNodes, @NonNull Set<String> deletedFilesAfterStop, @NonNull ProcessConfiguration processConfiguration, int startPort, int minServiceCount, @NonNull Set<ServiceTemplate> templates, @NonNull Set<ServiceDeployment> deployments, @NonNull Set<ServiceRemoteInclusion> includes, @NonNull Document properties) Constructs a new service task instance.