Searched defs:currentRsServerId (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DComputeBestServerTest.java1793 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1802 computeBestServerForWeight(servers, currentRsServerId, localServerId);
1792 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DComputeBestServerTest.java1793 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1802 computeBestServerForWeight(servers, currentRsServerId, localServerId);
1792 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DComputeBestServerTest.java1324 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1332 computeBestServerForWeight(evals, currentRsServerId, localServerId);
1323 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DComputeBestServerTest.java1323 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1331 computeBestServerForWeight(evals, currentRsServerId, localServerId);
1322 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DComputeBestServerTest.java1324 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1332 computeBestServerForWeight(evals, currentRsServerId, localServerId);
1323 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DComputeBestServerTest.java1320 Map<Integer, ReplicationServerInfo> servers, int currentRsServerId,
1328 computeBestServerForWeight(evals, currentRsServerId, localServerId);
1319 testComputeBestServerForWeight( Map<Integer, ReplicationServerInfo> servers, int currentRsServerId, int localServerId, String winnerUrl) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1881 * @param currentRsServerId The replication server the local server is
1886 * (currentRsServerId = -1)
1894 Map<Integer, ReplicationServerInfo> bestServers, int currentRsServerId,
1941 if (currentRsServerId == -1)
1990 loadDistances.get(currentRsServerId).floatValue();
2004 if (rsId != currentRsServerId)
2040 bestServers.get(currentRsServerId);
2094 return bestServers.get(currentRsServerId);
2101 bestServers.get(currentRsServerId);
2125 return bestServers.get(currentRsServerId);
1893 computeBestServerForWeight( Map<Integer, ReplicationServerInfo> bestServers, int currentRsServerId, int localServerId) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1836 * @param currentRsServerId The replication server the local server is
1841 * (currentRsServerId = -1)
1844 int currentRsServerId, int localServerId)
1892 if (currentRsServerId == -1)
1903 currentRsServerId, sumOfWeights, sumOfConnectedDSs);
1955 int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs)
1960 loadDistances.get(currentRsServerId).floatValue();
1974 if (rsId != currentRsServerId)
2010 bestServers.get(currentRsServerId);
2055 evals.setBestRS(currentRsServerId,
1843 computeBestServerForWeight(RSEvaluations evals, int currentRsServerId, int localServerId) argument
1953 computeBestServerWhenConnected(RSEvaluations evals, Map<Integer, BigDecimal> loadDistances, int localServerId, int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java2110 * @param currentRsServerId The replication server the local server is
2115 * (currentRsServerId = -1)
2118 int currentRsServerId, int localServerId)
2166 if (currentRsServerId == -1)
2177 currentRsServerId, sumOfWeights, sumOfConnectedDSs);
2229 int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs)
2234 loadDistances.get(currentRsServerId).floatValue();
2248 if (rsId != currentRsServerId)
2284 bestServers.get(currentRsServerId);
2337 evals.setBestRS(currentRsServerId,
2117 computeBestServerForWeight(RSEvaluations evals, int currentRsServerId, int localServerId) argument
2227 computeBestServerWhenConnected(RSEvaluations evals, Map<Integer, BigDecimal> loadDistances, int localServerId, int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1881 * @param currentRsServerId The replication server the local server is
1886 * (currentRsServerId = -1)
1894 Map<Integer, ReplicationServerInfo> bestServers, int currentRsServerId,
1941 if (currentRsServerId == -1)
1990 loadDistances.get(currentRsServerId).floatValue();
2004 if (rsId != currentRsServerId)
2040 bestServers.get(currentRsServerId);
2094 return bestServers.get(currentRsServerId);
2101 bestServers.get(currentRsServerId);
2125 return bestServers.get(currentRsServerId);
1893 computeBestServerForWeight( Map<Integer, ReplicationServerInfo> bestServers, int currentRsServerId, int localServerId) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java1836 * @param currentRsServerId The replication server the local server is
1841 * (currentRsServerId = -1)
1844 int currentRsServerId, int localServerId)
1892 if (currentRsServerId == -1)
1903 currentRsServerId, sumOfWeights, sumOfConnectedDSs);
1955 int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs)
1960 loadDistances.get(currentRsServerId).floatValue();
1974 if (rsId != currentRsServerId)
2010 bestServers.get(currentRsServerId);
2055 evals.setBestRS(currentRsServerId,
1843 computeBestServerForWeight(RSEvaluations evals, int currentRsServerId, int localServerId) argument
1953 computeBestServerWhenConnected(RSEvaluations evals, Map<Integer, BigDecimal> loadDistances, int localServerId, int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java1814 * @param currentRsServerId The replication server the local server is
1819 * (currentRsServerId = -1)
1822 int currentRsServerId, int localServerId)
1870 if (currentRsServerId == -1)
1881 currentRsServerId, sumOfWeights, sumOfConnectedDSs);
1933 int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs)
1938 loadDistances.get(currentRsServerId).floatValue();
1952 if (rsId != currentRsServerId)
1988 bestServers.get(currentRsServerId);
2033 evals.setBestRS(currentRsServerId,
1821 computeBestServerForWeight(RSEvaluations evals, int currentRsServerId, int localServerId) argument
1931 computeBestServerWhenConnected(RSEvaluations evals, Map<Integer, BigDecimal> loadDistances, int localServerId, int currentRsServerId, int sumOfWeights, int sumOfConnectedDSs) argument
[all...]

Completed in 83 milliseconds