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

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2061 ReplicationServerInfo currentRsInfo =
2063 if (isServerOverloadingRS(localServerId, currentRsInfo,
2120 ReplicationServerInfo currentRsInfo, int overloadingDSsNumber)
2123 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
2119 isServerOverloadingRS(int localServerId, ReplicationServerInfo currentRsInfo, int overloadingDSsNumber) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2343 ReplicationServerInfo currentRsInfo =
2345 if (isServerOverloadingRS(localServerId, currentRsInfo,
2390 ReplicationServerInfo currentRsInfo, int overloadingDSsNumber)
2393 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
2389 isServerOverloadingRS(int localServerId, ReplicationServerInfo currentRsInfo, int overloadingDSsNumber) argument
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2061 ReplicationServerInfo currentRsInfo =
2063 if (isServerOverloadingRS(localServerId, currentRsInfo,
2120 ReplicationServerInfo currentRsInfo, int overloadingDSsNumber)
2123 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
2119 isServerOverloadingRS(int localServerId, ReplicationServerInfo currentRsInfo, int overloadingDSsNumber) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java2039 ReplicationServerInfo currentRsInfo =
2041 if (isServerOverloadingRS(localServerId, currentRsInfo,
2098 ReplicationServerInfo currentRsInfo, int overloadingDSsNumber)
2100 List<Integer> serversConnectedToCurrentRS = new ArrayList<>(currentRsInfo.getConnectedDSs());
2097 isServerOverloadingRS(int localServerId, ReplicationServerInfo currentRsInfo, int overloadingDSsNumber) argument

Completed in 45 milliseconds