Searched refs:rsEvals (Results 1 - 4 of 4) sorted by relevance
/forgerock/opendj2/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 1258 private final Map<Integer, Message> rsEvals = field in class:ReplicationBroker.RSEvaluations 1282 rsEvals.putAll(eval.getRejected()); 1309 rsEvals.put(rsId, rejectedRSsEval); 1317 rsEvals.put(rsId, eval); 1352 if (rsEvals.get(bestRSServerId) == null) 1355 rsEvals.put(bestRSServerId, eval); 1358 return Collections.unmodifiableMap(rsEvals); 1388 + " (ServerId => Evaluation): " + rsEvals.keySet() 1401 private final Map<ReplicationServerInfo, Message> rsEvals = field in class:ReplicationBroker.LocalEvaluation 1407 this.rsEvals [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 1517 private final Map<Integer, Message> rsEvals = field in class:ReplicationBroker.RSEvaluations 1541 rsEvals.putAll(eval.getRejected()); 1568 rsEvals.put(rsId, rejectedRSsEval); 1576 rsEvals.put(rsId, eval); 1611 if (rsEvals.get(bestRSServerId) == null) 1614 rsEvals.put(bestRSServerId, eval); 1617 return Collections.unmodifiableMap(rsEvals); 1649 " (ServerId => Evaluation): ").append(this.rsEvals.keySet()) 1662 private final Map<ReplicationServerInfo, Message> rsEvals = field in class:ReplicationBroker.LocalEvaluation 1668 this.rsEvals [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 1258 private final Map<Integer, Message> rsEvals = field in class:ReplicationBroker.RSEvaluations 1282 rsEvals.putAll(eval.getRejected()); 1309 rsEvals.put(rsId, rejectedRSsEval); 1317 rsEvals.put(rsId, eval); 1352 if (rsEvals.get(bestRSServerId) == null) 1355 rsEvals.put(bestRSServerId, eval); 1358 return Collections.unmodifiableMap(rsEvals); 1388 + " (ServerId => Evaluation): " + rsEvals.keySet() 1401 private final Map<ReplicationServerInfo, Message> rsEvals = field in class:ReplicationBroker.LocalEvaluation 1407 this.rsEvals [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/ |
H A D | ReplicationBroker.java | 1237 private final Map<Integer, LocalizableMessage> rsEvals = new HashMap<>(); field in class:ReplicationBroker.RSEvaluations 1260 rsEvals.putAll(eval.getRejected()); 1287 rsEvals.put(rsId, rejectedRSsEval); 1295 rsEvals.put(rsId, eval); 1330 if (rsEvals.get(bestRSServerId) == null) 1333 rsEvals.put(bestRSServerId, eval); 1336 return Collections.unmodifiableMap(rsEvals); 1366 + " (ServerId => Evaluation): " + rsEvals.keySet() 1378 private final Map<ReplicationServerInfo, LocalizableMessage> rsEvals = new HashMap<>(); field in class:ReplicationBroker.LocalEvaluation 1383 this.rsEvals [all...] |
Completed in 44 milliseconds