Class DeploymentUnit

java.lang.Object
org.apache.ignite.deployment.DeploymentUnit

public class DeploymentUnit extends Object
Deployment unit.
  • Constructor Details

    • DeploymentUnit

      public DeploymentUnit(String name, Version version)
      Constructor.
      Parameters:
      name - Name of the deployment unit.
      version - Version of the deployment unit.
    • DeploymentUnit

      public DeploymentUnit(String name, String version)
      Constructor.
      Parameters:
      name - Name of the deployment unit.
      version - Version of the deployment unit.
  • Method Details

    • name

      public String name()
      Returns name of the deployment unit.
      Returns:
      Name of the deployment unit.
    • version

      public Version version()
      Returns version of the deployment unit.
      Returns:
      Version of the deployment unit.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • render

      public String render()