Interface IncrementalHandler
- All Known Implementing Classes:
- DefaultIncrementalHandler
public interface IncrementalHandler
- 
Method SummaryModifier and TypeMethodDescriptiongetIncrementalUpdates(IndexPackingRequest request, Properties properties) voidinitializeProperties(Properties properties) loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties) 
- 
Method Details- 
getIncrementalUpdatesList<Integer> getIncrementalUpdates(IndexPackingRequest request, Properties properties) throws IOException - Throws:
- IOException
 
- 
loadRemoteIncrementalUpdatesList<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties) throws IOException - Throws:
- IOException
 
- 
initializeProperties
 
-