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

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java790 * @param otherIndexID The second index id.
795 int otherLength, int otherIndexID);
807 * @param otherIndexID The second index id.
813 int otherLength, int otherIndexID);
853 * @param otherIndexID The second index id.
859 int otherOffset, int otherLength, int otherIndexID)
876 if(indexID == otherIndexID)
880 else if(indexID > otherIndexID)
911 * @param otherIndexID The second index id.
918 byte[] other, int otherLength, int otherIndexID)
794 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
812 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
917 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java754 * @param otherIndexID The second index id.
759 int otherLength, int otherIndexID);
771 * @param otherIndexID The second index id.
777 int otherLength, int otherIndexID);
817 * @param otherIndexID The second index id.
822 int otherOffset, int otherLength, int otherIndexID)
839 if(indexID == otherIndexID)
843 else if(indexID > otherIndexID)
874 * @param otherIndexID The second index id.
880 byte[] other, int otherLength, int otherIndexID)
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java754 * @param otherIndexID The second index id.
759 int otherLength, int otherIndexID);
771 * @param otherIndexID The second index id.
777 int otherLength, int otherIndexID);
817 * @param otherIndexID The second index id.
822 int otherOffset, int otherLength, int otherIndexID)
839 if(indexID == otherIndexID)
843 else if(indexID > otherIndexID)
874 * @param otherIndexID The second index id.
880 byte[] other, int otherLength, int otherIndexID)
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java790 * @param otherIndexID The second index id.
795 int otherLength, int otherIndexID);
807 * @param otherIndexID The second index id.
813 int otherLength, int otherIndexID);
853 * @param otherIndexID The second index id.
859 int otherOffset, int otherLength, int otherIndexID)
876 if(indexID == otherIndexID)
880 else if(indexID > otherIndexID)
911 * @param otherIndexID The second index id.
918 byte[] other, int otherLength, int otherIndexID)
794 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
812 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
858 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
917 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java754 * @param otherIndexID The second index id.
759 int otherLength, int otherIndexID);
771 * @param otherIndexID The second index id.
777 int otherLength, int otherIndexID);
817 * @param otherIndexID The second index id.
822 int otherOffset, int otherLength, int otherIndexID)
839 if(indexID == otherIndexID)
843 else if(indexID > otherIndexID)
874 * @param otherIndexID The second index id.
880 byte[] other, int otherLength, int otherIndexID)
758 compare(T o, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
776 compare(T o, int offset, int length, int indexID, T other, int otherLength, int otherIndexID) argument
821 compare(byte[] b, int offset, int length, int indexID, int otherOffset, int otherLength, int otherIndexID) argument
879 compare(byte[] b, int offset, int length, int indexID, byte[] other, int otherLength, int otherIndexID) argument
[all...]

Completed in 449 milliseconds