|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.unboundid.ldap.listener.InMemoryDirectoryServerSnapshot
@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class InMemoryDirectoryServerSnapshot
This class provides an opaque data structure which represents a point-in-time snapshot for an in-memory directory server instance. Note that this snapshot will reflect only data held in the server (including both user data and any changelog information, if that is enabled), but will not alter the settings of the server which are defined through configuration.
Method Summary | |
---|---|
java.util.Map<DN,ReadOnlyEntry> |
getEntryMap()
Retrieves an unmodifiable map of all entries defined in the server at the time the snapshot was created. |
long |
getFirstChangeNumber()
Retrieves the first change number for the server at the time the snapshot was created. |
long |
getLastChangeNumber()
Retrieves the last change number for the server at the time the snapshot was created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.util.Map<DN,ReadOnlyEntry> getEntryMap()
public long getFirstChangeNumber()
public long getLastChangeNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |