Class ClusterInfoPropertiesReader

  • All Implemented Interfaces:
    net.dempsy.distconfig.PropertiesReader

    public class ClusterInfoPropertiesReader
    extends java.lang.Object
    implements net.dempsy.distconfig.PropertiesReader
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.dempsy.distconfig.PropertiesReader

        net.dempsy.distconfig.PropertiesReader.VersionedProperties
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      net.dempsy.distconfig.PropertiesReader.VersionedProperties read​(net.dempsy.distconfig.PropertiesWatcher watcher)  
      boolean supportsNotification()  
      • Methods inherited from class java.lang.Object

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

      • ClusterInfoPropertiesReader

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

      • read

        public net.dempsy.distconfig.PropertiesReader.VersionedProperties read​(net.dempsy.distconfig.PropertiesWatcher watcher)
        Specified by:
        read in interface net.dempsy.distconfig.PropertiesReader
      • supportsNotification

        public boolean supportsNotification()
        Specified by:
        supportsNotification in interface net.dempsy.distconfig.PropertiesReader