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

neil_a_wilson
09.54.2006 6d1adc785e87fcf45219afc07cc435c6e9570b95
opendj-sdk/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");