Searched refs:topology (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java187 * A Map containing the ServerStates of all the replicas in the topology
217 * Properties for the last topology info received from the network.
219 /** Contains the last known state of the replication topology. */
220 private final AtomicReference<Topology> topology = field in class:ReplicationBroker
232 * Then we reset the value to 0. But when a topology message is received, the
235 * least for a monitoring period after the last received topology message
236 * (topology stabilization).
380 * updated with a info coming from received topology messages or monitoring
883 oldTopo = topology.get();
887 while (!topology
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java187 * A Map containing the ServerStates of all the replicas in the topology
217 * Properties for the last topology info received from the network.
219 /** Contains the last known state of the replication topology. */
220 private final AtomicReference<Topology> topology = field in class:ReplicationBroker
232 * Then we reset the value to 0. But when a topology message is received, the
235 * least for a monitoring period after the last received topology message
236 * (topology stabilization).
380 * updated with a info coming from received topology messages or monitoring
883 oldTopo = topology.get();
887 while (!topology
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java179 * A Map containing the ServerStates of all the replicas in the topology
204 * Properties for the last topology info received from the network.
206 /** Contains the last known state of the replication topology. */
207 private final AtomicReference<Topology> topology = new AtomicReference<>(new Topology()); field in class:ReplicationBroker
218 * Then we reset the value to 0. But when a topology message is received, the
221 * least for a monitoring period after the last received topology message
222 * (topology stabilization).
371 * updated with a info coming from received topology messages or monitoring
871 oldTopo = topology.get();
875 while (!topology
[all...]

Completed in 38 milliseconds