@Singleton @Named public class DefaultIncrementalHandler extends Object implements IncrementalHandler
Constructor and Description |
---|
DefaultIncrementalHandler() |
Modifier and Type | Method and Description |
---|---|
List<Integer> |
getIncrementalUpdates(IndexPackingRequest request,
Properties properties) |
protected org.slf4j.Logger |
getLogger() |
void |
initializeProperties(Properties properties) |
List<String> |
loadRemoteIncrementalUpdates(IndexUpdateRequest request,
Properties localProperties,
Properties remoteProperties) |
protected org.slf4j.Logger getLogger()
public List<Integer> getIncrementalUpdates(IndexPackingRequest request, Properties properties) throws IOException
getIncrementalUpdates
in interface IncrementalHandler
IOException
public List<String> loadRemoteIncrementalUpdates(IndexUpdateRequest request, Properties localProperties, Properties remoteProperties) throws IOException
loadRemoteIncrementalUpdates
in interface IncrementalHandler
IOException
public void initializeProperties(Properties properties)
initializeProperties
in interface IncrementalHandler
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.