|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionMergeStrategy | |
|---|---|
| net.shibboleth.metadata | Base classes for dealing with collections of metadata (whatever metadata might mean to you). |
| net.shibboleth.metadata.pipeline | A set of classes for constructing generic data processing pipelines. |
| Uses of CollectionMergeStrategy in net.shibboleth.metadata |
|---|
| Classes in net.shibboleth.metadata that implement CollectionMergeStrategy | |
|---|---|
class |
DeduplicatingItemIdMergeStrategy
A merge strategy that adds source items to the target collection if none of the Items in the target collection have the same ItemId as source item. |
class |
SimpleCollectionMergeStrategy
A CollectionMergeStrategy that adds the Item from each source, in order, by means of the
Collection.addAll(Collection) method on the target. |
| Uses of CollectionMergeStrategy in net.shibboleth.metadata.pipeline |
|---|
| Fields in net.shibboleth.metadata.pipeline declared as CollectionMergeStrategy | |
|---|---|
private CollectionMergeStrategy |
SplitMergeStage.mergeStrategy
Strategy used to merge all the joined pipeline results in to the final Item collection. |
private CollectionMergeStrategy |
PipelineMergeStage.mergeStrategy
Strategy used to merge all the joined pipeline results in to the final Item collection. |
| Methods in net.shibboleth.metadata.pipeline that return CollectionMergeStrategy | |
|---|---|
CollectionMergeStrategy |
SplitMergeStage.getCollectionMergeStrategy()
Gets the strategy used to merge all the joined pipeline results in to the final Item collection. |
CollectionMergeStrategy |
PipelineMergeStage.getCollectionMergeStrategy()
Gets the strategy used to merge all the joined pipeline results in to the final Item collection. |
| Methods in net.shibboleth.metadata.pipeline with parameters of type CollectionMergeStrategy | |
|---|---|
void |
SplitMergeStage.setCollectionMergeStrategy(CollectionMergeStrategy strategy)
Sets the strategy used to merge all the joined pipeline results in to the final Item collection. |
void |
PipelineMergeStage.setCollectionMergeStrategy(CollectionMergeStrategy strategy)
Sets the strategy used to merge all the joined pipeline results in to the final Item collection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||