| Package | Description |
|---|---|
| org.hawkular.inventory.api | |
| org.hawkular.inventory.api.feeds |
| Modifier and Type | Method and Description |
|---|---|
FeedIdStrategy |
Configuration.getFeedIdStrategy() |
| Modifier and Type | Method and Description |
|---|---|
Configuration.Builder |
Configuration.Builder.withFeedIdStrategy(FeedIdStrategy strategy) |
| Constructor and Description |
|---|
Configuration(FeedIdStrategy feedIdStrategy,
ResultFilter resultFilter,
Map<String,String> implementationConfiguration) |
| Modifier and Type | Class and Description |
|---|---|
class |
AcceptWithFallbackFeedIdStrategy
An ID strategy that by default accepts the proposed ID supplied by the caller.
|
class |
RandomUUIDFeedIdStrategy
A simple ID strategy that will return a random UUID.
|
| Constructor and Description |
|---|
AcceptWithFallbackFeedIdStrategy(FeedIdStrategy fallback) |
Copyright © 2015 Red Hat, Inc.. All rights reserved.