public class GridGgfsServer extends Object
| Constructor and Description |
|---|
GridGgfsServer(GridGgfsContext ggfsCtx,
Map<String,String> endpointCfg,
boolean mgmt)
Constructs ggfs server manager.
|
| Modifier and Type | Method and Description |
|---|---|
org.gridgain.grid.util.ipc.GridIpcServerEndpoint |
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 GridGgfsServer(GridGgfsContext ggfsCtx, Map<String,String> endpointCfg, boolean mgmt)
ggfsCtx - GGFS context.endpointCfg - Endpoint configuration to start.mgmt - Management flag - if true, server is intended to be started for Visor.public void start()
throws org.gridgain.grid.GridException
org.gridgain.grid.GridException - If failed.public void onKernalStart()
public void stop(boolean cancel)
cancel - Cancel flag.public org.gridgain.grid.util.ipc.GridIpcServerEndpoint getIpcServerEndpoint()
Copyright © 2014. All rights reserved.