I have actually written percentual when I wrote on the code. (pfew!... I thought I used
the wrong word there also)
|
| public class Configuration
| ....
|
| int getJournalCompactMinFiles();
|
| void setJournalCompactMinFiles(int minFiles);
|
| int getJournalCompactPercentage();
|
| void setJournalCompactPercentage(int percentage);
|
| ...
|
| journalCompactMinFiles = getInteger(e, "journal-compact-min-files",
journalCompactMinFiles, GE_ZERO);
|
| journalCompactPercentage = getInteger(e, "journal-compact-percentage",
journalCompactPercentage, PERCENTAGE);
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241493#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...