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

Jean-Noël Rouvignac
29.53.2015 caa38c1354824a2da50a8fbc8fc85ba1b0dfc7fe
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -111,10 +111,6 @@
   */
  boolean supportsBackupAndRestore();
  /** {@inheritDoc} */
  @Override
  void close();
  /**
   * Creates a backup for this storage.
   *
@@ -149,9 +145,12 @@
  void restoreBackup(RestoreConfig restoreConfig) throws DirectoryException;
  /**
   * TODO JNR.
   * Lists the trees that exist in this storage.
   *
   * @return TODO JNR
   * @return a set of {@link TreeName}s representing the trees that exist in this storage
   */
  Set<TreeName> listTrees();
  @Override
  void close();
}