Searched defs:maxRcvWindow (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerHandler.java132 protected final int maxRcvWindow; field in class:ServerHandler
201 this.maxRcvWindow = rcvWindowSize;
545 attributes.add(Attributes.create("max-rcv-window", String.valueOf(maxRcvWindow)));
1182 getReplicationServerURL(), getBaseDN(), maxRcvWindow,
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java132 protected final int maxRcvWindow; field in class:ServerHandler
201 this.maxRcvWindow = rcvWindowSize;
545 attributes.add(Attributes.create("max-rcv-window", String.valueOf(maxRcvWindow)));
1182 getReplicationServerURL(), getBaseDN(), maxRcvWindow,
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DServerHandler.java136 protected final int maxRcvWindow; field in class:ServerHandler
185 this.maxRcvWindow = rcvWindowSize;
529 attributes.add(Attributes.create("max-rcv-window", String.valueOf(maxRcvWindow)));
1159 getReplicationServerURL(), getBaseDN(), maxRcvWindow,
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java182 protected int maxRcvWindow; field in class:ServerHandler
261 this.maxRcvWindow = rcvWindowSize;
633 .valueOf(maxRcvWindow)));
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java184 protected int maxRcvWindow; field in class:ServerHandler
263 this.maxRcvWindow = rcvWindowSize;
635 .valueOf(maxRcvWindow)));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java182 protected int maxRcvWindow; field in class:ServerHandler
261 this.maxRcvWindow = rcvWindowSize;
633 .valueOf(maxRcvWindow)));
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java106 private int maxRcvWindow = rcvWindow; field in class:ReplicationBroker
244 this.maxRcvWindow = window;
265 this.rcvWindow = this.maxRcvWindow;
289 this.rcvWindow = this.maxRcvWindow;
1083 rcvWindow = maxRcvWindow;
1262 maxRcvWindow, heartbeatInterval, state,
1268 maxRcvWindow, heartbeatInterval, state,
2766 return maxRcvWindow;
2839 || window != this.maxRcvWindow
2848 this.maxRcvWindow
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java100 private int maxRcvWindow = rcvWindow; field in class:ReplicationBroker
243 this.maxRcvWindow = window;
265 this.rcvWindow = this.maxRcvWindow;
289 this.rcvWindow = this.maxRcvWindow;
1082 rcvWindow = maxRcvWindow;
1264 maxRcvWindow, heartbeatInterval, state,
1270 maxRcvWindow, heartbeatInterval, state,
3028 return maxRcvWindow;
3101 || window != this.maxRcvWindow
3110 this.maxRcvWindow
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationBroker.java106 private int maxRcvWindow = rcvWindow; field in class:ReplicationBroker
244 this.maxRcvWindow = window;
265 this.rcvWindow = this.maxRcvWindow;
289 this.rcvWindow = this.maxRcvWindow;
1083 rcvWindow = maxRcvWindow;
1262 maxRcvWindow, heartbeatInterval, state,
1268 maxRcvWindow, heartbeatInterval, state,
2766 return maxRcvWindow;
2839 || window != this.maxRcvWindow
2848 this.maxRcvWindow
[all...]

Completed in 50 milliseconds