Uses of Class
eu.cloudnetservice.driver.service.ServiceId.Builder
Packages that use ServiceId.Builder
-
Uses of ServiceId.Builder in eu.cloudnetservice.driver.service
Fields in eu.cloudnetservice.driver.service declared as ServiceId.BuilderModifier and TypeFieldDescriptionprotected ServiceId.BuilderServiceConfiguration.Builder.serviceIdMethods in eu.cloudnetservice.driver.service that return ServiceId.BuilderModifier and TypeMethodDescriptionServiceId.Builder.allowedNodes(@NonNull Collection<String> allowedNodes) Sets the nodes which are allowed to pick up and manage services using the service id.static @NonNull ServiceId.BuilderServiceId.builder()Constructs a new builder for a service id instance.static @NonNull ServiceId.BuilderConstructs a new builder for a service id which has the same properties set as the given service id.ServiceId.Builder.environment(@Nullable ServiceEnvironmentType environment) Sets the environment which should be used for services using the service id.ServiceId.Builder.environment(@NonNull String environmentName) Sets the name of the environment to use for services using the service id.ServiceId.Builder.modifyAllowedNodes(@NonNull Consumer<Collection<String>> modifier) Modifies the nodes which are allowed to pick up and manage services using the service id.ServiceId.Builder.nameSplitter(@NonNull String nameSplitter) Sets the name splitter to use between the task name of the service and the numeric id of the service when creating the display name of it.ServiceId.Builder.nodeUniqueId(@Nullable String nodeUniqueId) Sets the unique id of the node which is required to pick up and manage the service associated with the service id.Sets the name of the task to use for the service id.ServiceId.Builder.taskServiceId(int taskServiceId) Sets the numeric id of the service within the task.Sets the unique id (version 4) of the service id.Methods in eu.cloudnetservice.driver.service with parameters of type ServiceId.BuilderModifier and TypeMethodDescriptionServiceConfiguration.Builder.serviceId(ServiceId.Builder serviceId) Sets the service id builder of this builder.