Uses of Class
org.apache.logging.log4j.core.appender.rewrite.MapRewritePolicy.Mode
-
Packages that use MapRewritePolicy.Mode Package Description org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender. -
-
Uses of MapRewritePolicy.Mode in org.apache.logging.log4j.core.appender.rewrite
Methods in org.apache.logging.log4j.core.appender.rewrite that return MapRewritePolicy.Mode Modifier and Type Method Description static MapRewritePolicy.Mode
MapRewritePolicy.Mode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MapRewritePolicy.Mode[]
MapRewritePolicy.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-