Class TopNAggregator.ExtractingConverter
A value-extracting converter.
Implements
Inherited Members
Namespace: Tangosol.Util.Aggregator
Assembly: Coherence.dll
Syntax
protected class TopNAggregator.ExtractingConverter : IConverter
Constructors
ExtractingConverter(IValueExtractor)
Create a new ExtractingConverter.
Declaration
public ExtractingConverter(IValueExtractor extractor)
Parameters
Type | Name | Description |
---|---|---|
IValueExtractor | extractor | The value extractor. |
Methods
Convert(object)
Convert the passed object to another object.
Declaration
public object Convert(object o)
Parameters
Type | Name | Description |
---|---|---|
object | o | Object to be converted. |
Returns
Type | Description |
---|---|
object | The new, converted object. |