| Package | Description |
|---|---|
| org.gridgain.grid.spi.authentication.noop |
Contains default no-op implementation for authentication SPI.
|
| org.gridgain.grid.spi.checkpoint.cache |
Contains cache-based implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.checkpoint.jdbc |
Contains JDBC implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.checkpoint.noop |
Contains default no-op checkpoint SPI implementation.
|
| org.gridgain.grid.spi.checkpoint.sharedfs |
Contains shared file system implementation for checkpoint SPI.
|
| org.gridgain.grid.spi.collision.fifoqueue |
Contains FIFO based collision SPI implementation.
|
| org.gridgain.grid.spi.collision.jobstealing |
Contains job stealing collision SPI implementation.
|
| org.gridgain.grid.spi.collision.noop |
Contains default no-op collision SPI implementation.
|
| org.gridgain.grid.spi.collision.priorityqueue |
Contains priority based collision SPI implementation.
|
| org.gridgain.grid.spi.communication.tcp |
Contains default TCP/IP-based implementation for communication SPI.
|
| org.gridgain.grid.spi.deployment.local |
Contains default local deployment SPI implementation.
|
| org.gridgain.grid.spi.discovery.tcp |
Contains default TCP/IP implementation for discovery SPI.
|
| org.gridgain.grid.spi.eventstorage.memory |
Contains default in-memory implementation for event storage SPI.
|
| org.gridgain.grid.spi.failover.always |
Contains default "always" failover SPI.
|
| org.gridgain.grid.spi.failover.jobstealing |
Contains job stealing failover SPI.
|
| org.gridgain.grid.spi.failover.never |
Contains "never" failover SPI.
|
| org.gridgain.grid.spi.loadbalancing.adaptive |
Contains adaptive load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.roundrobin |
Contains default round-robin implementation for load balancing SPI.
|
| org.gridgain.grid.spi.loadbalancing.weightedrandom |
Contains weighted random-base implementation for load balancing SPI.
|
| org.gridgain.grid.spi.securesession.noop |
Contains default no-op implementation for secure session SPI.
|
| org.gridgain.grid.spi.swapspace.file |
Contains file-based swap space SPI.
|
| org.gridgain.grid.spi.swapspace.noop |
Contains default no-op swap space SPI implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopAuthenticationSpi
Default implementation of the authentication SPI which permits any request.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheCheckpointSpi
This class defines cache-based implementation for checkpoint SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJdbcCheckpointSpi
This class defines JDBC checkpoint SPI implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopCheckpointSpi
No-op implementation of
GridCheckpointSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridSharedFsCheckpointSpi
This class defines shared file system
GridCheckpointSpi implementation for
checkpoint SPI. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridFifoQueueCollisionSpi
This class provides implementation for Collision SPI based on FIFO queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobStealingCollisionSpi
Collision SPI that supports job stealing from over-utilized nodes to
under-utilized nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopCollisionSpi
No-op implementation of
GridCollisionSpi. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridPriorityQueueCollisionSpi
This class provides implementation for Collision SPI based on priority queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpCommunicationSpi
GridTcpCommunicationSpi is default communication SPI which uses
TCP/IP protocol and Java NIO to communicate with other nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLocalDeploymentSpi
Local deployment SPI that implements only within VM deployment on local
node via
GridLocalDeploymentSpi.register(ClassLoader, Class) method. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpDiscoverySpi
Discovery SPI implementation that uses TCP/IP for node discovery.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridMemoryEventStorageSpi
In-memory
GridEventStorageSpi implementation. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridAlwaysFailoverSpi
Failover SPI that always reroutes a failed job to another node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridJobStealingFailoverSpi
Job stealing failover SPI needs to always be used in conjunction with
GridJobStealingCollisionSpi SPI. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridNeverFailoverSpi
This class provides failover SPI implementation that never fails over.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridAdaptiveLoadBalancingSpi
Load balancing SPI that adapts to overall node performance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridRoundRobinLoadBalancingSpi
This SPI iterates through nodes in round-robin fashion and pick the next
sequential node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridWeightedRandomLoadBalancingSpi
Load balancing SPI that picks a random node for job execution.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopSecureSessionSpi
Default no-op implementation of the secure session SPI which supports all subject types and denies any token.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridFileSwapSpaceSpi
File-based swap space SPI implementation which holds keys in memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridNoopSwapSpaceSpi
No-op implementation of
GridSwapSpaceSpi. |
Copyright © 2014. All rights reserved.