public static class BurstFilter.Builder extends Object implements Builder<BurstFilter>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BurstFilter |
build()
Builds the plugin object after all configuration has been set.
|
BurstFilter.Builder |
setLevel(org.apache.logging.log4j.Level level)
Sets the logging level to use.
|
BurstFilter.Builder |
setMaxBurst(long maxBurst)
Sets the maximum number of events that can occur before events are filtered for exceeding the average rate.
|
BurstFilter.Builder |
setOnMatch(Filter.Result onMatch)
Sets the Result to return when the filter matches.
|
BurstFilter.Builder |
setOnMismatch(Filter.Result onMismatch)
Sets the Result to return when the filter does not match.
|
BurstFilter.Builder |
setRate(float rate)
Sets the average number of events per second to allow.
|
public Builder()
public BurstFilter.Builder setLevel(org.apache.logging.log4j.Level level)
public BurstFilter.Builder setRate(float rate)
public BurstFilter.Builder setMaxBurst(long maxBurst)
public BurstFilter.Builder setOnMatch(Filter.Result onMatch)
public BurstFilter.Builder setOnMismatch(Filter.Result onMismatch)
public BurstFilter build()
Builder
build
in interface Builder<BurstFilter>
Copyright © 1999-2021 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.