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

neil_a_wilson
09.54.2006 6d1adc785e87fcf45219afc07cc435c6e9570b95
opendj-sdk/opends/src/server/org/opends/server/backends/task/TaskBackend.java
@@ -421,6 +421,23 @@
  /**
   * {@inheritDoc}
   */
  public long getEntryCount()
  {
    assert debugEnter(CLASS_NAME, "getEntryCount");
    if (taskScheduler != null)
    {
      return taskScheduler.getEntryCount();
    }
    return -1;
  }
  /**
   * Indicates whether the data associated with this backend may be considered
   * local (i.e., in a repository managed by the Directory Server) rather than
   * remote (i.e., in an external repository accessed by the Directory Server