public interface CorruptIndexHandler
Modifier and Type | Field and Description |
---|---|
static CorruptIndexHandler |
NOOP |
Modifier and Type | Method and Description |
---|---|
void |
indexUpdateFailed(java.lang.String async,
java.lang.String indexPath,
java.lang.Exception e) |
boolean |
skippingCorruptIndex(java.lang.String async,
java.lang.String indexPath,
java.util.Calendar corruptSince)
Callback method to inform handler that a corrupt index has been skipped
|
static final CorruptIndexHandler NOOP
boolean skippingCorruptIndex(java.lang.String async, java.lang.String indexPath, java.util.Calendar corruptSince)
async
- async nameindexPath
- corrupt index pathcorruptSince
- time since index is corruptvoid indexUpdateFailed(java.lang.String async, java.lang.String indexPath, java.lang.Exception e)
Copyright © 2010 - 2020 Adobe. All Rights Reserved