Package org.apache.ignite.spi.deployment
Contains APIs for deployment SPI.
-
Interface Summary Interface Description DeploymentListener Listener for deployment events.DeploymentResource Generic abstraction over deployed resource containing resource's name, class and corresponding class loader.DeploymentSpi Grid deployment SPI is in charge of deploying tasks and classes from different sources. -
Class Summary Class Description DeploymentResourceAdapter Simple adapter forDeploymentResource
interface. -
Annotation Types Summary Annotation Type Description IgnoreIfPeerClassLoadingDisabled This annotation is for all implementations ofDeploymentSpi
that may be ignored if peer class loading is disabled.