public class EpollConfigurationProvider extends Object implements ServerConfigurationProvider
| Modifier and Type | Field and Description |
|---|---|
static EpollConfigurationProvider |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.EventLoopGroup |
createEventLoopGroup(int numberOfThreads,
ThreadFactory threadFactory) |
Class<? extends io.netty.channel.ServerChannel> |
getChannelClass() |
public static final EpollConfigurationProvider INSTANCE
public io.netty.channel.EventLoopGroup createEventLoopGroup(int numberOfThreads,
ThreadFactory threadFactory)
createEventLoopGroup in interface ServerConfigurationProviderpublic Class<? extends io.netty.channel.ServerChannel> getChannelClass()
getChannelClass in interface ServerConfigurationProviderCopyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.