| File was renamed from opends/src/server/org/opends/server/messages/SynchronizationMessages.java |
| | |
| | | |
| | | /** |
| | | * This class defines the set of message IDs and default format strings for |
| | | * messages associated with the Synchronization. |
| | | * messages associated with the Replication. |
| | | */ |
| | | public class SynchronizationMessages { |
| | | public class ReplicationMessages { |
| | | |
| | | /** |
| | | * Name used to store attachment of historical information in the |
| | |
| | | /** |
| | | * Exception while receiving a message. |
| | | */ |
| | | public static final int MSGID_EXCEPTION_RECEIVING_SYNCHRONIZATION_MESSAGE = |
| | | public static final int MSGID_EXCEPTION_RECEIVING_REPLICATION_MESSAGE = |
| | | CATEGORY_MASK_SYNC | SEVERITY_MASK_SEVERE_ERROR | 34; |
| | | |
| | | /** |
| | |
| | | "An unexpected error happened sending an ack to %s." + |
| | | "This connection is going to be closed. "); |
| | | registerMessage( |
| | | MSGID_EXCEPTION_RECEIVING_SYNCHRONIZATION_MESSAGE, |
| | | "An Exception was caught while receiving synchronization message : %s"); |
| | | MSGID_EXCEPTION_RECEIVING_REPLICATION_MESSAGE, |
| | | "An Exception was caught while receiving replication message : %s"); |
| | | registerMessage(MSGID_LOOP_REPLAYING_OPERATION, |
| | | "A loop was detected while replaying operation: %s"); |
| | | registerMessage(MSGID_FILE_CHECK_CREATE_FAILED, |
| | |
| | | " The Changelog servers will queue up to this number of messages" + |
| | | " in its memory queue and save the older messages to persistent" + |
| | | " storage. Using a larger size may improve performances when" + |
| | | " The synchronization delay is larger than this size but at the cost" + |
| | | " The replication delay is larger than this size but at the cost" + |
| | | " of using more memory"); |
| | | registerMessage(MSGID_CHANGELOG_DIR_PATH_ATTR, |
| | | "Specifies the Changelog Server directory. The Changelog server" + |