Package | Description |
---|---|
org.corfudb.infrastructure |
Modifier and Type | Method and Description |
---|---|
static io.netty.channel.ChannelFuture |
CorfuServer.startAndListen(io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
CorfuServer.BootstrapConfigurer bootstrapConfigurer,
ServerContext context,
NettyServerRouter router,
String address,
int port)
Start the Corfu server and bind it to the given
port using the provided
channelType . |
Copyright © 2019 CorfuDB. All rights reserved.