Package com.mapr.fs
Class ClusterConf.ClusterEntry
- java.lang.Object
-
- com.mapr.fs.ClusterConf.ClusterEntry
-
- Enclosing class:
- ClusterConf
public class ClusterConf.ClusterEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClusterEntry(java.lang.String clusterName, java.util.List<ClusterConf.IpPort> ipList, java.util.List<java.lang.Long> numIpsPerCldbList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetClusterName()java.util.List<ClusterConf.IpPort>getIpList()long[]getIPs()long[]getNumIpsPerCldb()voidrereadConf()
-
-
-
Constructor Detail
-
ClusterEntry
public ClusterEntry(java.lang.String clusterName, java.util.List<ClusterConf.IpPort> ipList, java.util.List<java.lang.Long> numIpsPerCldbList) throws java.net.UnknownHostException- Throws:
java.net.UnknownHostException
-
-
Method Detail
-
getClusterName
public java.lang.String getClusterName()
-
rereadConf
public void rereadConf() throws java.io.IOException- Throws:
java.io.IOException
-
getIpList
public java.util.List<ClusterConf.IpPort> getIpList()
-
getIPs
public long[] getIPs() throws java.io.IOException- Throws:
java.io.IOException
-
getNumIpsPerCldb
public long[] getNumIpsPerCldb() throws java.io.IOException- Throws:
java.io.IOException
-
-