@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class InMemoryDirectoryServerSnapshot extends java.lang.Object implements java.io.Serializable
Modifier and Type | Method and Description |
---|---|
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.
|
@NotNull public java.util.Map<DN,ReadOnlyEntry> getEntryMap()
public long getFirstChangeNumber()
public long getLastChangeNumber()