Searched defs:replicaStates (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java130 private HashMap<Integer, ServerState> replicaStates = field in class:ReplicationBroker
2527 replicaStates = new HashMap<Integer, ServerState>();
2530 replicaStates.put(srvId, monitorMsg.getLDAPServerState(srvId));
2674 return replicaStates;
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java191 private Map<Integer, ServerState> replicaStates = field in class:ReplicationBroker
2530 replicaStates = newReplicaStates;
2671 return replicaStates;
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java127 private HashMap<Integer, ServerState> replicaStates = field in class:ReplicationBroker
2785 replicaStates = new HashMap<Integer, ServerState>();
2788 replicaStates.put(srvId, monitorMsg.getLDAPServerState(srvId));
2937 return replicaStates;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java130 private HashMap<Integer, ServerState> replicaStates = field in class:ReplicationBroker
2527 replicaStates = new HashMap<Integer, ServerState>();
2530 replicaStates.put(srvId, monitorMsg.getLDAPServerState(srvId));
2674 return replicaStates;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java191 private Map<Integer, ServerState> replicaStates = field in class:ReplicationBroker
2530 replicaStates = newReplicaStates;
2671 return replicaStates;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java183 private Map<Integer, ServerState> replicaStates = new HashMap<>(); field in class:ReplicationBroker
2501 replicaStates = newReplicaStates;
2636 return replicaStates;

Completed in 78 milliseconds