public class MarshallerContextImpl extends MarshallerContextAdapter
| Constructor and Description |
|---|
MarshallerContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
className(int id)
Gets class name by type ID.
|
void |
onMarshallerCachePreloaded(GridKernalContext ctx) |
void |
onMarshallerCacheStarted(GridKernalContext ctx) |
protected boolean |
registerClassName(int id,
String clsName)
Registers class name.
|
getClass, registerClasspublic MarshallerContextImpl()
throws IgniteCheckedException
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.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.1.0-incubating Release Date : May 20 2015