| Package | Description | 
|---|---|
| com.hazelcast.internal.networking.nio | Contains the non blocking  EventLoopGroupfunctionality. | 
| Modifier and Type | Method and Description | 
|---|---|
| static SelectorMode | SelectorMode. fromString(String value) | 
| static SelectorMode | SelectorMode. getConfiguredValue() | 
| static SelectorMode | SelectorMode. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SelectorMode[] | SelectorMode. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NioEventLoopGroup. setSelectorMode(SelectorMode mode) | 
| Constructor and Description | 
|---|
| NioThread(String threadName,
         ILogger logger,
         ChannelErrorHandler errorHandler,
         SelectorMode selectMode,
         IdleStrategy idleStrategy) | 
| NioThread(String threadName,
         ILogger logger,
         ChannelErrorHandler errorHandler,
         SelectorMode selectMode,
         Selector selector,
         IdleStrategy idleStrategy) | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.