Package | Description |
---|---|
ddf.catalog |
Provides the classes for the Catalog Framework API and implementation.
|
ddf.catalog.cache.solr.impl | |
ddf.catalog.federation.base | |
ddf.catalog.federation.impl | |
ddf.catalog.impl |
Provides the Catalog Framework reference implementation.
|
ddf.catalog.impl.operations | |
org.codice.ddf.opensearch.query |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
CatalogFramework.query(QueryRequest queryRequest,
FederationStrategy strategy)
Evaluates and executes a
QueryRequest using the FederationStrategy provided. |
Modifier and Type | Class and Description |
---|---|
class |
CachingFederationStrategy
This class represents a
FederationStrategy based on sorting Metacard s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFederationStrategy
This class serves as a base implementation of the
FederationStrategy interface. |
Modifier and Type | Class and Description |
---|---|
class |
FifoFederationStrategy
Deprecated.
This federation strategy has been left for historical purposes. Refer to the
CachingFederationStrategy provided by the catalog-core-standardframework bundle. |
class |
SortedFederationStrategy
Deprecated.
This federation strategy has been left for historical purposes. Refer to the
CachingFederationStrategy provided by the catalog-core-standardframework bundle. |
Modifier and Type | Method and Description |
---|---|
FederationStrategy |
FrameworkProperties.getFederationStrategy() |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
CatalogFrameworkImpl.query(QueryRequest queryRequest,
FederationStrategy strategy) |
void |
FrameworkProperties.setFederationStrategy(FederationStrategy federationStrategy) |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryOperations.query(QueryRequest queryRequest,
FederationStrategy strategy,
boolean fanoutEnabled) |
Modifier and Type | Method and Description |
---|---|
FederationStrategy |
OpenSearchQuery.getStrategy() |
This work is licensed under a Creative Commons Attribution 4.0 International License.