|
ModeShape Distribution 3.6.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.DocumentOptimization
@Immutable public class RepositoryConfiguration.DocumentOptimization
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.DocumentOptimization(Document optimization)
|
Method Summary | |
---|---|
int |
getChildCountTarget()
Get the target for the number of children in a single persisted node document. |
int |
getChildCountTolerance()
Get the tolerance for the number of children in a single persisted node document. |
String |
getInitialTimeExpression()
Get the time that the first optimization process should be run. |
int |
getIntervalInHours()
Get the optimization interval in hours. |
String |
getThreadPoolName()
Get the name of the thread pool that should be used for optimization work. |
boolean |
isEnabled()
Determine if document optimization is enabled. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.DocumentOptimization(Document optimization)
Method Detail |
---|
public boolean isEnabled()
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
public int getChildCountTarget()
public int getChildCountTolerance()
|
ModeShape Distribution 3.6.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |