Uses of Interface
org.apache.ignite.spi.IgniteSpiContext
- 
Packages that use IgniteSpiContext Package Description org.apache.ignite.spi Contains common classes and interfaces for SPI implementations.org.apache.ignite.spi.checkpoint.cache Contains cache-based implementation for checkpoint SPI.org.apache.ignite.spi.collision.jobstealing Contains job stealing collision SPI implementation.org.apache.ignite.spi.communication.tcp Contains default TCP/IP-based implementation for communication SPI.org.apache.ignite.spi.discovery.isolated Contains implementation of special "isolated" mode for single-node cluster.org.apache.ignite.spi.discovery.tcp Contains default TCP/IP implementation for discovery SPI.org.apache.ignite.spi.discovery.tcp.ipfinder Contains IP finder interface and adapter.org.apache.ignite.spi.discovery.tcp.ipfinder.multicast Contains multicast-based IP finder.org.apache.ignite.spi.discovery.zk Contains Zookeeper Discovery Spi classes and interfaces.org.apache.ignite.spi.loadbalancing.adaptive Contains adaptive load balancing SPI.org.apache.ignite.spi.loadbalancing.roundrobin Contains default round-robin implementation for load balancing SPI.org.apache.ignite.spi.loadbalancing.weightedrandom Contains weighted random-base implementation for load balancing SPI.org.apache.ignite.spi.metric.opencensus 
- 
- 
Uses of IgniteSpiContext in org.apache.ignite.spiMethods in org.apache.ignite.spi that return IgniteSpiContext Modifier and Type Method Description IgniteSpiContextIgniteSpiAdapter. getSpiContext()Gets SPI context.Methods in org.apache.ignite.spi with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidIgniteSpiAdapter. checkConfigurationConsistency0(IgniteSpiContext spiCtx, ClusterNode node, boolean starting)Method which is called in the end of checkConfigurationConsistency() method.voidIgniteSpi. onContextInitialized(IgniteSpiContext spiCtx)Callback invoked when SPI context is initialized.voidIgniteSpiAdapter. onContextInitialized(IgniteSpiContext spiCtx)Callback invoked when SPI context is initialized.protected voidIgniteSpiAdapter. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.checkpoint.cacheMethods in org.apache.ignite.spi.checkpoint.cache with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidCacheCheckpointSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.collision.jobstealingMethods in org.apache.ignite.spi.collision.jobstealing with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidJobStealingCollisionSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.communication.tcpMethods in org.apache.ignite.spi.communication.tcp that return IgniteSpiContext Modifier and Type Method Description IgniteSpiContextTcpCommunicationSpi. getSpiContext()Gets SPI context.Methods in org.apache.ignite.spi.communication.tcp with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidTcpCommunicationSpi. checkConfigurationConsistency0(IgniteSpiContext spiCtx, ClusterNode node, boolean starting)Method which is called in the end of checkConfigurationConsistency() method.voidTcpCommunicationSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.Constructors in org.apache.ignite.spi.communication.tcp with parameters of type IgniteSpiContext Constructor Description TcpCommunicationMetricsListener(Ignite ignite, IgniteSpiContext spiCtx)
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.discovery.isolatedMethods in org.apache.ignite.spi.discovery.isolated with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidIsolatedDiscoverySpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.discovery.tcpFields in org.apache.ignite.spi.discovery.tcp declared as IgniteSpiContext Modifier and Type Field Description protected IgniteSpiContextTcpDiscoverySpi. spiCtxMethods in org.apache.ignite.spi.discovery.tcp that return IgniteSpiContext Modifier and Type Method Description IgniteSpiContextTcpDiscoverySpi. getSpiContext()Gets SPI context.Methods in org.apache.ignite.spi.discovery.tcp with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidTcpDiscoverySpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.discovery.tcp.ipfinderMethods in org.apache.ignite.spi.discovery.tcp.ipfinder that return IgniteSpiContext Modifier and Type Method Description protected IgniteSpiContextTcpDiscoveryIpFinderAdapter. spiContext()Methods in org.apache.ignite.spi.discovery.tcp.ipfinder with parameters of type IgniteSpiContext Modifier and Type Method Description voidTcpDiscoveryIpFinder. onSpiContextInitialized(IgniteSpiContext spiCtx)Callback invoked when SPI context is initialized afterTcpDiscoverySpi.spiStart(String)method is completed, SPI context can be stored for future access.voidTcpDiscoveryIpFinderAdapter. onSpiContextInitialized(IgniteSpiContext spiCtx)Callback invoked when SPI context is initialized afterTcpDiscoverySpi.spiStart(String)method is completed, SPI context can be stored for future access.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.discovery.tcp.ipfinder.multicastMethods in org.apache.ignite.spi.discovery.tcp.ipfinder.multicast with parameters of type IgniteSpiContext Modifier and Type Method Description voidTcpDiscoveryMulticastIpFinder. onSpiContextInitialized(IgniteSpiContext spiCtx)Callback invoked when SPI context is initialized afterTcpDiscoverySpi.spiStart(String)method is completed, SPI context can be stored for future access.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.discovery.zkMethods in org.apache.ignite.spi.discovery.zk with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidZookeeperDiscoverySpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.loadbalancing.adaptiveMethods in org.apache.ignite.spi.loadbalancing.adaptive with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidAdaptiveLoadBalancingSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.loadbalancing.roundrobinMethods in org.apache.ignite.spi.loadbalancing.roundrobin with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidRoundRobinLoadBalancingSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.loadbalancing.weightedrandomMethods in org.apache.ignite.spi.loadbalancing.weightedrandom with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidWeightedRandomLoadBalancingSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
- 
Uses of IgniteSpiContext in org.apache.ignite.spi.metric.opencensusMethods in org.apache.ignite.spi.metric.opencensus with parameters of type IgniteSpiContext Modifier and Type Method Description protected voidOpenCensusMetricExporterSpi. onContextInitialized0(IgniteSpiContext spiCtx)Method to be called in the end of onContextInitialized method.
 
-