/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
H A D | ReplicationDomainTest.java | 106 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort1); 111 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2); 264 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort); 359 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort); 424 SortedSet<String> servers1 = newSortedSet("localhost:" + replServerPort1); 425 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2); 520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT); 553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/ |
H A D | ReplicationDomainTest.java | 106 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort1); 111 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2); 264 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort); 359 SortedSet<String> servers = newSortedSet("localhost:" + replServerPort); 424 SortedSet<String> servers1 = newSortedSet("localhost:" + replServerPort1); 425 SortedSet<String> servers2 = newSortedSet("localhost:" + replServerPort2); 520 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT); 553 newSortedSet(HOST1 + SENDERPORT, HOST2 + RECEIVERPORT);
|
/forgerock/opendj2/src/server/org/opends/server/util/ |
H A D | CollectionUtils.java | 133 public static <E> SortedSet<E> newSortedSet(E... elements) method in class:CollectionUtils
|
/forgerock/opendj2-hg/src/server/org/opends/server/util/ |
H A D | CollectionUtils.java | 133 public static <E> SortedSet<E> newSortedSet(E... elements) method in class:CollectionUtils
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/ |
H A D | ChangelogBackendTestCase.java | 510 newSortedSet("localhost:" + replicationServerPort)); 635 SortedSet<String> replServers = newSortedSet("localhost:" + replicationServerPort); 640 SortedSet<String> eclInclude = newSortedSet("sn", "roomnumber"); 646 eclInclude = newSortedSet("objectclass"); 647 SortedSet<String> eclIncludeForDeletes = newSortedSet("*"); 652 eclInclude = newSortedSet("cn");
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/ |
H A D | ChangelogBackendTestCase.java | 510 newSortedSet("localhost:" + replicationServerPort)); 635 SortedSet<String> replServers = newSortedSet("localhost:" + replicationServerPort); 640 SortedSet<String> eclInclude = newSortedSet("sn", "roomnumber"); 646 eclInclude = newSortedSet("objectclass"); 647 SortedSet<String> eclIncludeForDeletes = newSortedSet("*"); 652 eclInclude = newSortedSet("cn");
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalCsnOrderingTest.java | 74 new DomainFakeCfg(null, 0, CollectionUtils.<String> newSortedSet()), null);
|
H A D | FractionalReplicationTest.java | 371 SortedSet<String> replicationServers = newSortedSet("localhost:" + replServerPort);
|
H A D | StateMachineTest.java | 228 SortedSet<String> replServers = newSortedSet("localhost:" + rs1Port);
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/ |
H A D | HistoricalCsnOrderingTest.java | 74 new DomainFakeCfg(null, 0, CollectionUtils.<String> newSortedSet()), null);
|
H A D | FractionalReplicationTest.java | 371 SortedSet<String> replicationServers = newSortedSet("localhost:" + replServerPort);
|
H A D | StateMachineTest.java | 228 SortedSet<String> replServers = newSortedSet("localhost:" + rs1Port);
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/ |
H A D | ReplicationTestCase.java | 234 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverId, newSortedSet("localhost:" + port));
|
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ |
H A D | AssuredReplicationServerTest.java | 326 DN.decode(TEST_ROOT_DN_STRING), serverId, newSortedSet("localhost:" + rsPort),
|
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ |
H A D | AssuredReplicationServerTest.java | 326 DN.decode(TEST_ROOT_DN_STRING), serverId, newSortedSet("localhost:" + rsPort),
|