|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opends.server.backends.jeb.IndexMod
public class IndexMod
A modification to an attribute index, to either insert an entry ID or delete an entry ID, for a given key.
Constructor Summary | |
---|---|
IndexMod(byte[] key,
EntryID value,
boolean isDelete)
Create a new index modification. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexMod(byte[] key, EntryID value, boolean isDelete)
key
- The index key to be modified.value
- The entry ID to be inserted or deleted.isDelete
- Indicates whether the entry ID should be inserted or
deleted.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |