Package com.mapr.baseutils.cldbutils
Class CLDBRpcCommonUtils.IpPort
java.lang.Object
com.mapr.baseutils.cldbutils.CLDBRpcCommonUtils.IpPort
- Enclosing class:
- CLDBRpcCommonUtils
Helper class to keep address port info
-
Constructor Summary
ConstructorsConstructorDescriptionIpPort()IpPort(int port) IpPort(List<CLDBRpcCommonUtils.IpAddr> ipAddrList) IpPort(List<CLDBRpcCommonUtils.IpAddr> ipAddrList, int port) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIPOrHost(CLDBRpcCommonUtils.SocketAddr sockAddr) voidaddIPOrHost(String host, int port) getAddr()intintgetPort()com.mapr.fs.proto.Common.IPPorttoIPPort()toString()
-
Constructor Details
-
IpPort
public IpPort() -
IpPort
public IpPort(int port) -
IpPort
-
IpPort
-
-
Method Details