| /forgerock/opendj-b2.6/src/server/org/opends/server/replication/protocol/ |
| H A D | ServerStartECLMsg.java | 46 private int maxSendDelay; field in class:ServerStartECLMsg 71 * @param maxSendDelay The max Send Delay from this server. 82 int maxReceiveQueue, int maxSendDelay, 95 this.maxSendDelay = maxSendDelay; 145 * read the maxSendDelay 148 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 222 * Get the maxSendDelay. 223 * @return Returns the maxSendDelay. 227 return maxSendDelay; 81 ServerStartECLMsg(String serverURL, int maxReceiveDelay, int maxReceiveQueue, int maxSendDelay, int maxSendQueue, int windowSize, long heartbeatInterval, ServerState serverState, long generationId, boolean sslEncryption, byte groupId) argument [all...] |
| H A D | ServerStartMsg.java | 48 private int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 159 * read the maxSendDelay 162 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 254 * Get the maxSendDelay. 255 * @return Returns the maxSendDelay. 259 return maxSendDelay; 295 String.valueOf(maxSendDelay).getBytes("UTF-8"); 400 "\nmaxSendDelay: " + maxSendDelay +
|
| /forgerock/opendj2/src/server/org/opends/server/replication/protocol/ |
| H A D | ServerStartMsg.java | 48 private final int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 120 maxSendDelay = scanner.nextIntUTF8(); 175 * Get the maxSendDelay. 176 * @return Returns the maxSendDelay. 180 return maxSendDelay; 213 builder.appendIntUTF8(maxSendDelay); 268 "\nmaxSendDelay: " + maxSendDelay +
|
| /forgerock/opendj2.6.2/src/server/org/opends/server/replication/protocol/ |
| H A D | ServerStartECLMsg.java | 46 private int maxSendDelay; field in class:ServerStartECLMsg 71 * @param maxSendDelay The max Send Delay from this server. 82 int maxReceiveQueue, int maxSendDelay, 95 this.maxSendDelay = maxSendDelay; 145 * read the maxSendDelay 148 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 222 * Get the maxSendDelay. 223 * @return Returns the maxSendDelay. 227 return maxSendDelay; 81 ServerStartECLMsg(String serverURL, int maxReceiveDelay, int maxReceiveQueue, int maxSendDelay, int maxSendQueue, int windowSize, long heartbeatInterval, ServerState serverState, long generationId, boolean sslEncryption, byte groupId) argument [all...] |
| H A D | ServerStartMsg.java | 48 private int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 159 * read the maxSendDelay 162 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 254 * Get the maxSendDelay. 255 * @return Returns the maxSendDelay. 259 return maxSendDelay; 295 String.valueOf(maxSendDelay).getBytes("UTF-8"); 400 "\nmaxSendDelay: " + maxSendDelay +
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/protocol/ |
| H A D | ServerStartECLMsg.java | 46 private int maxSendDelay; field in class:ServerStartECLMsg 71 * @param maxSendDelay The max Send Delay from this server. 82 int maxReceiveQueue, int maxSendDelay, 95 this.maxSendDelay = maxSendDelay; 145 * read the maxSendDelay 148 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 222 * Get the maxSendDelay. 223 * @return Returns the maxSendDelay. 227 return maxSendDelay; 81 ServerStartECLMsg(String serverURL, int maxReceiveDelay, int maxReceiveQueue, int maxSendDelay, int maxSendQueue, int windowSize, long heartbeatInterval, ServerState serverState, long generationId, boolean sslEncryption, byte groupId) argument [all...] |
| H A D | ServerStartMsg.java | 48 private int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 159 * read the maxSendDelay 162 maxSendDelay = Integer.valueOf(new String(in, pos, length, "UTF-8")); 254 * Get the maxSendDelay. 255 * @return Returns the maxSendDelay. 259 return maxSendDelay; 295 String.valueOf(maxSendDelay).getBytes("UTF-8"); 400 "\nmaxSendDelay: " + maxSendDelay +
|
| /forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/ |
| H A D | ServerStartMsg.java | 48 private final int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 120 maxSendDelay = scanner.nextIntUTF8(); 175 * Get the maxSendDelay. 176 * @return Returns the maxSendDelay. 180 return maxSendDelay; 213 builder.appendIntUTF8(maxSendDelay); 268 "\nmaxSendDelay: " + maxSendDelay +
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/ |
| H A D | ServerStartMsg.java | 48 private final int maxSendDelay; field in class:ServerStartMsg 93 this.maxSendDelay = 0; 120 maxSendDelay = scanner.nextIntUTF8(); 175 * Get the maxSendDelay. 176 * @return Returns the maxSendDelay. 180 return maxSendDelay; 213 builder.appendIntUTF8(maxSendDelay); 268 "\nmaxSendDelay: " + maxSendDelay +
|