| Package | Description | 
|---|---|
| com.hazelcast.internal.networking.nonblocking | 
 Contains the non blocking  
TcpIpConnectionMonitor. | 
| 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 | 
NonBlockingIOThreadingModel.setSelectorMode(SelectorMode mode)  | 
| Constructor and Description | 
|---|
NonBlockingIOThread(ThreadGroup threadGroup,
                   String threadName,
                   ILogger logger,
                   IOOutOfMemoryHandler oomeHandler,
                   SelectorMode selectMode)  | 
NonBlockingIOThread(ThreadGroup threadGroup,
                   String threadName,
                   ILogger logger,
                   IOOutOfMemoryHandler oomeHandler,
                   SelectorMode selectMode,
                   Selector selector)  | 
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.