Searched defs:bestRsId (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1292 * @param bestRsId
1297 private void setBestRS(int bestRsId, Message rejectedRSsEval) argument
1305 if (rsInfo.getServerId() != bestRsId)
1917 int bestRsId = 0; // If all server equal, return the first one
1928 bestRsId = rsId;
1947 bestRsId = highestWeightRsId;
1949 evals.setBestRS(bestRsId, NOTE_BIGGEST_WEIGHT_RS.get(localServerId,
1950 bestRsId));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1551 * @param bestRsId
1556 private void setBestRS(int bestRsId, Message rejectedRSsEval) argument
1564 if (rsInfo.getServerId() != bestRsId)
2191 int bestRsId = 0; // If all server equal, return the first one
2202 bestRsId = rsId;
2221 bestRsId = highestWeightRsId;
2223 evals.setBestRS(bestRsId, NOTE_BIGGEST_WEIGHT_RS.get(localServerId,
2224 bestRsId));
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1292 * @param bestRsId
1297 private void setBestRS(int bestRsId, Message rejectedRSsEval) argument
1305 if (rsInfo.getServerId() != bestRsId)
1917 int bestRsId = 0; // If all server equal, return the first one
1928 bestRsId = rsId;
1947 bestRsId = highestWeightRsId;
1949 evals.setBestRS(bestRsId, NOTE_BIGGEST_WEIGHT_RS.get(localServerId,
1950 bestRsId));
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java1270 * @param bestRsId
1275 private void setBestRS(int bestRsId, LocalizableMessage rejectedRSsEval) argument
1283 if (rsInfo.getServerId() != bestRsId)
1895 int bestRsId = 0; // If all server equal, return the first one
1906 bestRsId = rsId;
1925 bestRsId = highestWeightRsId;
1927 evals.setBestRS(bestRsId, NOTE_BIGGEST_WEIGHT_RS.get(localServerId,
1928 bestRsId));

Completed in 54 milliseconds