Class SpringApplicationConfigManager.Cluster

java.lang.Object
com.cloudimpl.outstack.spring.component.SpringApplicationConfigManager.Cluster
Enclosing class:
SpringApplicationConfigManager

public static final class SpringApplicationConfigManager.Cluster
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Cluster()  
  • Method Summary

    Modifier and Type Method Description
    int getGossipPort()  
    java.lang.String getSeedName()  
    java.util.List<java.lang.String> getSeeds()  
    int getServicePort()  
    void setGossipPort​(int gossipPort)  
    void setSeedName​(java.lang.String seedName)  
    void setSeeds​(java.util.List<java.lang.String> seeds)  
    void setServicePort​(int servicePort)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Cluster

      public Cluster()
  • Method Details

    • getServicePort

      public int getServicePort()
    • setServicePort

      public void setServicePort​(int servicePort)
    • getSeedName

      public java.lang.String getSeedName()
    • setSeedName

      public void setSeedName​(java.lang.String seedName)
    • getGossipPort

      public int getGossipPort()
    • setGossipPort

      public void setGossipPort​(int gossipPort)
    • getSeeds

      public java.util.List<java.lang.String> getSeeds()
    • setSeeds

      public void setSeeds​(java.util.List<java.lang.String> seeds)