Uses of Class
org.apache.logging.log4j.core.appender.rolling.action.Duration
-
Packages that use Duration Package Description org.apache.logging.log4j.core.appender.rolling.action org.apache.logging.log4j.core.config.plugins.convert -
-
Uses of Duration in org.apache.logging.log4j.core.appender.rolling.action
Fields in org.apache.logging.log4j.core.appender.rolling.action declared as Duration Modifier and Type Field Description private DurationIfLastModified.Builder. agestatic DurationDuration. ZERODeprecated.Constant for a duration of zero.Methods in org.apache.logging.log4j.core.appender.rolling.action that return Duration Modifier and Type Method Description private static DurationDuration. create(long seconds)Deprecated.Obtains an instance ofDurationusing seconds.private static DurationDuration. create(long daysAsSecs, long hoursAsSecs, long minsAsSecs, long secs)Deprecated.DurationIfLastModified. getAge()Deprecated.since 2.24.0.static DurationDuration. ofMillis(long millis)Deprecated.static DurationDuration. parse(java.lang.CharSequence text)Deprecated.Obtains aDurationfrom a text string such asPnDTnHnMnS.Methods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type Duration Modifier and Type Method Description intDuration. compareTo(Duration other)Deprecated.static IfLastModifiedIfLastModified. createAgeCondition(Duration age, PathCondition... pathConditions)Deprecated.since 2.24.0 useIfLastModified.newBuilder()instead. -
Uses of Duration in org.apache.logging.log4j.core.config.plugins.convert
Methods in org.apache.logging.log4j.core.config.plugins.convert that return Duration Modifier and Type Method Description DurationTypeConverters.DurationConverter. convert(java.lang.String s)Deprecated.
-