[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: New Parameter for Journal cleanup (Repost)

clebert.suconic@jboss.com do-not-reply at jboss.com
Thu Jul 2 10:31:26 EDT 2009


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#4241493

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4241493



More information about the jboss-dev-forums mailing list