mirror of https://github.com/apache/activemq.git
Enable XBean property editors
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@955183 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
47181b7b07
commit
ddf228227c
|
@ -202,8 +202,7 @@ public class KahaDBPersistenceAdapter implements PersistenceAdapter, BrokerServi
|
|||
* When set using Xbean, values of the form "20 Mb", "1024kb", and "1g" can
|
||||
* be used
|
||||
*
|
||||
* @org.apache.xbean.Property
|
||||
* propertyEditor="org.apache.activemq.util.MemoryIntPropertyEditor"
|
||||
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.MemoryIntPropertyEditor"
|
||||
*/
|
||||
public void setJournalMaxFileLength(int journalMaxFileLength) {
|
||||
this.letter.setJournalMaxFileLength(journalMaxFileLength);
|
||||
|
@ -258,7 +257,8 @@ public class KahaDBPersistenceAdapter implements PersistenceAdapter, BrokerServi
|
|||
|
||||
/**
|
||||
* Set the indexWriteBatchSize
|
||||
*
|
||||
* When set using Xbean, values of the form "20 Mb", "1024kb", and "1g" can be used
|
||||
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.MemoryPropertyEditor"
|
||||
* @param indexWriteBatchSize
|
||||
* the indexWriteBatchSize to set
|
||||
*/
|
||||
|
@ -277,7 +277,8 @@ public class KahaDBPersistenceAdapter implements PersistenceAdapter, BrokerServi
|
|||
|
||||
/**
|
||||
* Set the journalMaxWriteBatchSize
|
||||
*
|
||||
* * When set using Xbean, values of the form "20 Mb", "1024kb", and "1g" can be used
|
||||
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.MemoryPropertyEditor"
|
||||
* @param journalMaxWriteBatchSize
|
||||
* the journalMaxWriteBatchSize to set
|
||||
*/
|
||||
|
@ -351,7 +352,8 @@ public class KahaDBPersistenceAdapter implements PersistenceAdapter, BrokerServi
|
|||
|
||||
/**
|
||||
* Set the indexCacheSize
|
||||
*
|
||||
* When set using Xbean, values of the form "20 Mb", "1024kb", and "1g" can be used
|
||||
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.MemoryPropertyEditor"
|
||||
* @param indexCacheSize
|
||||
* the indexCacheSize to set
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue