@Immutable public class RepositoryConfiguration.DocumentOptimization extends Object
Modifier | Constructor and Description |
---|---|
protected |
DocumentOptimization(Document optimization) |
Modifier and Type | Method and Description |
---|---|
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.
|
protected DocumentOptimization(Document optimization)
public boolean isEnabled()
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
public int getChildCountTarget()
public int getChildCountTolerance()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.