Searched refs:afterCount (Results 1 - 25 of 33) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/controls/
H A DVLVRequestControl.java55 * afterCount INTEGER (0..maxInt),
91 int afterCount = (int)reader.readInteger();
125 afterCount, offset, contentCount, contextID);
129 afterCount, greaterThanOrEqual, contextID);
180 private int afterCount; field in class:VLVRequestControl
198 * @param afterCount The number of entries after the target offset to
206 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
209 this(false, beforeCount, afterCount, offset, contentCount, null);
220 * @param afterCount The number of entries after the target offset to
233 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
260 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
286 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/controls/
H A DVLVRequestControl.java54 * afterCount INTEGER (0..maxInt),
90 int afterCount = (int)reader.readInteger();
124 afterCount, offset, contentCount, contextID);
128 afterCount, greaterThanOrEqual, contextID);
179 private int afterCount; field in class:VLVRequestControl
197 * @param afterCount The number of entries after the target offset to
205 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
208 this(false, beforeCount, afterCount, offset, contentCount, null);
219 * @param afterCount The number of entries after the target offset to
232 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
259 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
285 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/controls/
H A DVLVRequestControl.java55 * afterCount INTEGER (0..maxInt),
91 int afterCount = (int)reader.readInteger();
125 afterCount, offset, contentCount, contextID);
129 afterCount, greaterThanOrEqual, contextID);
180 private int afterCount; field in class:VLVRequestControl
198 * @param afterCount The number of entries after the target offset to
206 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
209 this(false, beforeCount, afterCount, offset, contentCount, null);
220 * @param afterCount The number of entries after the target offset to
233 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
260 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
286 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/controls/
H A DVLVRequestControl.java55 * afterCount INTEGER (0..maxInt),
91 int afterCount = (int)reader.readInteger();
125 afterCount, offset, contentCount, contextID);
129 afterCount, greaterThanOrEqual, contextID);
180 private int afterCount; field in class:VLVRequestControl
198 * @param afterCount The number of entries after the target offset to
206 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
209 this(false, beforeCount, afterCount, offset, contentCount, null);
220 * @param afterCount The number of entries after the target offset to
233 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
260 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
286 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/controls/
H A DVLVRequestControl.java54 * afterCount INTEGER (0..maxInt),
90 int afterCount = (int)reader.readInteger();
124 afterCount, offset, contentCount, contextID);
128 afterCount, greaterThanOrEqual, contextID);
179 private int afterCount; field in class:VLVRequestControl
197 * @param afterCount The number of entries after the target offset to
205 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
208 this(false, beforeCount, afterCount, offset, contentCount, null);
219 * @param afterCount The number of entries after the target offset to
232 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
259 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
285 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/controls/
H A DVLVRequestControl.java53 * afterCount INTEGER (0..maxInt),
87 int afterCount = (int)reader.readInteger();
121 afterCount, offset, contentCount, contextID);
125 afterCount, greaterThanOrEqual, contextID);
176 private int afterCount; field in class:VLVRequestControl
194 * @param afterCount The number of entries after the target offset to
202 public VLVRequestControl(int beforeCount, int afterCount, int offset, argument
205 this(false, beforeCount, afterCount, offset, contentCount, null);
216 * @param afterCount The number of entries after the target offset to
229 public VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, argument
256 VLVRequestControl(int beforeCount, int afterCount, ByteString greaterThanOrEqual) argument
282 VLVRequestControl(boolean isCritical, int beforeCount, int afterCount, ByteString greaterThanOrEqual, ByteString contextID) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java156 * @param afterCount
159 protected void setVLVRange(int startIndex, int beforeCount, int afterCount) argument
161 searchControl.setVLVRange(startIndex, beforeCount, afterCount);
171 * @param afterCount
174 protected void setVLVRange(String jumpTo, int beforeCount, int afterCount) argument
176 searchControl.setVLVRange(jumpTo, beforeCount, afterCount);
183 * <code>beforeCount</code> and <code>afterCount</code>.
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMSearchControl.java156 * @param afterCount
159 protected void setVLVRange(int startIndex, int beforeCount, int afterCount) argument
161 searchControl.setVLVRange(startIndex, beforeCount, afterCount);
171 * @param afterCount
174 protected void setVLVRange(String jumpTo, int beforeCount, int afterCount) argument
176 searchControl.setVLVRange(jumpTo, beforeCount, afterCount);
183 * <code>beforeCount</code> and <code>afterCount</code>.
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DControlsTestCase.java254 afterCount(5),
262 afterCount(5),
270 afterCount(3),
278 afterCount(3),
286 afterCount(10),
294 afterCount(3),
305 final int beforeCount, final int afterCount, final String assertion, final List<Integer> expectedOrder,
308 vlvByAssertion(sortOrder, beforeCount, afterCount, assertion, expectedOrder, expectedPosition);
319 afterCount(3),
326 afterCount(
304 indexedVlvByAssertionShouldReturnPageOfResultsInCorrectOrder(final String sortOrder, final int beforeCount, final int afterCount, final String assertion, final List<Integer> expectedOrder, final int expectedPosition) argument
392 indexedVlvByOffsetShouldReturnPageOfResultsInCorrectOrder(final String sortOrder, final int beforeCount, final int afterCount, final int offset, final List<Integer> expectedOrder) argument
465 unindexedVlvByAssertionShouldReturnPageOfResultsInCorrectOrder(final String sortOrder, final int beforeCount, final int afterCount, final String assertion, final List<Integer> expectedOrder, final int expectedPosition) argument
553 unindexedVlvByOffsetShouldReturnPageOfResultsInCorrectOrder(final String sortOrder, final int beforeCount, final int afterCount, final int offset, final List<Integer> expectedOrder) argument
592 private int afterCount(final int i) method in class:ControlsTestCase
677 vlvByAssertion(final String sortOrder, final int beforeCount, final int afterCount, final String assertion, final List<Integer> expectedOrder, final int expectedPosition) argument
705 vlvByOffset(final String sortOrder, final int beforeCount, final int afterCount, final int offset, final List<Integer> expectedOrder) argument
721 vlvByOffset0(final String sortOrder, final int beforeCount, final int afterCount, final int offset, final List<Integer> expectedOrder) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java141 * @param afterCount
145 public void setVLVRange(int startIndex, int beforeCount, int afterCount) { argument
149 range[2] = afterCount;
161 * @param afterCount
165 public void setVLVRange(String jumpTo, int beforeCount, int afterCount) { argument
170 range[2] = afterCount;
180 * afterCount.
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchControl.java141 * @param afterCount
145 public void setVLVRange(int startIndex, int beforeCount, int afterCount) { argument
149 range[2] = afterCount;
161 * @param afterCount
165 public void setVLVRange(String jumpTo, int beforeCount, int afterCount) { argument
170 range[2] = afterCount;
180 * afterCount.
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java121 int afterCount = vlvRequest.getAfterCount();
163 afterCount = 0;
166 int count = 1 + beforeCount + afterCount;
226 if (includedAfterCount >= afterCount)
H A DVLVIndex.java1167 int afterCount = vlvRequest.getAfterCount();
1211 afterCount = 0;
1214 int count = 1 + beforeCount + afterCount;
1385 i < lastIDs.length && includedAfterCount < afterCount + 1;
1392 if(includedAfterCount >= afterCount + 1)
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java122 int afterCount = vlvRequest.getAfterCount();
164 afterCount = 0;
167 int count = 1 + beforeCount + afterCount;
227 if (includedAfterCount >= afterCount)
H A DVLVIndex.java1168 int afterCount = vlvRequest.getAfterCount();
1212 afterCount = 0;
1215 int count = 1 + beforeCount + afterCount;
1386 i < lastIDs.length && includedAfterCount < afterCount + 1;
1393 if(includedAfterCount >= afterCount + 1)
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java122 int afterCount = vlvRequest.getAfterCount();
164 afterCount = 0;
167 int count = 1 + beforeCount + afterCount;
227 if (includedAfterCount >= afterCount)
H A DVLVIndex.java1168 int afterCount = vlvRequest.getAfterCount();
1212 afterCount = 0;
1215 int count = 1 + beforeCount + afterCount;
1386 i < lastIDs.length && includedAfterCount < afterCount + 1;
1393 if(includedAfterCount >= afterCount + 1)
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java121 int afterCount = vlvRequest.getAfterCount();
163 afterCount = 0;
166 int count = 1 + beforeCount + afterCount;
226 if (includedAfterCount >= afterCount)
H A DVLVIndex.java1167 int afterCount = vlvRequest.getAfterCount();
1211 afterCount = 0;
1214 int count = 1 + beforeCount + afterCount;
1385 i < lastIDs.length && includedAfterCount < afterCount + 1;
1392 if(includedAfterCount >= afterCount + 1)
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryIDSetSorter.java122 int afterCount = vlvRequest.getAfterCount();
164 afterCount = 0;
167 int count = 1 + beforeCount + afterCount;
227 if (includedAfterCount >= afterCount)
H A DVLVIndex.java1168 int afterCount = vlvRequest.getAfterCount();
1212 afterCount = 0;
1215 int count = 1 + beforeCount + afterCount;
1386 i < lastIDs.length && includedAfterCount < afterCount + 1;
1393 if(includedAfterCount >= afterCount + 1)
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java652 List sortKeys, int startIndex, int beforeCount, int afterCount,
675 sc.setVLVRange(startIndex, beforeCount, afterCount);
677 sc.setVLVRange(jumpTo, beforeCount, afterCount);
712 List sortKeys, int startIndex, int beforeCount, int afterCount,
735 sc.setVLVRange(startIndex, beforeCount, afterCount);
737 sc.setVLVRange(jumpTo, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
H A DDirectoryManagerIF.java118 List sortKeys, int startIndex, int beforeCount, int afterCount,
124 List sortKeys, int startIndex, int beforeCount, int afterCount,
117 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
123 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DDirectoryManagerImpl.java652 List sortKeys, int startIndex, int beforeCount, int afterCount,
675 sc.setVLVRange(startIndex, beforeCount, afterCount);
677 sc.setVLVRange(jumpTo, beforeCount, afterCount);
712 List sortKeys, int startIndex, int beforeCount, int afterCount,
735 sc.setVLVRange(startIndex, beforeCount, afterCount);
737 sc.setVLVRange(jumpTo, beforeCount, afterCount);
651 search2(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, String[] attrNames) argument
711 search3(String token, String entryDN, String searchFilter, List sortKeys, int startIndex, int beforeCount, int afterCount, String jumpTo, int timeOut, int maxResults, int scope, boolean allAttributes, Set attrNamesSet) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVLVIndex.java523 * assertion, {@code beforeCount} entries leading up to the nearest entry, and {@code afterCount}
532 final int afterCount = vlvRequest.getAfterCount();
570 else if (includedAfter < afterCount)
635 int afterCount = vlvRequest.getAfterCount();
678 afterCount = 0;
681 final int count = 1 + beforeCount + afterCount;

Completed in 137 milliseconds

12