Searched defs:changelog (Results 1 - 25 of 159) sorted by relevance

1234567

/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/api/
H A Dpackage-info.java28 * This package contains the API for the changelog database. The changelog
31 * <li>a changelog of all the changes that happened on each server in the
33 * <li>a changelog as defined by draft-good-ldap-changelog,</li>
38 * The changelog must be purged at regular intervals to ensure it does not
43 package org.opends.server.replication.server.changelog.api;
H A DChangeNumberIndexDB.java26 package org.opends.server.replication.server.changelog.api;
38 * >OpenDJ Domain Names</a> for more information about the changelog.
39 * @see <a href= "http://tools.ietf.org/html/draft-good-ldap-changelog-04"
H A DChangeNumberIndexRecord.java26 package org.opends.server.replication.server.changelog.api;
H A DChangelogException.java26 package org.opends.server.replication.server.changelog.api;
33 * was detected in the changelog database that cannot be recovered
43 * Creates a new changelog exception with the provided information.
54 * Creates a new changelog exception with the provided information.
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A Dpackage-info.java28 * This package contains a file-based log implementation for the changelog
33 package org.opends.server.replication.server.changelog.file;
H A DDecodingException.java26 package org.opends.server.replication.server.changelog.file;
29 import org.opends.server.replication.server.changelog.api.ChangelogException;
H A DFileChangeNumberIndexDBCursor.java26 package org.opends.server.replication.server.changelog.file;
28 import org.opends.server.replication.server.changelog.api.ChangeNumberIndexRecord;
29 import org.opends.server.replication.server.changelog.api.ChangelogException;
30 import org.opends.server.replication.server.changelog.api.DBCursor;
H A DLogReaderPool.java26 package org.opends.server.replication.server.changelog.file;
31 import org.opends.server.replication.server.changelog.api.ChangelogException;
H A DRecordParser.java26 package org.opends.server.replication.server.changelog.file;
28 import org.opends.server.replication.server.changelog.api.ChangelogException;
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/je/
H A Dpackage-info.java28 * This package contains the Berkeley DB JE implementation for the changelog
33 package org.opends.server.replication.server.changelog.je;
H A DECLEnabledDomainPredicate.java25 package org.opends.server.replication.server.changelog.je;
31 * Returns whether a domain is enabled for the external changelog.
40 * for the external changelog.
46 * @return true if the provided baseDN is enabled for the external changelog,
47 * false if the provided baseDN is disabled for the external changelog
H A DJEUtils.java25 package org.opends.server.replication.server.changelog.je;
H A DReplicationDraftCNKey.java27 package org.opends.server.replication.server.changelog.je;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/api/
H A Dpackage-info.java28 * This package contains the API for the changelog database. The changelog
31 * <li>a changelog of all the changes that happened on each server in the
33 * <li>a changelog as defined by draft-good-ldap-changelog,</li>
38 * The changelog must be purged at regular intervals to ensure it does not
43 package org.opends.server.replication.server.changelog.api;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A Dpackage-info.java28 * This package contains a file-based log implementation for the changelog
33 package org.opends.server.replication.server.changelog.file;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/je/
H A Dpackage-info.java28 * This package contains the Berkeley DB JE implementation for the changelog
33 package org.opends.server.replication.server.changelog.je;
H A DECLEnabledDomainPredicate.java25 package org.opends.server.replication.server.changelog.je;
31 * Returns whether a domain is enabled for the external changelog.
40 * for the external changelog.
46 * @return true if the provided baseDN is enabled for the external changelog,
47 * false if the provided baseDN is disabled for the external changelog
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/api/
H A Dpackage-info.java28 * This package contains the API for the changelog database. The changelog
31 * <li>a changelog of all the changes that happened on each server in the
33 * <li>a changelog as defined by draft-good-ldap-changelog,</li>
38 * The changelog must be purged at regular intervals to ensure it does not
43 package org.opends.server.replication.server.changelog.api;
H A DChangelogStateProvider.java26 package org.opends.server.replication.server.changelog.api;
36 * Returns the current state of the replication changelog.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A Dpackage-info.java28 * This package contains a file-based log implementation for the changelog
33 package org.opends.server.replication.server.changelog.file;
H A DECLEnabledDomainPredicate.java25 package org.opends.server.replication.server.changelog.file;
31 * Returns whether a domain is enabled for the external changelog.
40 * for the external changelog.
46 * @return true if the provided baseDN is enabled for the external changelog,
47 * false if the provided baseDN is disabled for the external changelog
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DFakeUpdateMsg.java25 package org.opends.server.replication.server.changelog.je;
H A DSequentialDBCursor.java26 package org.opends.server.replication.server.changelog.je;
33 import org.opends.server.replication.server.changelog.api.DBCursor;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/changelog/je/
H A DFakeUpdateMsg.java25 package org.opends.server.replication.server.changelog.je;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/changelog/file/
H A DFakeUpdateMsg.java25 package org.opends.server.replication.server.changelog.file;

Completed in 179 milliseconds

1234567