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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java618 * @param sortValuesSet The SortValuesSet to put.
619 * @return True if the sortValuesSet was put successfully or False otherwise.
626 public boolean putSortValuesSet(Transaction txn, SortValuesSet sortValuesSet) argument
632 byte[] after = sortValuesSet.toDatabase();
633 key.setData(sortValuesSet.getKeyBytes());
656 SortValuesSet sortValuesSet = null;
677 sortValuesSet = new SortValuesSet(this);
693 sortValuesSet = new SortValuesSet(key.getData(), data.getData(),
702 return sortValuesSet;
736 SortValuesSet sortValuesSet;
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java619 * @param sortValuesSet The SortValuesSet to put.
620 * @return True if the sortValuesSet was put successfully or False otherwise.
627 public boolean putSortValuesSet(Transaction txn, SortValuesSet sortValuesSet) argument
633 byte[] after = sortValuesSet.toDatabase();
634 key.setData(sortValuesSet.getKeyBytes());
657 SortValuesSet sortValuesSet = null;
678 sortValuesSet = new SortValuesSet(this);
694 sortValuesSet = new SortValuesSet(key.getData(), data.getData(),
703 return sortValuesSet;
737 SortValuesSet sortValuesSet;
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java619 * @param sortValuesSet The SortValuesSet to put.
620 * @return True if the sortValuesSet was put successfully or False otherwise.
627 public boolean putSortValuesSet(Transaction txn, SortValuesSet sortValuesSet) argument
633 byte[] after = sortValuesSet.toDatabase();
634 key.setData(sortValuesSet.getKeyBytes());
657 SortValuesSet sortValuesSet = null;
678 sortValuesSet = new SortValuesSet(this);
694 sortValuesSet = new SortValuesSet(key.getData(), data.getData(),
703 return sortValuesSet;
737 SortValuesSet sortValuesSet;
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java618 * @param sortValuesSet The SortValuesSet to put.
619 * @return True if the sortValuesSet was put successfully or False otherwise.
626 public boolean putSortValuesSet(Transaction txn, SortValuesSet sortValuesSet) argument
632 byte[] after = sortValuesSet.toDatabase();
633 key.setData(sortValuesSet.getKeyBytes());
656 SortValuesSet sortValuesSet = null;
677 sortValuesSet = new SortValuesSet(this);
693 sortValuesSet = new SortValuesSet(key.getData(), data.getData(),
702 return sortValuesSet;
736 SortValuesSet sortValuesSet;
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java619 * @param sortValuesSet The SortValuesSet to put.
620 * @return True if the sortValuesSet was put successfully or False otherwise.
627 public boolean putSortValuesSet(Transaction txn, SortValuesSet sortValuesSet) argument
633 byte[] after = sortValuesSet.toDatabase();
634 key.setData(sortValuesSet.getKeyBytes());
657 SortValuesSet sortValuesSet = null;
678 sortValuesSet = new SortValuesSet(this);
694 sortValuesSet = new SortValuesSet(key.getData(), data.getData(),
703 return sortValuesSet;
737 SortValuesSet sortValuesSet;
[all...]

Completed in 37 milliseconds