Package org.apache.ignite.spi.checkpoint
Interface CheckpointListener
- 
 public interface CheckpointListenerListener for notifications of checkpoints removed byCheckpointSpi.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCheckpointRemoved(String key)Notification for removed checkpoint.
 
- 
- 
- 
Method Detail- 
onCheckpointRemovedvoid onCheckpointRemoved(String key) Notification for removed checkpoint.- Parameters:
- key- Key of removed checkpoint.
 
 
- 
 
-