|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.GarbageCollection
@Immutable public class RepositoryConfiguration.GarbageCollection
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.GarbageCollection(Document garbageCollection)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.GarbageCollection(Document garbageCollection)
Method Detail |
---|
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
public long getUnusedBinaryValueTimeInMillis()
public int getLockSweepIntervalInMinutes()
|
ModeShape Distribution 3.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |