Searched defs:concurrencyLevel (Results 1 - 5 of 5) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java1128 int concurrencyLevel;
1131 concurrencyLevel = Integer.parseInt(levelStr);
1138 if (concurrencyLevel <= 0)
1144 return concurrencyLevel;
1155 * @param concurrencyLevel The concurrency level for the Directory
1167 public int setLockManagerConcurrencyLevel(int concurrencyLevel) argument
1176 if (concurrencyLevel <= 0)
1180 concurrencyLevel));
1185 String.valueOf(concurrencyLevel));
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java1049 int concurrencyLevel;
1052 concurrencyLevel = Integer.parseInt(levelStr);
1059 if (concurrencyLevel <= 0)
1065 return concurrencyLevel;
1076 * @param concurrencyLevel The concurrency level for the Directory
1088 public int setLockManagerConcurrencyLevel(int concurrencyLevel) argument
1097 if (concurrencyLevel <= 0)
1101 concurrencyLevel));
1106 String.valueOf(concurrencyLevel));
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java1128 int concurrencyLevel;
1131 concurrencyLevel = Integer.parseInt(levelStr);
1138 if (concurrencyLevel <= 0)
1144 return concurrencyLevel;
1155 * @param concurrencyLevel The concurrency level for the Directory
1167 public int setLockManagerConcurrencyLevel(int concurrencyLevel) argument
1176 if (concurrencyLevel <= 0)
1180 concurrencyLevel));
1185 String.valueOf(concurrencyLevel));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java1142 int concurrencyLevel;
1145 concurrencyLevel = Integer.parseInt(levelStr);
1152 if (concurrencyLevel <= 0)
1158 return concurrencyLevel;
1169 * @param concurrencyLevel The concurrency level for the Directory
1181 public int setLockManagerConcurrencyLevel(int concurrencyLevel) argument
1190 if (concurrencyLevel <= 0)
1194 concurrencyLevel));
1199 String.valueOf(concurrencyLevel));
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDirectoryEnvironmentConfig.java1049 int concurrencyLevel;
1052 concurrencyLevel = Integer.parseInt(levelStr);
1059 if (concurrencyLevel <= 0)
1065 return concurrencyLevel;
1076 * @param concurrencyLevel The concurrency level for the Directory
1088 public int setLockManagerConcurrencyLevel(int concurrencyLevel) argument
1097 if (concurrencyLevel <= 0)
1101 concurrencyLevel));
1106 String.valueOf(concurrencyLevel));

Completed in 586 milliseconds