Package org.apache.solr.handler
Interface ReplicationHandler.PollListener
-
- Enclosing class:
- ReplicationHandler
public static interface ReplicationHandler.PollListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onComplete(SolrCore solrCore, IndexFetcher.IndexFetchResult fetchResult)
-
-
-
Method Detail
-
onComplete
void onComplete(SolrCore solrCore, IndexFetcher.IndexFetchResult fetchResult) throws IOException
- Throws:
IOException
-
-