public class AlphaNumericTopNMetricSpec extends LexicographicTopNMetricSpec
| Modifier and Type | Field and Description | 
|---|---|
protected static Comparator<String> | 
comparator  | 
| Constructor and Description | 
|---|
AlphaNumericTopNMetricSpec(String previousStop)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> TopNMetricSpecBuilder<T> | 
configureOptimizer(TopNMetricSpecBuilder<T> builder)  | 
byte[] | 
getCacheKey()
Get a byte array used as a cache key. 
 | 
Comparator | 
getComparator(List<AggregatorFactory> aggregatorSpecs,
             List<PostAggregator> postAggregatorSpecs)  | 
String | 
toString()  | 
canBeOptimizedUnordered, equals, getMetricName, getPreviousStop, getResultBuilder, hashCode, initTopNAlgorithmSelector, verifyPreconditionsprotected static Comparator<String> comparator
public AlphaNumericTopNMetricSpec(String previousStop)
public Comparator getComparator(List<AggregatorFactory> aggregatorSpecs, List<PostAggregator> postAggregatorSpecs)
getComparator in interface TopNMetricSpecgetComparator in class LexicographicTopNMetricSpecpublic byte[] getCacheKey()
CacheablegetCacheKey in interface CacheablegetCacheKey in class LexicographicTopNMetricSpecpublic <T> TopNMetricSpecBuilder<T> configureOptimizer(TopNMetricSpecBuilder<T> builder)
configureOptimizer in interface TopNMetricSpecconfigureOptimizer in class LexicographicTopNMetricSpecpublic String toString()
toString in class LexicographicTopNMetricSpecCopyright © 2011–2018. All rights reserved.