Oracle Coherence for C++ API
Release 3.6.0.0

E15728-01

ComparableMax Class Reference

#include <coherence/util/aggregator/ComparableMax.hpp>

Inherits AbstractComparableAggregator.

List of all members.


Detailed Description

Calculates a maximum among values extracted from a set of entries in a Map.

This aggregator is most commonly used with objects that implement Comparable such as String; a Comparator can also be supplied to perform the comparisons.

Author:
djl/pp 2008.05.12

Public Types

typedef spec::Handle Handle
 ComparableMax Handle definition.
typedef spec::View View
 ComparableMax View definition.
typedef spec::Holder Holder
 ComparableMax Holder definition.

Protected Member Functions

 ComparableMax ()
 Default constructor (necessary for the PortableObject interface).
 ComparableMax (ValueExtractor::View vExtractor, Comparator::View vComparator=NULL)
 Construct a ComparableMax aggregator.
virtual void process (Object::View v, bool fFinal)
 Incorporate one aggregatable value into the result.

If the fFinal parameter is true, the given object is a partial result (returned by an individual parallel aggregator) that should be incorporated into the final result; otherwise, the object is a value extracted from an coherence::util::InvocableMap::Entry.

Parameters:
vO the value to incorporate into the aggregated result
fFinal true to indicate that the given object is a partial result returned by a parallel aggregator


Constructor & Destructor Documentation

ComparableMax ( ValueExtractor::View  vExtractor,
Comparator::View  vComparator = NULL 
) [protected]

Construct a ComparableMax aggregator.

Parameters:
vExtractor the extractor that provides an object to be compared
vComparator the comparator used to compare the extracted object, if NULL then the extracted object must implement Comparable


The documentation for this class was generated from the following file:
Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.