Package org.apache.heron.spi.utils
Class NetworkUtils.TunnelConfig
- java.lang.Object
-
- org.apache.heron.spi.utils.NetworkUtils.TunnelConfig
-
- Enclosing class:
- NetworkUtils
public static class NetworkUtils.TunnelConfig extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkUtils.TunnelConfig
build(Config config, NetworkUtils.HeronSystem heronSystem)
int
getRetryCount()
String
getTunnelHost()
boolean
isTunnelNeeded()
-
-
-
Method Detail
-
isTunnelNeeded
public boolean isTunnelNeeded()
-
getTunnelHost
public String getTunnelHost()
-
getRetryCount
public int getRetryCount()
-
build
public static NetworkUtils.TunnelConfig build(Config config, NetworkUtils.HeronSystem heronSystem)
-
-