| Package | Description |
|---|---|
| org.gridgain.grid |
Contains entry-point GridGain & HPC APIs.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
GridCheckpointSpi[] |
GridConfiguration.getCheckpointSpi()
Should return fully configured checkpoint SPI implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridConfiguration.setCheckpointSpi(GridCheckpointSpi... cpSpi)
Sets fully configured instance of
GridCheckpointSpi. |
| 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. |
Copyright © 2014. All rights reserved.