|
BEAST
|
Rule to keep the number of files in BDB below a limit. More...
Public Member Functions | |
| int | getFileCountLimit () |
| void | setFileCountLimit (int limit) |
| Map< String, String > | getProperties () |
| void | setProperties (Map< String, String > props) |
| String | getType () |
| boolean | isValid () |
| IBltMessage | handle (IBltMessage message) |
| void | afterPropertiesSet () |
Static Public Attributes | |
| static final String | TYPE = "bdb_trim_count" |
| The typename of this rule. | |
Protected Member Functions | |
| BdbTrimCountRule () | |
| Default constructor, however, use manager for creation. | |
| void | setFileCatalog (FileCatalog catalog) |
| FileCatalog | getFileCatalog () |
| void | execute () |
| execute this rule | |
| int | getFileCount () |
| get the number of files in the database | |
Rule to keep the number of files in BDB below a limit.
|
inlineprotected |
Default constructor, however, use manager for creation.
|
inline |
|
inlineprotected |
execute this rule
|
inlineprotected |
|
inlineprotected |
get the number of files in the database
|
inline |
|
inline |
|
inline |
Implements eu.baltrad.beast.rules.IRule.
|
inline |
|
inline |
Implements eu.baltrad.beast.rules.IRule.
|
inlineprotected |
| catalog | the catalog to set |
|
inline |
| limit | file count limit, 0 if unlimited |
|
inline |
Implements eu.baltrad.beast.rules.IRulePropertyAccess.
|
static |
The typename of this rule.