Uses of Class
ddf.catalog.federation.FederationException
Packages that use FederationException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides the classes for the Catalog Federation API and implementation.
-
Uses of FederationException in ddf.catalog
Methods in ddf.catalog that throw FederationExceptionModifier and TypeMethodDescriptionCatalogFramework.query(QueryRequest query) Evaluates aQueryRequestusing the defaultFederationStrategyCatalogFramework.query(QueryRequest queryRequest, FederationStrategy strategy) Evaluates and executes aQueryRequestusing theFederationStrategyprovided. -
Uses of FederationException in ddf.catalog.federation
Methods in ddf.catalog.federation that throw FederationExceptionModifier and TypeMethodDescriptionFederationStrategy.federate(List<Source> sources, QueryRequest query) Federate the given query to theListofSources, returning aQueryResponseback to the user that will include the matchingResults.