public static class NioEventLoopGroup.Context extends Object
Constructor and Description |
---|
Context() |
Modifier and Type | Method and Description |
---|---|
NioEventLoopGroup.Context |
balancerIntervalSeconds(int balancerIntervalSeconds) |
NioEventLoopGroup.Context |
channelInitializer(ChannelInitializer channelInitializer) |
NioEventLoopGroup.Context |
errorHandler(ChannelErrorHandler errorHandler) |
NioEventLoopGroup.Context |
inputThreadCount(int inputThreadCount) |
NioEventLoopGroup.Context |
loggingService(LoggingService loggingService) |
NioEventLoopGroup.Context |
metricsRegistry(MetricsRegistry metricsRegistry) |
NioEventLoopGroup.Context |
outputThreadCount(int outputThreadCount) |
NioEventLoopGroup.Context |
selectorMode(SelectorMode selectorMode) |
NioEventLoopGroup.Context |
selectorWorkaroundTest(boolean selectorWorkaroundTest) |
NioEventLoopGroup.Context |
threadNamePrefix(String threadNamePrefix) |
public NioEventLoopGroup.Context selectorWorkaroundTest(boolean selectorWorkaroundTest)
public NioEventLoopGroup.Context selectorMode(SelectorMode selectorMode)
public NioEventLoopGroup.Context loggingService(LoggingService loggingService)
public NioEventLoopGroup.Context metricsRegistry(MetricsRegistry metricsRegistry)
public NioEventLoopGroup.Context threadNamePrefix(String threadNamePrefix)
public NioEventLoopGroup.Context errorHandler(ChannelErrorHandler errorHandler)
public NioEventLoopGroup.Context inputThreadCount(int inputThreadCount)
public NioEventLoopGroup.Context outputThreadCount(int outputThreadCount)
public NioEventLoopGroup.Context balancerIntervalSeconds(int balancerIntervalSeconds)
public NioEventLoopGroup.Context channelInitializer(ChannelInitializer channelInitializer)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.