public class RuleStats extends Object
| Constructor and Description |
|---|
RuleStats() |
| Modifier and Type | Method and Description |
|---|---|
long |
getFailures() |
long |
getHits() |
io.airlift.stats.TimeDistribution |
getTime() |
void |
record(long nanos,
boolean match) |
void |
recordFailure() |
Copyright © 2012–2019. All rights reserved.