Class ClusterInfoPropertiesStore
- java.lang.Object
-
- net.dempsy.distconfig.PropertiesStore
-
- net.dempsy.distconfig.clusterinfo.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 intclear(java.lang.String... propNames)intmerge(java.util.Properties props)intpush(java.util.Properties props)
-
-
-
Method Detail
-
push
public int push(java.util.Properties props)
- Specified by:
pushin classnet.dempsy.distconfig.PropertiesStore
-
merge
public int merge(java.util.Properties props)
- Specified by:
mergein classnet.dempsy.distconfig.PropertiesStore
-
clear
public int clear(java.lang.String... propNames) throws java.io.IOException- Specified by:
clearin classnet.dempsy.distconfig.PropertiesStore- Throws:
java.io.IOException
-
-