| | |
| | | */ |
| | | package org.opends.server.backends.jeb; |
| | | |
| | | import static org.opends.server.backends.jeb.Importer.indexComparator; |
| | | import static org.opends.server.backends.jeb.Importer.*; |
| | | import static org.opends.server.util.StaticUtils.*; |
| | | |
| | | import java.io.ByteArrayOutputStream; |
| | | import java.io.DataOutputStream; |
| | |
| | | LT, GT, LE, GE, EQ |
| | | } |
| | | |
| | | /** The size of a Java int. A Java int is 32 bits, i.e. 4 bytes. */ |
| | | static final int INT_SIZE = 4; |
| | | |
| | | /** |
| | | * The record overhead. In addition to entryID, key length and key bytes, the |
| | | * record overhead includes the indexID + INS/DEL bit |