public class IgfsServer extends Object
| Constructor and Description |
|---|
IgfsServer(IgfsContext igfsCtx,
IgfsIpcEndpointConfiguration endpointCfg,
boolean mgmt)
Constructs igfs server manager.
|
| Modifier and Type | Method and Description |
|---|---|
IpcServerEndpoint |
getIpcServerEndpoint()
Gets IPC server endpoint.
|
void |
onKernalStart()
Callback that is invoked when kernal is ready.
|
void |
start()
Starts this server.
|
void |
stop(boolean cancel)
Stops this server.
|
public IgfsServer(IgfsContext igfsCtx, IgfsIpcEndpointConfiguration endpointCfg, boolean mgmt)
igfsCtx - IGFS context.endpointCfg - Endpoint configuration to start.mgmt - Management flag - if true, server is intended to be started for Visor.public void start()
throws IgniteCheckedException
IgniteCheckedException - If failed.public void onKernalStart()
public void stop(boolean cancel)
cancel - Cancel flag.public IpcServerEndpoint getIpcServerEndpoint()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015