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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java2808 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1296 return sHandler.take(new HashSet<Integer>(getConnectedDSs().keySet()));
2221 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java2808 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java1296 return sHandler.take(new HashSet<Integer>(getConnectedDSs().keySet()));
2221 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServerDomain.java2155 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java760 * Get the getConnectedDSs.
761 * @return the getConnectedDSs
763 public List<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2103 currentRsInfo.getConnectedDSs();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java661 * Get the getConnectedDSs.
662 * @return the getConnectedDSs
664 public Set<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2123 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServerDomain.java2837 public Map<Integer, DataServerHandler> getConnectedDSs() method in class:ReplicationServerDomain
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java760 * Get the getConnectedDSs.
761 * @return the getConnectedDSs
763 public List<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2393 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java760 * Get the getConnectedDSs.
761 * @return the getConnectedDSs
763 public List<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2103 currentRsInfo.getConnectedDSs();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java661 * Get the getConnectedDSs.
662 * @return the getConnectedDSs
664 public Set<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2123 new ArrayList<Integer>(currentRsInfo.getConnectedDSs());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java652 * Get the getConnectedDSs.
653 * @return the getConnectedDSs
655 public Set<Integer> getConnectedDSs() method in class:ReplicationBroker.ReplicationServerInfo
2100 List<Integer> serversConnectedToCurrentRS = new ArrayList<>(currentRsInfo.getConnectedDSs());

Completed in 158 milliseconds