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