Interface GridRestProtocol

    • Method Detail

      • name

        String name()
        Returns:
        Protocol name.
      • getProperties

        Collection<IgniteBiTuple<String,​Object>> getProperties()
        Returns protocol properties for setting node attributes. Has meaningful result only after protocol start.
        Returns:
        Protocol properties.
      • onKernalStart

        void onKernalStart()
        Grid start callback.
      • stop

        void stop()
        Stops protocol.
      • onProcessorStart

        void onProcessorStart()
        Processor start callback.