Uses of Class
ddf.catalog.source.SourceUnavailableException
Packages that use SourceUnavailableException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
-
Uses of SourceUnavailableException in ddf.catalog
Methods in ddf.catalog that throw SourceUnavailableExceptionModifier and TypeMethodDescriptionCatalogFramework.create(CreateStorageRequest createRequest) This code is experimental.CatalogFramework.create(CreateRequest createRequest) CreatesMetacards in theCatalogProvider.CatalogFramework.delete(DeleteRequest deleteRequest) CatalogFramework.getSourceInfo(SourceInfoRequest sourceInfoRequest) Returns information for eachSourcethat is endpoint-addressable inCatalogFramework, including its ownCatalogProvider, based on the contents of theSourceInfoRequest.CatalogFramework.query(QueryRequest query) Evaluates aQueryRequestusing the defaultFederationStrategyCatalogFramework.query(QueryRequest queryRequest, FederationStrategy strategy) Evaluates and executes aQueryRequestusing theFederationStrategyprovided.CatalogFramework.update(UpdateStorageRequest updateRequest) This code is experimental.CatalogFramework.update(UpdateRequest updateRequest) Updates a list of Metacards.