Searched refs:sortValuesSet (Results 1 - 10 of 10) 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...]
H A DVerifyJob.java1013 SortValuesSet sortValuesSet =
1015 for(int i = 0; i < sortValuesSet.getEntryIDs().length; i++)
1018 SortValues values = sortValuesSet.getSortValues(i);
1026 sortValuesSet.getKeySortValues()));
1030 if(i == sortValuesSet.getEntryIDs().length - 1 &&
1076 sortValuesSet.getKeySortValues()));
1092 sortValuesSet.getKeySortValues()));
/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...]
H A DVerifyJob.java1014 SortValuesSet sortValuesSet =
1016 for(int i = 0; i < sortValuesSet.getEntryIDs().length; i++)
1019 SortValues values = sortValuesSet.getSortValues(i);
1027 sortValuesSet.getKeySortValues()));
1031 if(i == sortValuesSet.getEntryIDs().length - 1 &&
1077 sortValuesSet.getKeySortValues()));
1093 sortValuesSet.getKeySortValues()));
/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...]
H A DVerifyJob.java1014 SortValuesSet sortValuesSet =
1016 for(int i = 0; i < sortValuesSet.getEntryIDs().length; i++)
1019 SortValues values = sortValuesSet.getSortValues(i);
1027 sortValuesSet.getKeySortValues()));
1031 if(i == sortValuesSet.getEntryIDs().length - 1 &&
1077 sortValuesSet.getKeySortValues()));
1093 sortValuesSet.getKeySortValues()));
/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...]
H A DVerifyJob.java1013 SortValuesSet sortValuesSet =
1015 for(int i = 0; i < sortValuesSet.getEntryIDs().length; i++)
1018 SortValues values = sortValuesSet.getSortValues(i);
1026 sortValuesSet.getKeySortValues()));
1030 if(i == sortValuesSet.getEntryIDs().length - 1 &&
1076 sortValuesSet.getKeySortValues()));
1092 sortValuesSet.getKeySortValues()));
/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...]
H A DVerifyJob.java1014 SortValuesSet sortValuesSet =
1016 for(int i = 0; i < sortValuesSet.getEntryIDs().length; i++)
1019 SortValues values = sortValuesSet.getSortValues(i);
1027 sortValuesSet.getKeySortValues()));
1031 if(i == sortValuesSet.getEntryIDs().length - 1 &&
1077 sortValuesSet.getKeySortValues()));
1093 sortValuesSet.getKeySortValues()));

Completed in 257 milliseconds