Annotation Type IgniteSpiMultipleInstancesSupport


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface IgniteSpiMultipleInstancesSupport
    Annotates whether or not multiple instances of this SPI can be started in the same VM. This annotation should be attached to SPI implementation class.

    Note: if this annotations is omitted on SPI it will be assumed that SPI doesn't support multiple grid instances on the same VM.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      boolean value  
    • Element Detail

      • value

        boolean value
        Returns:
        Whether or not target SPI supports multiple grid instances started in the same VM.