|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.config.ClusterConfig
public class ClusterConfig
Cluster configuration. This encapsulates the security related sub
configuration JournalConfig.
| Constructor Summary | |
|---|---|
ClusterConfig(java.lang.String id,
long syncDelay,
JournalConfig jc)
Creates a new cluster configuration. |
|
| Method Summary | |
|---|---|
java.lang.String |
getId()
Return the id configuration attribute value. |
JournalConfig |
getJournalConfig()
Returns the journal configuration. |
long |
getSyncDelay()
Return the syncDelay configuration attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClusterConfig(java.lang.String id,
long syncDelay,
JournalConfig jc)
id - custom cluster node idsyncDelay - syncDelay, in millisecondsjc - journal configuration| Method Detail |
|---|
public java.lang.String getId()
public long getSyncDelay()
public JournalConfig getJournalConfig()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||