Searched refs:getDegradedStatusThreshold (Results 26 - 50 of 63) sorted by relevance

123

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java124 .getDegradedStatusThreshold());
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java565 replServerStartMsg.getDegradedStatusThreshold();
587 replServerStartDSMsg.getDegradedStatusThreshold();
677 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
959 electedRsInfo.getDegradedStatusThreshold(),
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java523 replicationServer.getDegradedStatusThreshold(),
H A DServerHandler.java1185 replicationServer.getDegradedStatusThreshold());
H A DReplicationServer.java1124 public int getDegradedStatusThreshold() method in class:ReplicationServer
1126 return this.config.getDegradedStatusThreshold();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java463 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
483 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
597 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
816 electedRsInfo.getDegradedStatusThreshold(), getGenerationID());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java124 .getDegradedStatusThreshold());
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java565 replServerStartMsg.getDegradedStatusThreshold();
587 replServerStartDSMsg.getDegradedStatusThreshold();
677 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
958 electedRsInfo.getDegradedStatusThreshold(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DReplicationServerHandler.java124 .getDegradedStatusThreshold());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java565 replServerStartMsg.getDegradedStatusThreshold();
587 replServerStartDSMsg.getDegradedStatusThreshold();
677 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
959 electedRsInfo.getDegradedStatusThreshold(),
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DDataServerHandler.java523 replicationServer.getDegradedStatusThreshold(),
H A DServerHandler.java1185 replicationServer.getDegradedStatusThreshold());
H A DReplicationServer.java1124 public int getDegradedStatusThreshold() method in class:ReplicationServer
1126 return this.config.getDegradedStatusThreshold();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java463 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
483 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
597 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
816 electedRsInfo.getDegradedStatusThreshold(), getGenerationID());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DServerHandler.java1162 replicationServer.getDegradedStatusThreshold());
H A DReplicationServer.java1078 public int getDegradedStatusThreshold() method in class:ReplicationServer
1080 return this.config.getDegradedStatusThreshold();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java454 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
474 this.degradedStatusThreshold = msg.getDegradedStatusThreshold();
588 public int getDegradedStatusThreshold() method in class:ReplicationBroker.ReplicationServerInfo
808 electedRsInfo.getDegradedStatusThreshold(), getGenerationID());
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java163 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
185 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());
H A DSynchronizationMsgTest.java896 assertTrue(msg.getDegradedStatusThreshold() ==
897 newMsg.getDegradedStatusThreshold());
942 assertTrue(msg.getDegradedStatusThreshold() ==
943 newMsg.getDegradedStatusThreshold());
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java136 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
157 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java163 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
185 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());
H A DSynchronizationMsgTest.java896 assertTrue(msg.getDegradedStatusThreshold() ==
897 newMsg.getDegradedStatusThreshold());
942 assertTrue(msg.getDegradedStatusThreshold() ==
943 newMsg.getDegradedStatusThreshold());
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java136 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
157 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java163 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
185 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/protocol/
H A DProtocolCompatibilityTest.java141 assertEquals(newMsg.getDegradedStatusThreshold(), -1);
162 assertEquals(msg.getDegradedStatusThreshold(), vlastMsg.getDegradedStatusThreshold());

Completed in 246 milliseconds

123