Uses of Interface
org.apache.nemo.runtime.common.NettyChannelImplementationSelector
-
Packages that use NettyChannelImplementationSelector Package Description org.apache.nemo.runtime.common -
-
Uses of NettyChannelImplementationSelector in org.apache.nemo.runtime.common
Classes in org.apache.nemo.runtime.common that implement NettyChannelImplementationSelector Modifier and Type Class Description class
NativeChannelImplementationSelector
ANettyChannelImplementationSelector
implementation that prefers native transport if possible.class
NioChannelImplementationSelector
ANettyChannelImplementationSelector
implementation that prefers nio-based channel implementation.
-