Uses of Interface
org.apache.logging.log4j.core.util.internal.instant.InstantPatternFormatter
-
Packages that use InstantPatternFormatter Package Description org.apache.logging.log4j.core.util.internal.instant -
-
Uses of InstantPatternFormatter in org.apache.logging.log4j.core.util.internal.instant
Classes in org.apache.logging.log4j.core.util.internal.instant that implement InstantPatternFormatter Modifier and Type Class Description (package private) classInstantPatternDynamicFormatterAnInstantPatternFormatterthat usesDateTimeFormatterunder the hood.private static classInstantPatternDynamicFormatter.AbstractFormatter(package private) classInstantPatternLegacyFormatter(package private) classInstantPatternThreadLocalCachedFormatterAnInstantFormatterwrapper caching the last formatted output in aThreadLocaland trying to reuse it.Fields in org.apache.logging.log4j.core.util.internal.instant declared as InstantPatternFormatter Modifier and Type Field Description private InstantPatternFormatterInstantPatternDynamicFormatter.TimestampedFormatter. formatterprivate InstantPatternFormatterInstantPatternThreadLocalCachedFormatter. formatterMethods in org.apache.logging.log4j.core.util.internal.instant that return InstantPatternFormatter Modifier and Type Method Description InstantPatternFormatterInstantPatternFormatter.Builder. build()private static InstantPatternFormatterInstantPatternDynamicFormatter. createFormatter(java.lang.String pattern, java.util.Locale locale, java.util.TimeZone timeZone, java.time.temporal.ChronoUnit precisionThreshold, Instant creationInstant)(package private) InstantPatternFormatterInstantPatternDynamicFormatter.DynamicPatternSequence. createFormatter(java.util.Locale locale, java.util.TimeZone timeZone)(package private) abstract InstantPatternFormatterInstantPatternDynamicFormatter.PatternSequence. createFormatter(java.util.Locale locale, java.util.TimeZone timeZone)(package private) InstantPatternFormatterInstantPatternDynamicFormatter.SecondPatternSequence. createFormatter(java.util.Locale locale, java.util.TimeZone timeZone)(package private) InstantPatternFormatterInstantPatternDynamicFormatter.StaticPatternSequence. createFormatter(java.util.Locale locale, java.util.TimeZone timeZone)private static InstantPatternFormatterInstantPatternFormatter.Builder. createLiteralFormatter(java.lang.String literal, java.util.Locale locale, java.util.TimeZone timeZone)private InstantPatternFormatterInstantPatternDynamicFormatter. getEffectiveFormatter(Instant instant)Methods in org.apache.logging.log4j.core.util.internal.instant with parameters of type InstantPatternFormatter Modifier and Type Method Description (package private) static InstantPatternThreadLocalCachedFormatterInstantPatternThreadLocalCachedFormatter. ofMilliPrecision(InstantPatternFormatter formatter)(package private) static InstantPatternThreadLocalCachedFormatterInstantPatternThreadLocalCachedFormatter. ofSecondPrecision(InstantPatternFormatter formatter)Constructors in org.apache.logging.log4j.core.util.internal.instant with parameters of type InstantPatternFormatter Constructor Description InstantPatternThreadLocalCachedFormatter(InstantPatternFormatter formatter, java.util.function.Function<Instant,java.lang.Long> epochInstantExtractor, java.time.temporal.ChronoUnit precision)TimestampedFormatter(long instantEpochMinutes, InstantPatternFormatter formatter)
-