Interface IPersistable

All Known Implementing Classes:
BackupDirectory, RollingBackupDirectory

public interface IPersistable
Interface called by DelayedPersist to physically persist
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    physically persist the whatever stuff
  • Method Details

    • persist

      boolean persist()
      physically persist the whatever stuff
      Returns:
      true if persist was successful