Searched refs:assured (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java49 /** True when the update must use assured replication. */
52 /** When assuredFlag is true, defines the requested assured mode. */
55 /** When assured mode is safe data, gives the requested level. */
110 * Asynchronous or as an assured replication.
120 * Set the Update message as an assured message.
122 * @param assured If the message is assured or not. Using true implies
125 public void setAssured(boolean assured) argument
127 assuredFlag = assured;
153 * Get the assured mod
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java49 /** True when the update must use assured replication. */
52 /** When assuredFlag is true, defines the requested assured mode. */
55 /** When assured mode is safe data, gives the requested level. */
110 * Asynchronous or as an assured replication.
120 * Set the Update message as an assured message.
122 * @param assured If the message is assured or not. Using true implies
125 public void setAssured(boolean assured) argument
127 assuredFlag = assured;
153 * Get the assured mod
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DUpdateMsg.java49 /** True when the update must use assured replication. */
52 /** When assuredFlag is true, defines the requested assured mode. */
55 /** When assured mode is safe data, gives the requested level. */
110 * Asynchronous or as an assured replication.
120 * Set the Update message as an assured message.
122 * @param assured If the message is assured or not. Using true implies
125 public void setAssured(boolean assured) argument
127 assuredFlag = assured;
154 * Get the assured mod
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java65 // Is assured mode enabled or not ?
66 private boolean assured = false; field in class:DomainFakeCfg
67 // Assured sub mode (used when assured is true)
86 * (assured mode disabled, default group id)
121 * (assured mode disabled, group id provided)
132 * (assured mode info provided as well as group id)
142 assured = false;
146 assured = true;
359 return assured;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java66 // Is assured mode enabled or not ?
67 private boolean assured = false; field in class:DomainFakeCfg
68 // Assured sub mode (used when assured is true)
87 * (assured mode disabled, default group id)
122 * (assured mode disabled, group id provided)
133 * (assured mode info provided as well as group id)
143 assured = false;
147 assured = true;
368 return assured;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java65 // Is assured mode enabled or not ?
66 private boolean assured = false; field in class:DomainFakeCfg
67 // Assured sub mode (used when assured is true)
86 * (assured mode disabled, default group id)
121 * (assured mode disabled, group id provided)
132 * (assured mode info provided as well as group id)
142 assured = false;
146 assured = true;
359 return assured;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java54 * True when the update must use assured replication.
59 * When assuredFlag is true, defines the requested assured mode.
64 * When assured mode is safe data, gives the requested level.
137 * Asynchronous or as an assured replication.
147 * Set the Update message as an assured message.
149 * @param assured If the message is assured or not. Using true implies
152 public void setAssured(boolean assured) argument
154 assuredFlag = assured;
185 * Get the assured mod
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java54 * True when the update must use assured replication.
59 * When assuredFlag is true, defines the requested assured mode.
64 * When assured mode is safe data, gives the requested level.
137 * Asynchronous or as an assured replication.
147 * Set the Update message as an assured message.
149 * @param assured If the message is assured or not. Using true implies
152 public void setAssured(boolean assured) argument
154 assuredFlag = assured;
185 * Get the assured mod
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/
H A DUpdateMsg.java54 * True when the update must use assured replication.
59 * When assuredFlag is true, defines the requested assured mode.
64 * When assured mode is safe data, gives the requested level.
137 * Asynchronous or as an assured replication.
147 * Set the Update message as an assured message.
149 * @param assured If the message is assured or not. Using true implies
152 public void setAssured(boolean assured) argument
154 assuredFlag = assured;
185 * Get the assured mod
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java38 * server performances in case of assured replication usage:
41 * reference of update message. As we want to transform an assured update
42 * message to an equivalent not assured one for some servers but not for all,
45 * assured flag value to false when serializing the message, and return false
55 * V1 serialized form of the real message with assured flag set to false.
61 * VLatest serialized form of the real message with assured flag set to false.
87 * Get the encoding form of the real message then overwrite the assured
92 /* Look for assured flag position:
94 * <operation type><CSN><dn><assured><entryuuid><change>
102 // Force assured fla
218 setAssured(boolean assured) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java38 * server performances in case of assured replication usage:
41 * reference of update message. As we want to transform an assured update
42 * message to an equivalent not assured one for some servers but not for all,
45 * assured flag value to false when serializing the message, and return false
55 * V1 serialized form of the real message with assured flag set to false.
61 * VLatest serialized form of the real message with assured flag set to false.
87 * Get the encoding form of the real message then overwrite the assured
92 /* Look for assured flag position:
94 * <operation type><CSN><dn><assured><entryuuid><change>
102 // Force assured fla
218 setAssured(boolean assured) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java38 * server performances in case of assured replication usage:
41 * reference of update message. As we want to transform an assured update
42 * message to an equivalent not assured one for some servers but not for all,
45 * assured flag value to false when serializing the message, and return false
54 * V1 serialized form of the real message with assured flag set to false.
60 * VLatest serialized form of the real message with assured flag set to false.
86 * Get the encoding form of the real message then overwrite the assured
91 /* Look for assured flag position:
93 * <operation type><CSN><dn><assured><entryuuid><change>
101 // Force assured fla
217 setAssured(boolean assured) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1094 @DataProvider(name="assured")
1109 @Test(enabled=true, dataProvider="assured")
1110 public void updateOperations(boolean assured) throws Exception argument
1115 "Starting replication test : updateOperations " + assured));
1167 addMsg.setAssured(assured);
1182 modMsg.setAssured(assured);
1194 modMsg.setAssured(assured);
1208 moddnMsg.setAssured(assured);
1218 delMsg.setAssured(assured);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1094 @DataProvider(name="assured")
1109 @Test(enabled=true, dataProvider="assured")
1110 public void updateOperations(boolean assured) throws Exception argument
1115 "Starting replication test : updateOperations " + assured));
1167 addMsg.setAssured(assured);
1182 modMsg.setAssured(assured);
1194 modMsg.setAssured(assured);
1208 moddnMsg.setAssured(assured);
1218 delMsg.setAssured(assured);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/
H A DUpdateOperationTest.java1086 @DataProvider(name="assured")
1099 @Test(enabled=true, dataProvider="assured")
1100 public void updateOperations(boolean assured) throws Exception argument
1103 logger.error(LocalizableMessage.raw("Starting replication test : updateOperations " + assured));
1155 addMsg.setAssured(assured);
1170 modMsg.setAssured(assured);
1181 modMsg.setAssured(assured);
1194 moddnMsg.setAssured(assured);
1204 delMsg.setAssured(assured);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java40 * server performances in case of assured replication usage:
43 * reference of update message. As we want to transform an assured update
44 * message to an equivalent not assured one for some servers but not for all,
47 * assured flag value to false when serializing the message, and return false
56 // V1 serialized form of the real message with assured flag set to false.
60 // VLatest serialized form of the real message with assured flag set to false.
85 * Get the encoding form of the real message then overwrite the assured
101 /* Look for assured flag position:
103 * <operation type><changenumber><dn><assured><entryuuid><change>
128 // Force assured fla
264 setAssured(boolean assured) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java40 * server performances in case of assured replication usage:
43 * reference of update message. As we want to transform an assured update
44 * message to an equivalent not assured one for some servers but not for all,
47 * assured flag value to false when serializing the message, and return false
56 // V1 serialized form of the real message with assured flag set to false.
60 // VLatest serialized form of the real message with assured flag set to false.
85 * Get the encoding form of the real message then overwrite the assured
101 /* Look for assured flag position:
103 * <operation type><changenumber><dn><assured><entryuuid><change>
128 // Force assured fla
264 setAssured(boolean assured) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DNotAssuredUpdateMsg.java40 * server performances in case of assured replication usage:
43 * reference of update message. As we want to transform an assured update
44 * message to an equivalent not assured one for some servers but not for all,
47 * assured flag value to false when serializing the message, and return false
56 // V1 serialized form of the real message with assured flag set to false.
60 // VLatest serialized form of the real message with assured flag set to false.
85 * Get the encoding form of the real message then overwrite the assured
101 /* Look for assured flag position:
103 * <operation type><changenumber><dn><assured><entryuuid><change>
128 // Force assured fla
264 setAssured(boolean assured) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1345 @DataProvider(name="assured")
1366 @Test(enabled=true, dataProvider="assured")
1367 public void updateOperations(boolean assured) throws Exception argument
1371 "Starting replication test : updateOperations " + assured));
1488 if (assured)
1504 if (assured)
1519 if (assured)
1535 if (assured)
1550 if (assured)
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1345 @DataProvider(name="assured")
1366 @Test(enabled=true, dataProvider="assured")
1367 public void updateOperations(boolean assured) throws Exception argument
1371 "Starting replication test : updateOperations " + assured));
1488 if (assured)
1504 if (assured)
1519 if (assured)
1535 if (assured)
1550 if (assured)
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/
H A DUpdateOperationTest.java1345 @DataProvider(name="assured")
1366 @Test(enabled=true, dataProvider="assured")
1367 public void updateOperations(boolean assured) throws Exception argument
1371 "Starting replication test : updateOperations " + assured));
1488 if (assured)
1504 if (assured)
1519 if (assured)
1535 if (assured)
1550 if (assured)
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java62 * Test the client part (plugin) of the assured feature in both safe data and
65 * Also check for monitoring values for assured replication
79 "assured-sr-sent-updates", "assured-sr-acknowledged-updates",
80 "assured-sr-not-acknowledged-updates", "assured-sr-timeout-updates",
81 "assured-sr-wrong-status-updates", "assured-sr-replay-error-updates",
82 "assured-sr-received-updates", "assured
319 FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, String testcase) argument
349 setAssured(boolean assured) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java62 * Test the client part (plugin) of the assured feature in both safe data and
65 * Also check for monitoring values for assured replication
79 "assured-sr-sent-updates", "assured-sr-acknowledged-updates",
80 "assured-sr-not-acknowledged-updates", "assured-sr-timeout-updates",
81 "assured-sr-wrong-status-updates", "assured-sr-replay-error-updates",
82 "assured-sr-received-updates", "assured
319 FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, String testcase) argument
349 setAssured(boolean assured) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java64 * Test the client part (plugin) of the assured feature in both safe data and
67 * Also check for monitoring values for assured replication
79 "assured-sr-sent-updates", "assured-sr-acknowledged-updates",
80 "assured-sr-not-acknowledged-updates", "assured-sr-timeout-updates",
81 "assured-sr-wrong-status-updates", "assured-sr-replay-error-updates",
82 "assured-sr-received-updates", "assured
314 FakeReplicationServer(byte groupId, int port, int serverId, boolean assured, String testcase) argument
343 setAssured(boolean assured) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java140 * This Map is used to store all outgoing assured messages in order
170 // Is assured mode enabled or not for this domain ?
171 private boolean assured = false; field in class:ReplicationDomain
172 // Assured sub mode (used when assured is true)
176 // The timeout in ms that should be used, when waiting for assured acks
255 * status is NORMAL for instance). All the above assured monitoring fields
496 * Tells if assured replication is enabled for this domain.
497 * @return True if assured replication is enabled for this domain.
501 return assured;
505 * Gives the mode for the assured replicatio
720 setAssured(boolean assured) argument
[all...]

Completed in 59 milliseconds

12