Class JournalProp

  • All Implemented Interfaces:

    @ConfigurationProperties(value = JournalProp.Key) 
    public class JournalProp
    
                        
    Since:

    2024-07-05

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      JournalProp()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Propagation getPropagation() transaction to create new Journal
      void setPropagation(Propagation propagation) transaction to create new Journal
      int getAlive()
      create new journal if the existing is older than alive,
      * negative - use the old
      * zero - new one every time
      * positive - new one if older
      
      void setAlive(int alive)
      create new journal if the existing is older than alive,
      * negative - use the old
      * zero - new one every time
      * positive - new one if older
      
      boolean equals(@Nullable() Object o)
      int hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JournalProp

        JournalProp()
    • Method Detail

      • getPropagation

         Propagation getPropagation()

        transaction to create new Journal

      • setPropagation

         void setPropagation(Propagation propagation)

        transaction to create new Journal

      • getAlive

         int getAlive()
        create new journal if the existing is older than alive,
        * negative - use the old
        * zero - new one every time
        * positive - new one if older
        
      • setAlive

         void setAlive(int alive)
        create new journal if the existing is older than alive,
        * negative - use the old
        * zero - new one every time
        * positive - new one if older