Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The ComparableMin type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ComparableMin | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Aggregate |
Process a set of IInvocableCacheEntry objects
in order to produce an aggregated result.
(Inherited from AbstractAggregator.) | |
| AggregateResults |
Aggregate the results of the parallel aggregations.
(Inherited from AbstractAggregator.) | |
| Equals |
Compares this object with another object for equality.
(Inherited from AbstractAggregator.) | |
Allows an (Inherited from | ||
| FinalizeResult |
Obtain the result of the aggregation.
(Inherited from AbstractComparableAggregator.) | |
| GetHashCode |
Returns a hash code value for this object.
(Inherited from AbstractAggregator.) | |
Gets the (Inherited from | ||
| Init |
Initialize the aggregation result.
(Inherited from AbstractComparableAggregator.) | |
Creates a shallow copy of the current (Inherited from | ||
| Process |
Incorporate one aggregatable value into the result.
(Overrides AbstractAggregator..::.Process(Object, Boolean).) | |
| ReadExternal |
Restore the contents of a user type instance by reading its state
using the specified IPofReader object.
(Inherited from AbstractComparableAggregator.) | |
| ToString |
Provide a human-readable representation of this object.
(Inherited from AbstractAggregator.) | |
| WriteExternal |
Save the contents of a POF user type instance by writing its
state using the specified IPofWriter object.
(Inherited from AbstractComparableAggregator.) |
Fields
| Name | Description | |
|---|---|---|
| m_comparer |
The comparer to use for comparing extracted values.
(Inherited from AbstractComparableAggregator.) | |
| m_count |
The count of processed entries.
(Inherited from AbstractComparableAggregator.) | |
| m_isParallel |
Set to true if this aggregator realizes that it is going to be
used in parallel.
(Inherited from AbstractAggregator.) | |
| m_result |
The running result value.
(Inherited from AbstractComparableAggregator.) |
Properties
| Name | Description | |
|---|---|---|
| Extractor |
Determine the IValueExtractor whose values this
aggregator is aggregating.
(Inherited from AbstractAggregator.) | |
| ParallelAggregator |
Get an aggregator that can take the place of this aggregator in
situations in which the IInvocableCache can
aggregate in parallel.
(Inherited from AbstractAggregator.) |