public class MavibotMasterTable extends MavibotTable<String,org.apache.directory.api.ldap.model.entry.Entry> implements MasterTable
recordManallowsDuplicates, commitNumber, count, keyComparator, name, schemaManager, valueComparatorDBF, SEQPROP_KEY| Constructor and Description |
|---|
MavibotMasterTable(org.apache.directory.mavibot.btree.RecordManager recordMan,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
String name) |
MavibotMasterTable(org.apache.directory.mavibot.btree.RecordManager recordMan,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
String name,
int cacheSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the underlying Db of this Table.
|
String |
getNextId(org.apache.directory.api.ldap.model.entry.Entry entry)
Gets the next value from the sequence of this MasterTable.
|
count, cursor, cursor, get, getBTree, getDupsContainer, greaterThanCount, has, has, hasGreaterOrEqual, hasGreaterOrEqual, hasLessOrEqual, hasLessOrEqual, isDupsEnabled, lessThanCount, put, remove, remove, sync, toString, valueCursorcount, getKeyComparator, getName, getValueComparatorclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcount, count, cursor, cursor, get, getKeyComparator, getName, getValueComparator, greaterThanCount, has, has, hasGreaterOrEqual, hasGreaterOrEqual, hasLessOrEqual, hasLessOrEqual, isDupsEnabled, lessThanCount, put, remove, remove, valueCursorpublic MavibotMasterTable(org.apache.directory.mavibot.btree.RecordManager recordMan,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
String name,
int cacheSize)
throws IOException
IOExceptionpublic MavibotMasterTable(org.apache.directory.mavibot.btree.RecordManager recordMan,
org.apache.directory.api.ldap.model.schema.SchemaManager schemaManager,
String name)
throws IOException
IOExceptionpublic String getNextId(org.apache.directory.api.ldap.model.entry.Entry entry) throws Exception
MasterTablegetNextId in interface MasterTableentry - the entry in case the id is derived from the entry.Exception - on failure to update the id sequencepublic void close()
throws Exception
MavibotTableCopyright © 2021. All rights reserved.