public interface PlatformService extends Service
| Modifier and Type | Method and Description |
|---|---|
Object |
invokeMethod(String mthdName,
boolean srvKeepBinary,
boolean deserializeResult,
Object[] args)
Invokes native service method.
|
Object |
invokeMethod(String mthdName,
boolean srvKeepBinary,
Object[] args)
Invokes native service method.
|
long |
pointer()
Gets native pointer.
|
Object invokeMethod(String mthdName, boolean srvKeepBinary, Object[] args) throws IgniteCheckedException
mthdName - Method name.srvKeepBinary - Server keep binary flag.args - Arguments.IgniteCheckedException - If failed.Object invokeMethod(String mthdName, boolean srvKeepBinary, boolean deserializeResult, Object[] args) throws IgniteCheckedException
mthdName - Method name.srvKeepBinary - Server keep binary flag.args - Arguments.deserializeResult - If true, call service in cross-platform compatible manner.IgniteCheckedException - If failed.long pointer()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021