Package org.apache.ignite.deployment
Class DeploymentUnit
java.lang.Object
org.apache.ignite.deployment.DeploymentUnit
Deployment unit.
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentUnit
(String name, String version) Constructor.DeploymentUnit
(String name, Version version) Constructor. -
Method Summary
-
Constructor Details
-
DeploymentUnit
Constructor.- Parameters:
name
- Name of the deployment unit.version
- Version of the deployment unit.
-
DeploymentUnit
Constructor.- Parameters:
name
- Name of the deployment unit.version
- Version of the deployment unit.
-
-
Method Details
-
name
Returns name of the deployment unit.- Returns:
- Name of the deployment unit.
-
version
Returns version of the deployment unit.- Returns:
- Version of the deployment unit.
-
equals
-
hashCode
public int hashCode() -
toString
-
render
-