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