Package org.apache.ignite.spi
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 SummaryRequired Elements Modifier and Type Required Element Description booleanvalue
 
-