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