public class DefaultSyncPostProcessor extends Object implements SyncPostProcessor
Modifier and Type | Field and Description |
---|---|
static String |
PROP_SZ_DELETED_METADATA_FILE_COUNT |
static String |
PROP_SZ_DELETED_SYNC_PROP_FILE_COUNT |
static String |
SZ |
Constructor and Description |
---|
DefaultSyncPostProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getKeepValidSyncProps() |
void |
postProcess(ResultIndex resultIndex,
PathFinder pathFinder,
RsProperties syncProps)
Post process after the synchronisation that was done with the given resultIndex and pathFinder and that
resulted in the given syncProps.
|
void |
setKeepValidSyncProps(int keepValidSyncProps) |
public static final String SZ
public static final String PROP_SZ_DELETED_METADATA_FILE_COUNT
public static final String PROP_SZ_DELETED_SYNC_PROP_FILE_COUNT
public int getKeepValidSyncProps()
public void setKeepValidSyncProps(int keepValidSyncProps)
public void postProcess(ResultIndex resultIndex, PathFinder pathFinder, RsProperties syncProps) throws Exception
SyncPostProcessor
postProcess
in interface SyncPostProcessor
resultIndex
- the resultIndex used in synchronisationpathFinder
- the pathFinder that was used in the synchronisationsyncProps
- synchronisation properties that were the result of the synchronisationException
- the SyncPostProcessor may throw exceptionsCopyright © 2017. All rights reserved.