143144145146147148149
return Collections.<Value>singletonList(new NumberValue(concurrentUsers)); } @Override protected ConcurrentUserAggregationDiscriminator createGroupedDiscriminatorInstance(AggregatedGroupMapping groupMapping) { return new ConcurrentUserAggregationDiscriminatorImpl(groupMapping); }