Interface PlatformProcessor

    • Method Detail

      • ignite

        Ignite ignite()
        Gets owning Ignite instance.
        Returns:
        Ignite instance.
      • environmentPointer

        long environmentPointer()
        Get environment pointer associated with this processor.
        Returns:
        Environment pointer.
      • context

        PlatformContext context()
        Gets platform context.
        Returns:
        Platform context.
      • hasContext

        boolean hasContext()
        Returns a value indicating whether context() is available.
        Returns:
        value indicating whether context() is available.
      • releaseStart

        void releaseStart()
        Notify processor that it is safe to use.
      • setThreadLocal

        void setThreadLocal​(Object value)
        Sets thread local value for platform.
        Parameters:
        value - Value.