public abstract class GridGgfsManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected GridGgfsContext |
ggfsCtx
GGFS context.
|
protected org.gridgain.grid.logger.GridLogger |
log
Logger.
|
| Constructor and Description |
|---|
GridGgfsManager() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
kernalStartInfo() |
protected String |
kernalStopInfo() |
void |
onKernalStart() |
protected void |
onKernalStart0() |
void |
onKernalStop(boolean cancel) |
protected void |
onKernalStop0(boolean cancel) |
void |
start(GridGgfsContext ggfsCtx)
Called when GGFS processor is started.
|
protected void |
start0()
Start manager implementation.
|
protected String |
startInfo() |
void |
stop(boolean cancel)
Stops manager.
|
protected void |
stop0(boolean cancel)
Stop manager implementation.
|
protected String |
stopInfo() |
protected GridGgfsContext ggfsCtx
protected org.gridgain.grid.logger.GridLogger log
public void start(GridGgfsContext ggfsCtx) throws org.gridgain.grid.GridException
ggfsCtx - GGFS context.org.gridgain.grid.GridExceptionpublic final void stop(boolean cancel)
cancel - Cancel flag.public final void onKernalStart()
throws org.gridgain.grid.GridException
org.gridgain.grid.GridException - If failed.public final void onKernalStop(boolean cancel)
cancel - Cancel flag.protected void start0()
throws org.gridgain.grid.GridException
org.gridgain.grid.GridExceptionprotected void stop0(boolean cancel)
cancel - Cancel flag.protected void onKernalStart0()
throws org.gridgain.grid.GridException
org.gridgain.grid.GridException - If failed.protected void onKernalStop0(boolean cancel)
protected String startInfo()
protected String stopInfo()
protected String kernalStartInfo()
protected String kernalStopInfo()
Copyright © 2014. All rights reserved.