Class UndeployedPuMetaData

java.lang.Object
com.gigaspaces.internal.cluster.UndeployedPuMetaData

public class UndeployedPuMetaData extends Object
  • Constructor Details

    • UndeployedPuMetaData

      public UndeployedPuMetaData()
    • UndeployedPuMetaData

      public UndeployedPuMetaData(String puName, String unDeployedAt, boolean isPersistent, Map<Integer,String> lastPrimaryPerPartition, Map<String,String> spaceInstancesHosts, String schema, int numOfInstances, int numOfBackups, boolean gracefulShutdown)
  • Method Details

    • getPuName

      public String getPuName()
    • setPuName

      public void setPuName(String puName)
    • getUnDeployedAt

      public String getUnDeployedAt()
    • setUnDeployedAt

      public void setUnDeployedAt(String unDeployedAt)
    • isPersistent

      public boolean isPersistent()
    • getLastPrimaryPerPartition

      public Map<Integer,String> getLastPrimaryPerPartition()
    • setLastPrimaryPerPartition

      public void setLastPrimaryPerPartition(Map<Integer,String> lastPrimaryPerPartition)
    • setPersistent

      public void setPersistent(boolean persistent)
    • getSpaceInstancesHosts

      public Map<String,String> getSpaceInstancesHosts()
    • setSpaceInstancesHosts

      public void setSpaceInstancesHosts(Map<String,String> spaceInstancesHosts)
    • getSchema

      public String getSchema()
    • setSchema

      public void setSchema(String schema)
    • getNumOfInstances

      public int getNumOfInstances()
    • setNumOfInstances

      public void setNumOfInstances(int numOfInstances)
    • getNumOfBackups

      public int getNumOfBackups()
    • setNumOfBackups

      public void setNumOfBackups(int numOfBackups)
    • isGracefulShutdown

      public boolean isGracefulShutdown()
    • setGracefulShutdown

      public void setGracefulShutdown(boolean gracefulShutdown)
    • toString

      public String toString()
      Overrides:
      toString in class Object