/// <summary> /// Initializes a new instance of the <see cref="AggregationStateSortedWFilter"/> class. /// </summary> /// <param name="spec">aggregation spec</param> public AggregationStateSortedWFilter(AggregationStateSortedSpec spec) : base(spec) { }
/// <summary>Ctor. </summary> /// <param name="spec">aggregation spec</param> public AggregationStateSortedImpl(AggregationStateSortedSpec spec) { Spec = spec; Sorted = new SortedDictionary <Object, Object>(spec.Comparator); }
public AggregationStateSortedJoin(AggregationStateSortedSpec spec) : base(spec) { Refs = new RefCountedSetAtomicInteger <EventBean>(); }