public class AvlMasterTable extends AvlTable<String,org.apache.directory.api.ldap.model.entry.Entry> implements MasterTable
allowsDuplicates, commitNumber, count, keyComparator, name, schemaManager, valueComparatorDBF, SEQPROP_KEY| Constructor and Description |
|---|
AvlMasterTable(String name,
Comparator<String> keyComparator,
Comparator<org.apache.directory.api.ldap.model.entry.Entry> valComparator,
boolean dupsEnabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextId(org.apache.directory.api.ldap.model.entry.Entry entry)
Gets the next value from the sequence of this MasterTable.
|
close, count, cursor, cursor, get, greaterThanCount, has, has, hasGreaterOrEqual, hasGreaterOrEqual, hasLessOrEqual, hasLessOrEqual, isDupsEnabled, lessThanCount, put, remove, remove, valueCursorcount, getKeyComparator, getName, getValueComparator, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, count, count, cursor, cursor, get, getKeyComparator, getName, getValueComparator, greaterThanCount, has, has, hasGreaterOrEqual, hasGreaterOrEqual, hasLessOrEqual, hasLessOrEqual, isDupsEnabled, lessThanCount, put, remove, remove, valueCursorpublic AvlMasterTable(String name, Comparator<String> keyComparator, Comparator<org.apache.directory.api.ldap.model.entry.Entry> valComparator, boolean dupsEnabled)
public String getNextId(org.apache.directory.api.ldap.model.entry.Entry entry) throws Exception
getNextId in interface MasterTableentry - the entry in case the id is derived from the entry.Exception - on failure to update the id sequenceCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.