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 |
onMarshallerCachePreloaded(GridKernalContext ctx) |
void |
onMarshallerCacheStarted(GridKernalContext ctx) |
protected boolean |
registerClassName(int id,
String clsName)
Registers class name.
|
checkHasClassName, getClass, isSystemType, registerClass
public 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 onMarshallerCachePreloaded(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 MarshallerContextAdapter
id
- Type ID.clsName
- Class name.IgniteCheckedException
- In case of error.protected String className(int id) throws IgniteCheckedException
className
in class MarshallerContextAdapter
id
- Type ID.IgniteCheckedException
- In case of error.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015