public interface BBjAdminBBjReplicationJob_1310 extends BBjAdminBBjReplicationJob
HOST, PASSWORD, PORT, SSL, USER
ADVISORY_LOCKING, ENABLED, EVENT_EMAIL_RECIPIENTS, EVENT_EMAIL_SERVICE, EVENT_HANDLER, EVENT_HANDLER_CLASSPATH, EVENT_HANDLER_CONFIG, EVENT_HANDLER_PWD, EVENT_HANDLER_USER, EVENT_HANDLER_WORKING_DIR, ID, MAX_BANDWIDTH, NAME, RECOPY_ENABLED, STATE_COPYING_FILES, STATE_ERROR, STATE_NOT_SINCE_START, SYNCHRONOUS
Modifier and Type | Method and Description |
---|---|
void |
addGlobExclude(java.lang.String p_sourceDir,
java.lang.String p_pattern,
java.lang.String p_destinationDir,
boolean p_recursive,
boolean p_matchPath,
java.lang.String p_modes) |
void |
addGlobInclude(java.lang.String p_sourceDir,
java.lang.String p_pattern,
java.lang.String p_destinationDir,
boolean p_recursive,
boolean p_matchPath,
boolean p_advisory,
java.lang.String p_modes) |
void |
addRegexExclude(java.lang.String p_sourceDir,
java.lang.String p_pattern,
java.lang.String p_destinationDir,
boolean p_recursive,
boolean p_matchPath,
java.lang.String p_modes) |
void |
addRegexInclude(java.lang.String p_sourceDir,
java.lang.String p_pattern,
java.lang.String p_destinationDir,
boolean p_recursive,
boolean p_matchPath,
boolean p_advisory,
java.lang.String p_modes) |
void |
clearInclusions()
Clears the list of all included filters.
|
BBjAdminMap<java.lang.String,java.lang.String> |
getBadFiles()
Returns a list of "bad files".
|
BBjAdminList<BBjAdminReplicationFilter> |
getExcludeFilters()
Returns a list of all the exclude filters used by this replication job.
|
BBjAdminList<BBjAdminReplicationFileStats> |
getFileStats(java.lang.String p_filter,
boolean p_regex)
Returns a list of the files that match the specified criteria
|
BBjAdminList<BBjAdminReplicationFilter> |
getIncludeFilters()
Returns a list of all the include filters used by this replication job.
|
void |
resetBadFile(java.lang.String p_file,
boolean p_forceCopy)
Resets a file to be no longer "bad".
|
addExclude, addJob, addMapping, addMapping, clearExclusions, clearMappings, getExclusions, getMappings, getModes, removeMapping
cancelDisableWhenCaughtUpToNow, disableWhenCaughtUpToNow, getCurrentError, getDescriptiveProperties, getLastInSync, getLastInSyncString, getLastLag, getLastOpRate, getLastTimestamp, getLastTimestampRatio, getLastTimestampSummary, getLastWaitForLog, getStartProcesses, setDescriptiveProperties, setEnabled, waitingToDisable
getChangedProperties, getClearedProperties, getOriginalProperties
addType, canAddNewProperties, canClear, clear, clearProperties, clearProperty, getReadOnly, hasChanged, isReadOnly, setBoolean, setDouble, setInt, setList, setLong, setProperties, setString, setValue
checkValueEqual, contains, contains, getBoolean, getDouble, getInt, getList, getLong, getProperties, getString, getType, getTypes, getValue
commit, rollback
void addRegexInclude(java.lang.String p_sourceDir, java.lang.String p_pattern, java.lang.String p_destinationDir, boolean p_recursive, boolean p_matchPath, boolean p_advisory, java.lang.String p_modes) throws BBjAdminException
p_sourceDir
- p_pattern
- p_destinationDir
- p_recursive
- p_matchPath
- p_advisory
- p_modes
- BBjAdminException
void addRegexExclude(java.lang.String p_sourceDir, java.lang.String p_pattern, java.lang.String p_destinationDir, boolean p_recursive, boolean p_matchPath, java.lang.String p_modes) throws BBjAdminException
p_sourceDir
- p_pattern
- p_destinationDir
- p_recursive
- p_matchPath
- p_modes
- BBjAdminException
void addGlobInclude(java.lang.String p_sourceDir, java.lang.String p_pattern, java.lang.String p_destinationDir, boolean p_recursive, boolean p_matchPath, boolean p_advisory, java.lang.String p_modes) throws BBjAdminException
p_sourceDir
- p_pattern
- p_destinationDir
- p_recursive
- p_matchPath
- p_modes
- BBjAdminException
void addGlobExclude(java.lang.String p_sourceDir, java.lang.String p_pattern, java.lang.String p_destinationDir, boolean p_recursive, boolean p_matchPath, java.lang.String p_modes) throws BBjAdminException
p_sourceDir
- p_pattern
- p_destinationDir
- p_recursive
- p_matchPath
- p_modes
- BBjAdminException
BBjAdminList<BBjAdminReplicationFilter> getIncludeFilters() throws BBjAdminException
BBjAdminException
BBjAdminList<BBjAdminReplicationFilter> getExcludeFilters() throws BBjAdminException
BBjAdminException
void clearInclusions() throws BBjAdminException
BBjAdminException
BBjAdminMap<java.lang.String,java.lang.String> getBadFiles() throws BBjAdminException
BBjAdminException
void resetBadFile(java.lang.String p_file, boolean p_forceCopy) throws BBjAdminException
p_file
- File to reset.p_forceCopy
- True if the file should force a complete recopy of the file even if it appears to be unnecessary.BBjAdminException
BBjAdminList<BBjAdminReplicationFileStats> getFileStats(java.lang.String p_filter, boolean p_regex) throws BBjAdminException
p_filter
- Filter to use to match files. This can be a glob or regular expression type
pattern. Indicate the type in the p_regex boolean parameter.p_regex
- True if the filter is a regular expression. Otherwise it will be treated as a
glob type file matching pattern (i.e. *.txt, etc.).BBjAdminException