Class JournalProp
-
- All Implemented Interfaces:
@ConfigurationProperties(value = JournalProp.Key) public class JournalProp
- Since:
2024-07-05
trydofor
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringKeypublic Propagationpropagationpublic final static StringKey$propagationpublic intalivepublic final static StringKey$alive
-
Constructor Summary
Constructors Constructor Description JournalProp()
-
Method Summary
Modifier and Type Method Description PropagationgetPropagation()transaction to create new Journal voidsetPropagation(Propagation propagation)transaction to create new Journal intgetAlive()create new journal if the existing is older than alive, * negative - use the old * zero - new one every time * positive - new one if oldervoidsetAlive(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 olderbooleanequals(@Nullable() Object o)inthashCode()StringtoString()-
-
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
-
hashCode
int hashCode()
-
-
-
-