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

boli
12.43.2008 415e28f088bb1f9e4800c74539d401548012eedd
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/VLVIndex.java
@@ -241,12 +241,6 @@
      setTrusted(null, true);
    }
    // Issue warning if this vlvIndex is not trusted
    if(!trusted)
    {
      logError(NOTE_JEB_INDEX_ADD_REQUIRES_REBUILD.get(name));
    }
    this.count = new AtomicInteger(0);
    this.config.addChangeListener(this);
  }
@@ -1512,6 +1506,15 @@
  }
  /**
   * Return true iff this index is trusted.
   * @return the trusted state of this index
   */
  public boolean isTrusted()
  {
    return trusted;
  }
  /**
   * Set the rebuild status of this vlvIndex.
   * @param rebuildRunning True if a rebuild process on this vlvIndex
   *                       is running or False otherwise.