Class ClusterInfoPropertiesStore


  • public class ClusterInfoPropertiesStore
    extends net.dempsy.distconfig.PropertiesStore
    • Constructor Summary

      Constructors 
      Constructor Description
      ClusterInfoPropertiesStore​(net.dempsy.cluster.ClusterInfoSession session, java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int clear​(java.lang.String... propNames)  
      int merge​(java.util.Properties props)  
      int push​(java.util.Properties props)  
      • Methods inherited from class java.lang.Object

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

      • ClusterInfoPropertiesStore

        public ClusterInfoPropertiesStore​(net.dempsy.cluster.ClusterInfoSession session,
                                          java.lang.String path)
    • Method Detail

      • push

        public int push​(java.util.Properties props)
        Specified by:
        push in class net.dempsy.distconfig.PropertiesStore
      • merge

        public int merge​(java.util.Properties props)
        Specified by:
        merge in class net.dempsy.distconfig.PropertiesStore
      • clear

        public int clear​(java.lang.String... propNames)
                  throws java.io.IOException
        Specified by:
        clear in class net.dempsy.distconfig.PropertiesStore
        Throws:
        java.io.IOException