mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@591142 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28296e689c
commit
30fe17834c
|
@ -784,6 +784,12 @@ public class AMQPersistenceAdapter implements PersistenceAdapter, UsageListener,
|
||||||
return indexPageSize;
|
return indexPageSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* When set using XBean, you can use values such as: "20
|
||||||
|
* mb", "1024 kb", or "1 gb"
|
||||||
|
*
|
||||||
|
* @org.apache.xbean.Property propertyEditor="org.apache.activemq.util.MemoryPropertyEditor"
|
||||||
|
*/
|
||||||
public void setIndexPageSize(int indexPageSize) {
|
public void setIndexPageSize(int indexPageSize) {
|
||||||
this.indexPageSize = indexPageSize;
|
this.indexPageSize = indexPageSize;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue