Searched defs:lowerIncluded (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/api/
H A DIndexQueryFactory.java92 * @param lowerIncluded
106 ByteSequence upper, boolean lowerIncluded,
105 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DIndexQueryFactory.java93 * @param lowerIncluded
107 ByteSequence upper, boolean lowerIncluded,
106 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DIndexQueryFactory.java93 * @param lowerIncluded
107 ByteSequence upper, boolean lowerIncluded,
106 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DIndexQueryFactory.java92 * @param lowerIncluded
106 ByteSequence upper, boolean lowerIncluded,
105 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DIndexQueryFactory.java93 * @param lowerIncluded
107 ByteSequence upper, boolean lowerIncluded,
106 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeIndexQueryFactory.java70 boolean lowerIncluded, boolean upperIncluded)
75 map = map.tailMap(lower.toByteString(), lowerIncluded);
69 createRangeMatchQuery(String indexID, ByteSequence lower, ByteSequence upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndex.java1062 * @param lowerIncluded true if a key exactly matching the lower bound
1075 boolean lowerIncluded, boolean upperIncluded)
1112 if (status == OperationStatus.SUCCESS && !lowerIncluded &&
1074 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
H A DNullIndex.java220 boolean lowerIncluded, boolean upperIncluded)
219 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndex.java1063 * @param lowerIncluded true if a key exactly matching the lower bound
1076 boolean lowerIncluded, boolean upperIncluded)
1113 if (status == OperationStatus.SUCCESS && !lowerIncluded &&
1075 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
H A DNullIndex.java221 boolean lowerIncluded, boolean upperIncluded)
220 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndex.java1063 * @param lowerIncluded true if a key exactly matching the lower bound
1076 boolean lowerIncluded, boolean upperIncluded)
1113 if (status == OperationStatus.SUCCESS && !lowerIncluded &&
1075 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
H A DNullIndex.java221 boolean lowerIncluded, boolean upperIncluded)
220 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java1062 * @param lowerIncluded true if a key exactly matching the lower bound
1075 boolean lowerIncluded, boolean upperIncluded)
1112 if (status == OperationStatus.SUCCESS && !lowerIncluded &&
1074 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
H A DNullIndex.java220 boolean lowerIncluded, boolean upperIncluded)
219 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndex.java1063 * @param lowerIncluded true if a key exactly matching the lower bound
1076 boolean lowerIncluded, boolean upperIncluded)
1113 if (status == OperationStatus.SUCCESS && !lowerIncluded &&
1075 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument
H A DNullIndex.java221 boolean lowerIncluded, boolean upperIncluded)
220 readRange(byte[] lower, byte[] upper, boolean lowerIncluded, boolean upperIncluded) argument

Completed in 258 milliseconds