public class MarshallerContextImpl extends MarshallerContextAdapter
| Modifier and Type | Class and Description |
|---|---|
static class |
MarshallerContextImpl.ContinuousQueryListener |
| Constructor and Description |
|---|
MarshallerContextImpl(String igniteWorkDir,
List<PluginProvider> plugins) |
| Modifier and Type | Method and Description |
|---|---|
String |
className(int id)
Gets class name by type ID.
|
void |
onContinuousProcessorStarted(GridKernalContext ctx) |
void |
onKernalStop()
Release marshaller context.
|
void |
onMarshallerCacheStarted(GridKernalContext ctx) |
protected boolean |
registerClassName(int id,
String clsName)
Registers class name.
|
checkHasClassName, getClass, isSystemType, registerClasspublic MarshallerContextImpl(String igniteWorkDir, List<PluginProvider> plugins) throws IgniteCheckedException
igniteWorkDir - Ignite work directory.plugins - Plugins.IgniteCheckedException - In case of error.public void onContinuousProcessorStarted(GridKernalContext ctx) throws IgniteCheckedException
ctx - Context.IgniteCheckedException - If failed.public void onMarshallerCacheStarted(GridKernalContext ctx) throws IgniteCheckedException
ctx - Kernal context.IgniteCheckedException - In case of error.public void onKernalStop()
protected boolean registerClassName(int id,
String clsName)
throws IgniteCheckedException
registerClassName in class MarshallerContextAdapterid - Type ID.clsName - Class name.IgniteCheckedException - In case of error.public String className(int id) throws IgniteCheckedException
className in class MarshallerContextAdapterid - Type ID.IgniteCheckedException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.8.0 Release Date : December 5 2016