Package | Description |
---|---|
org.corfudb.infrastructure | |
org.corfudb.infrastructure.log | |
org.corfudb.infrastructure.orchestrator |
Modifier and Type | Method and Description |
---|---|
static void |
CorfuServer.configureBootstrapOptions(ServerContext context,
io.netty.bootstrap.ServerBootstrap bootstrap)
Configure server bootstrap per-channel options, such as TCP options, etc.
|
static void |
CorfuServer.restartServer(ServerContext serverContext,
boolean resetData)
Cleanly shuts down the server and restarts.
|
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 . |
Constructor and Description |
---|
BaseServer(ServerContext context) |
LayoutServer(ServerContext serverContext)
Returns new LayoutServer for context.
|
LogUnitServer(ServerContext serverContext)
Returns a new LogUnitServer.
|
ManagementServer(ServerContext serverContext)
Returns new ManagementServer.
|
SequencerServer(ServerContext serverContext)
Returns a new SequencerServer.
|
Constructor and Description |
---|
StreamLogFiles(ServerContext serverContext,
boolean noVerify)
Returns a file-based stream log object.
|
Constructor and Description |
---|
Orchestrator(SingletonResource<CorfuRuntime> runtime,
ServerContext serverContext) |
Copyright © 2019 CorfuDB. All rights reserved.