Uses of Class
org.apache.logging.log4j.core.helpers.KeyValuePair

Packages that use KeyValuePair
org.apache.logging.log4j.core.appender.rewrite Apache Flume Appender. 
org.apache.logging.log4j.core.filter Log4j 2.0 Filter support. 
org.apache.logging.log4j.core.helpers Log4j 2.0 helper classes. 
 

Uses of KeyValuePair in org.apache.logging.log4j.core.appender.rewrite
 

Methods in org.apache.logging.log4j.core.appender.rewrite with parameters of type KeyValuePair
static MapRewritePolicy MapRewritePolicy.createPolicy(String mode, KeyValuePair[] pairs)
          The factory method to create the MapRewritePolicy.
 

Uses of KeyValuePair in org.apache.logging.log4j.core.filter
 

Methods in org.apache.logging.log4j.core.filter with parameters of type KeyValuePair
static ThreadContextMapFilter ThreadContextMapFilter.createFilter(KeyValuePair[] pairs, String oper, String match, String mismatch)
           
static StructuredDataFilter StructuredDataFilter.createFilter(KeyValuePair[] pairs, String oper, String match, String mismatch)
          Create the StructuredDataFilter.
static MapFilter MapFilter.createFilter(KeyValuePair[] pairs, String oper, String match, String mismatch)
           
 

Uses of KeyValuePair in org.apache.logging.log4j.core.helpers
 

Methods in org.apache.logging.log4j.core.helpers that return KeyValuePair
static KeyValuePair KeyValuePair.createPair(String key, String value)
          Create a Key/Value pair.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.