Uses of Interface
org.apache.ignite.spi.IgniteSpiManagementMBean
- 
Packages that use IgniteSpiManagementMBean 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.checkpoint.jdbc Contains JDBC implementation for checkpoint SPI.org.apache.ignite.spi.checkpoint.sharedfs Contains shared file system implementation for checkpoint SPI.org.apache.ignite.spi.collision.fifoqueue Contains FIFO based collision SPI implementation.org.apache.ignite.spi.collision.jobstealing Contains job stealing collision SPI implementation.org.apache.ignite.spi.collision.priorityqueue Contains priority based collision SPI implementation.org.apache.ignite.spi.communication.tcp Contains default TCP/IP-based implementation for communication SPI.org.apache.ignite.spi.deployment.local Contains default local deployment SPI implementation.org.apache.ignite.spi.deployment.uri Contains URI-based deployment SPI implementation.org.apache.ignite.spi.discovery.tcp Contains default TCP/IP implementation for discovery SPI.org.apache.ignite.spi.discovery.zk Contains Zookeeper Discovery Spi classes and interfaces.org.apache.ignite.spi.eventstorage.memory Contains default in-memory implementation for event storage SPI.org.apache.ignite.spi.failover.always Contains default "always" failover SPI.org.apache.ignite.spi.failover.jobstealing Contains job stealing failover SPI.org.apache.ignite.spi.failover.never Contains "never" failover SPI.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.
- 
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spiClasses in org.apache.ignite.spi that implement IgniteSpiManagementMBean Modifier and Type Class Description classIgniteSpiMBeanAdapterThis class provides convenient adapter for MBean implementations.Methods in org.apache.ignite.spi with type parameters of type IgniteSpiManagementMBean Modifier and Type Method Description protected <T extends IgniteSpiManagementMBean>
 voidIgniteSpiAdapter. registerMBean(String igniteInstanceName, T impl, Class<T> mbeanItf)Registers SPI MBean.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.cacheSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.cache Modifier and Type Interface Description interfaceCacheCheckpointSpiMBeanManagement bean that provides general administrative and configuration information about cache checkpoint SPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.jdbcSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.jdbc Modifier and Type Interface Description interfaceJdbcCheckpointSpiMBeanManagement bean that provides general administrative and configuration information about jdbc checkpoint SPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.sharedfsSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.checkpoint.sharedfs Modifier and Type Interface Description interfaceSharedFsCheckpointSpiMBeanManagement bean that provides general administrative and configuration information about shared file system checkpoints.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.fifoqueueSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.fifoqueue Modifier and Type Interface Description interfaceFifoQueueCollisionSpiMBeanManagement bean that provides access to the FIFO queue collision SPI configuration.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.jobstealingSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.jobstealing Modifier and Type Interface Description interfaceJobStealingCollisionSpiMBeanManagement MBean for job stealing based collision SPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.priorityqueueSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.collision.priorityqueue Modifier and Type Interface Description interfacePriorityQueueCollisionSpiMBeanManagement bean that provides access to the priority queue collision SPI configuration.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.communication.tcpSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.communication.tcp Modifier and Type Interface Description interfaceTcpCommunicationSpiMBeanMBean provide access to TCP-based communication SPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.deployment.localSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.deployment.local Modifier and Type Interface Description interfaceLocalDeploymentSpiMBeanManagement MBean forLocalDeploymentSpiSPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.deployment.uriSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.deployment.uri Modifier and Type Interface Description interfaceUriDeploymentSpiMBeanManagement bean forUriDeploymentSpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.discovery.tcpSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.discovery.tcp Modifier and Type Interface Description interfaceTcpDiscoverySpiMBeanManagement bean forTcpDiscoverySpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.discovery.zkSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.discovery.zk Modifier and Type Interface Description interfaceZookeeperDiscoverySpiMBeanManagement bean forZookeeperDiscoverySpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.eventstorage.memorySubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.eventstorage.memory Modifier and Type Interface Description interfaceMemoryEventStorageSpiMBeanManagement bean forMemoryEventStorageSpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.alwaysSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.always Modifier and Type Interface Description interfaceAlwaysFailoverSpiMBeanManagement bean forAlwaysFailoverSpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.jobstealingSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.jobstealing Modifier and Type Interface Description interfaceJobStealingFailoverSpiMBeanManagement bean forJobStealingFailoverSpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.neverSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.failover.never Modifier and Type Interface Description interfaceNeverFailoverSpiMBeanManagement bean forNeverFailoverSpi.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.adaptiveSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.adaptive Modifier and Type Interface Description interfaceAdaptiveLoadBalancingSpiMBeanManagement MBean forAdaptiveLoadBalancingSpiSPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.roundrobinSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.roundrobin Modifier and Type Interface Description interfaceRoundRobinLoadBalancingSpiMBeanManagement bean forRoundRobinLoadBalancingSpiSPI.
- 
Uses of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.weightedrandomSubinterfaces of IgniteSpiManagementMBean in org.apache.ignite.spi.loadbalancing.weightedrandom Modifier and Type Interface Description interfaceWeightedRandomLoadBalancingSpiMBeanManagement MBean forWeightedRandomLoadBalancingSpiSPI.
 
-