Class ServiceDeploymentRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.service.ServiceDeploymentRequest
-
- All Implemented Interfaces:
Serializable
public class ServiceDeploymentRequest extends Object
Service deployment request.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IgniteUuidsrvcIdService id.
-
Constructor Summary
Constructors Constructor Description ServiceDeploymentRequest(@NotNull IgniteUuid srvcId, @NotNull LazyServiceConfiguration cfg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LazyServiceConfigurationconfiguration()IgniteUuidserviceId()StringtoString()
-
-
-
Field Detail
-
srvcId
protected final IgniteUuid srvcId
Service id.
-
-
Constructor Detail
-
ServiceDeploymentRequest
public ServiceDeploymentRequest(@NotNull @NotNull IgniteUuid srvcId, @NotNull @NotNull LazyServiceConfiguration cfg)- Parameters:
srvcId- Service id.cfg- Service configuration.
-
-
Method Detail
-
configuration
public LazyServiceConfiguration configuration()
- Returns:
- Service configuration.
-
toString
public String toString()
-
serviceId
public IgniteUuid serviceId()
- Returns:
- Service id.
-
-