Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.conflictresolution |
The Conflict Resolution component (public interface).
|
cz.cuni.mff.odcleanstore.conflictresolution.aggregation |
Implementations of various aggregation methods for conflict resolution.
|
cz.cuni.mff.odcleanstore.conflictresolution.impl |
The Conflict Resolution component - implementation.
|
Modifier and Type | Method and Description |
---|---|
ConflictResolutionConfig |
Config.getConflictResolutionGroup()
Returns CR configuration.
|
static ConflictResolutionConfig |
ConflictResolutionConfig.load(Properties properties)
Extracts Conflict-Resolution configuration values from the given Properties instance.
|
Constructor and Description |
---|
ConflictResolverFactory(String resultGraphPrefix,
ConflictResolutionConfig globalConfig)
Creates a new instance with the given settings passed to newly created ConflictResolver instances.
|
ConflictResolverFactory(String resultGraphPrefix,
ConflictResolutionConfig globalConfig,
AggregationSpec defaultAggregationSpec)
Creates a new instance with the given settings passed to newly created ConflictResolver instances.
|
Constructor and Description |
---|
AggregationMethodFactory(AggregationSpec aggregationSpec,
String resultGraphPrefix,
ConflictResolutionConfig globalConfig)
Creates a new factory with the given settings for creating new aggregations.
|
Constructor and Description |
---|
ConflictResolverImpl(ConflictResolverSpec crSpec,
ConflictResolutionConfig globalConfig)
Creates a new instance of conflict resolver for settings passed in crSpec.
|
Copyright © 2013. All Rights Reserved.