@Immutable public class RepositoryConfiguration.Journaling extends Object
Modifier | Constructor and Description |
---|---|
protected |
Journaling(Document journalingDoc) |
Modifier and Type | Method and Description |
---|---|
boolean |
asyncWritesEnabled()
Whether asynchronous writes shoudl be enabled or not.
|
String |
getInitialTimeExpression()
Get the time that the first GC process should be run.
|
int |
getIntervalInHours()
Get the GC interval in hours.
|
String |
getThreadPoolName()
Get the name of the thread pool that should be used for garbage collection journal entries.
|
boolean |
isEnabled()
Checks whether journaling is enabled or not, based on a journaling configuration having been provided.
|
String |
location()
The location of the journal
|
int |
maxDaysToKeepRecords()
The maximum number of days journal entries should be kept on disk
|
protected Journaling(Document journalingDoc)
public boolean isEnabled()
public String location()
non-null
Stringpublic int maxDaysToKeepRecords()
public boolean asyncWritesEnabled()
public String getThreadPoolName()
public String getInitialTimeExpression()
public int getIntervalInHours()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.