Package net.thevpc.naru.api.scheduler
Class AllRetentionPolicy
java.lang.Object
net.thevpc.naru.api.scheduler.AllRetentionPolicy
- All Implemented Interfaces:
NaruRetentionPolicy,net.thevpc.nuts.elem.NToElement
Composite — drop when ALL policies agree.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongnextCheckMillis(NaruEvent event) booleanshouldDrop(NaruEvent event) net.thevpc.nuts.elem.NElementtoString()
-
Constructor Details
-
AllRetentionPolicy
-
-
Method Details
-
shouldDrop
- Specified by:
shouldDropin interfaceNaruRetentionPolicy
-
nextCheckMillis
- Specified by:
nextCheckMillisin interfaceNaruRetentionPolicy
-
toElement
public net.thevpc.nuts.elem.NElement toElement()- Specified by:
toElementin interfacenet.thevpc.nuts.elem.NToElement
-
toString
-