| | |
| | | * |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | * Portions Copyright 2011-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.replication.server; |
| | | |
| | |
| | | this.domainPredicate = predicate; |
| | | |
| | | enableExternalChangeLog(); |
| | | this.changelogDB = new FileChangelogDB(this, cfg); |
| | | this.changelogDB = new FileChangelogDB(this, config.getReplicationDBDirectory()); |
| | | |
| | | replSessionSecurity = new ReplSessionSecurity(); |
| | | initialize(); |
| | |
| | | return dsrsShutdownSync; |
| | | } |
| | | |
| | | /** |
| | | * Returns whether change-log indexing is enabled for this RS. |
| | | * @return true if change-log indexing is enabled for this RS. |
| | | */ |
| | | public boolean isChangeNumberEnabled() |
| | | { |
| | | return config.isComputeChangeNumber(); |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public String toString() |