Package org.elasticsearch.snapshots
Interface SnapshotsService.CreateSnapshotListener
-
- Enclosing class:
- SnapshotsService
public static interface SnapshotsService.CreateSnapshotListenerListener for create snapshot operation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFailure(java.lang.Exception e)Called if a snapshot operation couldn't startvoidonResponse()Called when snapshot has successfully started
-