public class MarshallerContextImpl extends MarshallerContextAdapter
| Constructor and Description |
|---|
MarshallerContextImpl(List<PluginProvider> plugins) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
className(int id)
Gets class name by type ID.
|
void |
onKernalStop()
Release marshaller context.
|
void |
onMarshallerCacheStarted(GridKernalContext ctx) |
protected boolean |
registerClassName(int id,
String clsName)
Registers class name.
|
checkHasClassName, getClass, isSystemType, registerClasspublic MarshallerContextImpl(List<PluginProvider> plugins) throws IgniteCheckedException
plugins - Plugins.IgniteCheckedException - In case of error.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.protected String className(int id) throws IgniteCheckedException
className in class MarshallerContextAdapterid - Type ID.IgniteCheckedException - In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016