Searched refs:windowSize (Results 76 - 92 of 92) sorted by relevance

1234

/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java388 private final int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
459 this.windowSize = msg.getWindowSize();
479 this.windowSize = msg.getWindowSize();
503 this.windowSize = 0;
577 * @return the windowSize
581 return windowSize;
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java388 private final int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
459 this.windowSize = msg.getWindowSize();
479 this.windowSize = msg.getWindowSize();
503 this.windowSize = 0;
577 * @return the windowSize
581 return windowSize;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationBroker.java379 private final int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
450 this.windowSize = msg.getWindowSize();
470 this.windowSize = msg.getWindowSize();
494 this.windowSize = 0;
568 * @return the windowSize
572 return windowSize;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java269 private int windowSize = -1; field in class:AssuredReplicationPluginTest.FakeReplicationServer
439 windowSize = serverStartMsg.getWindowSize();
445 serverURL, baseDn, windowSize, serverState,
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java269 private int windowSize = -1; field in class:AssuredReplicationPluginTest.FakeReplicationServer
439 windowSize = serverStartMsg.getWindowSize();
445 serverURL, baseDn, windowSize, serverState,
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DAssuredReplicationPluginTest.java269 private int windowSize = -1; field in class:AssuredReplicationPluginTest.FakeReplicationServer
439 windowSize = serverStartMsg.getWindowSize();
445 serverURL, baseDn, windowSize, serverState,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java489 private int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
561 this.windowSize = replServerStartMsg.getWindowSize();
583 this.windowSize = replServerStartDSMsg.getWindowSize();
657 * @return the windowSize
661 return windowSize;
H A DReplicationDomain.java3077 * @param windowSize The window size that this domain should use.
3084 int windowSize,
3093 replicationServers, windowSize, heartbeatInterval, groupId))
3082 changeConfig( Collection<String> replicationServers, int windowSize, long heartbeatInterval, byte groupId) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java489 private int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
561 this.windowSize = replServerStartMsg.getWindowSize();
583 this.windowSize = replServerStartDSMsg.getWindowSize();
657 * @return the windowSize
661 return windowSize;
H A DReplicationDomain.java3081 * @param windowSize The window size that this domain should use.
3088 int windowSize,
3097 replicationServers, windowSize, heartbeatInterval, groupId))
3086 changeConfig( Collection<String> replicationServers, int windowSize, long heartbeatInterval, byte groupId) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java489 private int windowSize; field in class:ReplicationBroker.ReplicationServerInfo
561 this.windowSize = replServerStartMsg.getWindowSize();
583 this.windowSize = replServerStartDSMsg.getWindowSize();
657 * @return the windowSize
661 return windowSize;
H A DReplicationDomain.java3077 * @param windowSize The window size that this domain should use.
3084 int windowSize,
3093 replicationServers, windowSize, heartbeatInterval, groupId))
3082 changeConfig( Collection<String> replicationServers, int windowSize, long heartbeatInterval, byte groupId) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java208 int serverId, int windowSize, int port, int timeout) throws Exception
210 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
207 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/server/
H A DReplicationServerTest.java208 int serverId, int windowSize, int port, int timeout) throws Exception
210 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
207 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/
H A DDataAssociationManagementView.js379 windowSize: 0
/forgerock/openidm-v4/openidm-ui/openidm-ui-common/src/main/js/org/forgerock/openidm/ui/common/resource/
H A DRelationshipArrayView.js285 windowSize: 0
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/server/
H A DReplicationServerTest.java205 int serverId, int windowSize, int port, int timeout) throws Exception
207 ReplicationBroker broker = super.openReplicationSession(baseDN, serverId, windowSize, port, timeout);
204 openReplicationSession(final DN baseDN, int serverId, int windowSize, int port, int timeout) argument

Completed in 108 milliseconds

1234