| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 1999–2016. All rights reserved.