| File was renamed from opendj-sdk/opends/src/server/org/opends/server/replication/changelog/package-info.java |
| | |
| | | |
| | | /** |
| | | * This package contains the code for the changelog service part |
| | | * of the Multimaster synchronization feature. |
| | | * of the Multimaster replication feature. |
| | | * <br> |
| | | * |
| | | * A changelog server is responsible for : |
| | |
| | | * implements the ProtocolSession interface that is |
| | | * used by the changelog server and the directory server to communicate. |
| | | * This is done by using the innate encoding/decoding capabilities of the |
| | | * SynchronizationMessages objects. This class is used by both the |
| | | * changelog and the synchronization package. |
| | | * ReplicationMessages objects. This class is used by both the |
| | | * changelog and the replication package. |
| | | * </li> |
| | | * <li><A HREF="ChangelogCache.html"><B>ChangelogCache</B></A> |
| | | * implements the multiplexing part of the changelog |
| | |
| | | * </ul> |
| | | */ |
| | | |
| | | package org.opends.server.replication.changelog; |
| | | package org.opends.server.replication.server; |