Interface PlatformService

    • Method Detail

      • invokeMethod

        Object invokeMethod​(String mthdName,
                            boolean srvKeepBinary,
                            boolean deserializeResult,
                            @Nullable
                            @Nullable Object[] args,
                            @Nullable
                            @Nullable Map<String,​Object> callAttrs)
                     throws IgniteCheckedException
        Invokes native service method.
        Parameters:
        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.
        Returns:
        Resulting data.
        Throws:
        IgniteCheckedException - If failed.
      • pointer

        long pointer()
        Gets native pointer.
        Returns:
        Native pointer.