| Package | Description |
|---|---|
| org.gridgain.grid.spi.checkpoint |
Contains APIs for checkpoint 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCheckpointSpi.setCheckpointListener(GridCheckpointListener lsnr)
Sets the checkpoint listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheCheckpointSpi.setCheckpointListener(GridCheckpointListener lsnr)
Sets the checkpoint listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridJdbcCheckpointSpi.setCheckpointListener(GridCheckpointListener lsnr)
Sets the checkpoint listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridNoopCheckpointSpi.setCheckpointListener(GridCheckpointListener lsnr)
Sets the checkpoint listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridSharedFsCheckpointSpi.setCheckpointListener(GridCheckpointListener lsnr)
Sets the checkpoint listener.
|
Copyright © 2014. All rights reserved.