Interface VersionCleanerService

All Known Implementing Classes:
VersionCleanerServiceImpl

public interface VersionCleanerService

VersionCleanerService interface.

Author:
matthieu
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Constant MAX_PROCESSED_NODES=5
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    cleanVersions(int maxProcessedNdoes, String path)
    cleanVersions.
    void
    cleanVersionStore.
  • Field Details

    • MAX_PROCESSED_NODES

      static final int MAX_PROCESSED_NODES
      Constant MAX_PROCESSED_NODES=5
      See Also:
  • Method Details

    • cleanVersions

      boolean cleanVersions(int maxProcessedNdoes, String path)

      cleanVersions.

      Parameters:
      maxProcessedNdoes - a int
      path - a String object
      Returns:
      a boolean
    • cleanVersionStore

      void cleanVersionStore()

      cleanVersionStore.