@Immutable public class RepositoryConfiguration.GarbageCollection extends Object
Modifier | Constructor and Description |
---|---|
protected |
RepositoryConfiguration.GarbageCollection(Document garbageCollection) |
Modifier and Type | Method and Description |
---|---|
String |
getInitialTimeExpression()
Get the time that the first garbage collection process should be run.
|
int |
getIntervalInHours()
Get the garbage collection interval in hours.
|
int |
getLockSweepIntervalInMinutes()
Get the number of minutes between sweeping the locks.
|
String |
getThreadPoolName()
Get the name of the thread pool that should be used for garbage collection work.
|
long |
getUnusedBinaryValueTimeInMillis()
Get the minimum time that a binary value should be unused before it can be garbage collected.
|
protected RepositoryConfiguration.GarbageCollection(Document garbageCollection)
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
public long getUnusedBinaryValueTimeInMillis()
public int getLockSweepIntervalInMinutes()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.