public class ConditionalUnweightedSampleCollectorBase<K,V,S extends ResultTaggable & UnweightedSampleCollector<V>> extends ConditionalSampleCollectorBase<K,S> implements ConditionalUnweightedSampleCollector<K,V>
ConditionalSampleCollectorBase.StatisticCreator<S extends ResultTaggable>, ConditionalSampleCollectorBase.StatisticTagger<K,S extends ResultTaggable>, ConditionalSampleCollectorBase.ToIndexMapper<K>
TO_STRING_TAGGER
Constructor and Description |
---|
ConditionalUnweightedSampleCollectorBase(SimNode ownNode,
java.lang.Class<K> keyClass,
ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator,
BucketUtility bucketUtility) |
ConditionalUnweightedSampleCollectorBase(SimNode ownNode,
java.lang.Class<K> keyClass,
ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator,
int numBuckets) |
ConditionalUnweightedSampleCollectorBase(SimNode ownNode,
java.lang.Class<K> keyClass,
ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator,
java.lang.Iterable<? extends K> keys,
ConditionalSampleCollectorBase.StatisticTagger<? super K,? super S> tagger) |
Modifier and Type | Method and Description |
---|---|
void |
update(K key,
V sample) |
getStatistic, registerKey
public ConditionalUnweightedSampleCollectorBase(SimNode ownNode, java.lang.Class<K> keyClass, ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator, BucketUtility bucketUtility)
public ConditionalUnweightedSampleCollectorBase(SimNode ownNode, java.lang.Class<K> keyClass, ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator, int numBuckets)
public ConditionalUnweightedSampleCollectorBase(SimNode ownNode, java.lang.Class<K> keyClass, ConditionalSampleCollectorBase.StatisticCreator<? extends S> statCreator, java.lang.Iterable<? extends K> keys, ConditionalSampleCollectorBase.StatisticTagger<? super K,? super S> tagger)