mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
09.54.2006 06e8f819bcda0d7162d662af94c6ade794e1cfe6
opends/src/server/org/opends/server/backends/MemoryBackend.java
@@ -254,6 +254,23 @@
  /**
   * {@inheritDoc}
   */
  public synchronized long getEntryCount()
  {
    assert debugEnter(CLASS_NAME, "getEntryCount");
    if (entryMap != null)
    {
      return entryMap.size();
    }
    return -1;
  }
  /**
   * {@inheritDoc}
   */
  public boolean isLocal()
  {
    assert debugEnter(CLASS_NAME, "isLocal");