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.s3 |
Contains S3-based 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.
|
Modifier and Type | Class and Description |
---|---|
class |
IgniteSpiMBeanAdapter
This class provides convenient adapter for MBean implementations.
|
Modifier and Type | Method and Description |
---|---|
protected <T extends IgniteSpiManagementMBean> |
IgniteSpiAdapter.registerMBean(String igniteInstanceName,
T impl,
Class<T> mbeanItf)
Registers SPI MBean.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CacheCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about cache checkpoint SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JdbcCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about jdbc checkpoint SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
S3CheckpointSpiMBean
Management bean for
S3CheckpointSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
SharedFsCheckpointSpiMBean
Management bean that provides general administrative and configuration information
about shared file system checkpoints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FifoQueueCollisionSpiMBean
Management bean that provides access to the FIFO queue collision SPI configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JobStealingCollisionSpiMBean
Management MBean for job stealing based collision SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PriorityQueueCollisionSpiMBean
Management bean that provides access to the priority queue collision SPI configuration.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TcpCommunicationSpiMBean
MBean provide access to TCP-based communication SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LocalDeploymentSpiMBean
Management MBean for
LocalDeploymentSpi SPI. |
Modifier and Type | Interface and Description |
---|---|
interface |
UriDeploymentSpiMBean
Management bean for
UriDeploymentSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
TcpDiscoverySpiMBean
Management bean for
TcpDiscoverySpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
ZookeeperDiscoverySpiMBean
Management bean for
ZookeeperDiscoverySpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
MemoryEventStorageSpiMBean
Management bean for
MemoryEventStorageSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
AlwaysFailoverSpiMBean
Management bean for
AlwaysFailoverSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
JobStealingFailoverSpiMBean
Management bean for
JobStealingFailoverSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
NeverFailoverSpiMBean
Management bean for
NeverFailoverSpi . |
Modifier and Type | Interface and Description |
---|---|
interface |
AdaptiveLoadBalancingSpiMBean
Management MBean for
AdaptiveLoadBalancingSpi SPI. |
Modifier and Type | Interface and Description |
---|---|
interface |
RoundRobinLoadBalancingSpiMBean
Management bean for
RoundRobinLoadBalancingSpi SPI. |
Modifier and Type | Interface and Description |
---|---|
interface |
WeightedRandomLoadBalancingSpiMBean
Management MBean for
WeightedRandomLoadBalancingSpi SPI. |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024