@Immutable public class RepositoryConfiguration.GarbageCollection extends Object
Modifier | Constructor and Description |
---|---|
protected |
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.
|
long |
getIntervalInMillis()
Get the garbage collection interval in milliseconds.
|
String |
getThreadPoolName()
Get the name of the thread pool that should be used for garbage collection work.
|
protected GarbageCollection(Document garbageCollection)
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
public long getIntervalInMillis()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.