public interface GridUriDeploymentScannerListener extends EventListener
onNewOrUpdatedFile - happens when new file has been found or updated.onDeletedFiles - happens when file(s) has been removed.onFirstScanFinished - happens when scanner completed its first scan.| Modifier and Type | Method and Description |
|---|---|
void |
onDeletedFiles(List<String> uris)
Notifies about removed files.
|
void |
onFirstScanFinished()
Notifies about first scan completion.
|
void |
onNewOrUpdatedFile(File file,
String uri,
long tstamp)
Notifies about new file or those one that was updated.
|
void onNewOrUpdatedFile(File file, String uri, long tstamp)
file - New or updated file.uri - File URI.tstamp - File modification date.void onDeletedFiles(List<String> uris)
uris - List of removed files.void onFirstScanFinished()
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025