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

Jean-Noel Rouvignac
17.08.2015 e73561d3b0db47696c578736a50489a454ad6f9c
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/spi/Storage.java
@@ -79,9 +79,12 @@
   */
  void write(WriteOperation writeOperation) throws Exception;
  /** {@inheritDoc} */
  @Override
  void close();
  /**
   * Returns a new writeable storage.
   *
   * @return a new writeable storage
   */
  WriteableStorage getWriteableStorage();
  /**
   * Remove all files for a backend of this storage.
@@ -123,4 +126,8 @@
   *           If backup and restore is not supported by this storage.
   */
  FilenameFilter getFilesToBackupFilter();
  /** {@inheritDoc} */
  @Override
  void close();
}