Searched refs:getReplicaStates (Results 1 - 18 of 18) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java162 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
164 assertNotNull(state2, "getReplicaStates is not showing DS2");
166 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
168 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java162 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
164 assertNotNull(state2, "getReplicaStates is not showing DS2");
166 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
168 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DReplicationDomainTest.java161 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
163 assertNotNull(state2, "getReplicaStates is not showing DS2");
165 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
167 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java207 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
209 assertNotNull(state2, "getReplicaStates is not showing DS2");
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
213 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java207 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
209 assertNotNull(state2, "getReplicaStates is not showing DS2");
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
213 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DReplicationDomainTest.java207 Map<Integer, ServerState> states1 = domain1.getReplicaStates();
209 assertNotNull(state2, "getReplicaStates is not showing DS2");
211 Map<Integer, ServerState> states2 = domain2.getReplicaStates();
213 assertNotNull(state1, "getReplicaStates is not showing DS1");
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java588 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
590 return broker.getReplicaStates();
H A DReplicationBroker.java2653 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java679 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
681 return broker.getReplicaStates();
H A DReplicationBroker.java2650 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java589 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
591 return broker.getReplicaStates();
H A DReplicationBroker.java2916 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java588 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
590 return broker.getReplicaStates();
H A DReplicationBroker.java2653 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java679 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
681 return broker.getReplicaStates();
H A DReplicationBroker.java2650 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java649 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationDomain
651 return broker.getReplicaStates();
H A DReplicationBroker.java2615 public Map<Integer, ServerState> getReplicaStates() method in class:ReplicationBroker

Completed in 129 milliseconds