Searched refs:replicationServers (Results 1 - 25 of 87) sorted by relevance

1234

/forgerock/opendj2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java43 private Set<String> replicationServers = new HashSet<String>(); field in class:ReplicaDescriptor
139 copy.addAll(replicationServers);
146 * @param replicationServers the list of replication servers (in their String
150 public void setReplicationServers(Set<String> replicationServers) argument
152 this.replicationServers.clear();
153 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java90 Set<String> replicationServers = new HashSet<String>();
93 replicationServers.addAll(replica.getReplicationServers());
95 return replicationServers;
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java44 private Set<String> replicationServers = new HashSet<String>(); field in class:ReplicaDescriptor
140 copy.addAll(replicationServers);
147 * @param replicationServers the list of replication servers (in their String
151 public void setReplicationServers(Set<String> replicationServers) argument
153 this.replicationServers.clear();
154 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java91 Set<String> replicationServers = new HashSet<String>();
94 replicationServers.addAll(replica.getReplicationServers());
96 return replicationServers;
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java44 private Set<String> replicationServers = new HashSet<String>(); field in class:ReplicaDescriptor
140 copy.addAll(replicationServers);
147 * @param replicationServers the list of replication servers (in their String
151 public void setReplicationServers(Set<String> replicationServers) argument
153 this.replicationServers.clear();
154 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java91 Set<String> replicationServers = new HashSet<String>();
94 replicationServers.addAll(replica.getReplicationServers());
96 return replicationServers;
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java43 private Set<String> replicationServers = new HashSet<String>(); field in class:ReplicaDescriptor
139 copy.addAll(replicationServers);
146 * @param replicationServers the list of replication servers (in their String
150 public void setReplicationServers(Set<String> replicationServers) argument
152 this.replicationServers.clear();
153 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java90 Set<String> replicationServers = new HashSet<String>();
93 replicationServers.addAll(replica.getReplicationServers());
95 return replicationServers;
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/
H A DReplicaDescriptor.java44 private Set<String> replicationServers = new HashSet<String>(); field in class:ReplicaDescriptor
140 copy.addAll(replicationServers);
147 * @param replicationServers the list of replication servers (in their String
151 public void setReplicationServers(Set<String> replicationServers) argument
153 this.replicationServers.clear();
154 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java91 Set<String> replicationServers = new HashSet<String>();
94 replicationServers.addAll(replica.getReplicationServers());
96 return replicationServers;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/
H A DReplicaDescriptor.java43 private Set<String> replicationServers = new HashSet<>(); field in class:ReplicaDescriptor
139 return new HashSet<>(replicationServers);
145 * @param replicationServers the list of replication servers (in their String
149 public void setReplicationServers(Set<String> replicationServers) argument
151 this.replicationServers.clear();
152 this.replicationServers.addAll(replicationServers);
H A DSuffixDescriptor.java95 Set<String> replicationServers = new HashSet<>();
98 replicationServers.addAll(replica.getReplicationServers());
100 return replicationServers;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
80 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverID, replicationServers);
88 SortedSet<String> replicationServers, long heartbeatInterval,
91 this(baseDN, serverID, replicationServers, 100, heartbeatInterval, generationId);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
103 SortedSet<String> replicationServers, long heartbeatInterval,
107 this(baseDN, serverID, replicationServers, 10
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
87 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, long generationId) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
[all...]
H A DFakeStressReplicationDomain.java58 SortedSet<String> replicationServers, long heartbeatInterval,
61 super(newConfig(baseDN, serverID, replicationServers, heartbeatInterval), 1);
68 SortedSet<String> replicationServers, long heartbeatInterval)
71 new DomainFakeCfg(baseDN, serverID, replicationServers);
57 FakeStressReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
67 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
80 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverID, replicationServers);
88 SortedSet<String> replicationServers, long heartbeatInterval,
91 this(baseDN, serverID, replicationServers, 100, heartbeatInterval, generationId);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
103 SortedSet<String> replicationServers, long heartbeatInterval,
107 this(baseDN, serverID, replicationServers, 10
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
87 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, long generationId) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
[all...]
H A DFakeStressReplicationDomain.java58 SortedSet<String> replicationServers, long heartbeatInterval,
61 super(newConfig(baseDN, serverID, replicationServers, heartbeatInterval), 1);
68 SortedSet<String> replicationServers, long heartbeatInterval)
71 new DomainFakeCfg(baseDN, serverID, replicationServers);
57 FakeStressReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
67 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/service/
H A DFakeReplicationDomain.java69 SortedSet<String> replicationServers, int window, long heartbeatInterval,
72 super(newConfig(baseDN, serverID, replicationServers, window, heartbeatInterval), generationId);
78 SortedSet<String> replicationServers, int window, long heartbeatInterval)
80 DomainFakeCfg fakeCfg = new DomainFakeCfg(baseDN, serverID, replicationServers);
88 SortedSet<String> replicationServers, long heartbeatInterval,
91 this(baseDN, serverID, replicationServers, 100, heartbeatInterval, generationId);
95 SortedSet<String> replicationServers, int window, long heartbeatInterval,
98 this(baseDN, serverID, replicationServers, window, heartbeatInterval, 1);
103 SortedSet<String> replicationServers, long heartbeatInterval,
107 this(baseDN, serverID, replicationServers, 10
68 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, long generationId) argument
77 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval) argument
87 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, long generationId) argument
94 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
102 FakeReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
[all...]
H A DFakeStressReplicationDomain.java58 SortedSet<String> replicationServers, long heartbeatInterval,
61 super(newConfig(baseDN, serverID, replicationServers, heartbeatInterval), 1);
68 SortedSet<String> replicationServers, long heartbeatInterval)
71 new DomainFakeCfg(baseDN, serverID, replicationServers);
57 FakeStressReplicationDomain(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
67 newConfig(DN baseDN, int serverID, SortedSet<String> replicationServers, long heartbeatInterval) argument
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java73 Collection<String> replicationServers,
79 startPublishService(replicationServers, window, heartbeatInterval, 500);
87 Collection<String> replicationServers,
95 startPublishService(replicationServers, window, heartbeatInterval, 500);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java73 Collection<String> replicationServers,
79 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
87 Collection<String> replicationServers,
95 startPublishService(replicationServers, window, heartbeatInterval, 500, null);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/service/
H A DFakeReplicationDomain.java73 Collection<String> replicationServers,
79 startPublishService(replicationServers, window, heartbeatInterval, 500);
87 Collection<String> replicationServers,
95 startPublishService(replicationServers, window, heartbeatInterval, 500);
70 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, BlockingQueue<UpdateMsg> queue) argument
84 FakeReplicationDomain( String serviceID, int serverID, Collection<String> replicationServers, int window, long heartbeatInterval, String exportString, StringBuilder importString, int exportedEntryCount) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java50 private final SortedSet<String> replicationServers; field in class:DomainFakeCfg
97 this.replicationServers = replServers;
181 return replicationServers;
367 + serverId + ", replicationServers=" + replicationServers;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java50 private final SortedSet<String> replicationServers; field in class:DomainFakeCfg
97 this.replicationServers = replServers;
181 return replicationServers;
367 + serverId + ", replicationServers=" + replicationServers;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java50 private final SortedSet<String> replicationServers; field in class:DomainFakeCfg
97 this.replicationServers = replServers;
171 return replicationServers;
347 + serverId + ", replicationServers=" + replicationServers;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DDomainFakeCfg.java55 private SortedSet<String> replicationServers; field in class:DomainFakeCfg
92 this.replicationServers = replServers;
169 this.replicationServers = new TreeSet<String>();
170 this.replicationServers.add(replServer);
261 return replicationServers;

Completed in 1346 milliseconds

1234