| | |
| | | package org.opends.server.backends.jeb; |
| | | |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | | import org.forgerock.opendj.ldap.ByteString; |
| | | import org.forgerock.opendj.ldap.ConditionResult; |
| | |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | public boolean insert(ImportIDSet importIDSet, |
| | | Set<byte[]> keySet, DatabaseEntry keyData, DatabaseEntry data) |
| | | throws DatabaseException |
| | | { |
| | | return true; |
| | | } |
| | | |
| | | /** {@inheritDoc} */ |
| | | @Override |
| | | void updateKey(Transaction txn, DatabaseEntry key, EntryIDSet deletedIDs, |
| | | EntryIDSet addedIDs) throws DatabaseException |
| | | { |