Package | Description |
---|---|
cz.cuni.mff.odcleanstore.conflictresolution |
The Conflict Resolution component (public interface).
|
Modifier and Type | Field and Description |
---|---|
static EnumAggregationErrorStrategy |
AggregationSpec.IMPLICIT_ERROR_STRATEGY
The default aggregation error strategy used when no value (or null) is set by
AggregationSpec.setErrorStrategy(EnumAggregationErrorStrategy) . |
Modifier and Type | Method and Description |
---|---|
EnumAggregationErrorStrategy |
AggregationSpec.getEffectiveErrorStrategy()
Returns the effective aggregation error strategy, i.e.
|
EnumAggregationErrorStrategy |
AggregationSpec.getErrorStrategy()
Return aggregation error strategy.
|
static EnumAggregationErrorStrategy |
EnumAggregationErrorStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumAggregationErrorStrategy[] |
EnumAggregationErrorStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AggregationSpec.setErrorStrategy(EnumAggregationErrorStrategy errorStrategy)
Set aggregation error strategy.
|
Constructor and Description |
---|
AggregationSpec(EnumAggregationType defaultAggregation,
Map<String,EnumAggregationType> propertyAggregations,
EnumAggregationErrorStrategy errorStrategy,
Boolean defaultMultivalue,
Map<String,Boolean> propertyMultivalue)
Create instance with all settings specified by parameters.
|
Copyright © 2013. All Rights Reserved.