| | |
| | | * information: "Portions Copyright [year] [name of copyright owner]". |
| | | * |
| | | * Copyright 2006-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2012-2015 ForgeRock AS. |
| | | * Portions Copyright 2012-2016 ForgeRock AS. |
| | | */ |
| | | package org.opends.server.backends.pluggable; |
| | | |
| | |
| | | |
| | | boolean setIndexEntryLimit(int indexEntryLimit); |
| | | |
| | | boolean setProtected(boolean protectIndex); |
| | | |
| | | void setTrusted(WriteableTransaction txn, boolean trusted); |
| | | |
| | | void update(WriteableTransaction txn, ByteString key, EntryIDSet deletedIDs, EntryIDSet addedIDs); |