| Package | Description |
|---|---|
| ddf.catalog |
Provides the classes for the Catalog Framework API and implementation.
|
| ddf.catalog.impl |
Provides the Catalog Framework reference implementation.
|
| ddf.catalog.impl.operations | |
| ddf.catalog.operation.impl |
Provides the classes for the Catalog Operation API and implementation.
|
| Modifier and Type | Method and Description |
|---|---|
SourceInfoResponse |
CatalogFramework.getSourceInfo(SourceInfoRequest sourceInfoRequest)
Returns information for each
Source that is endpoint-addressable in
CatalogFramework, including its own CatalogProvider, based
on the contents of the SourceInfoRequest. |
| Modifier and Type | Method and Description |
|---|---|
SourceInfoResponse |
CatalogFrameworkImpl.getSourceInfo(SourceInfoRequest sourceInfoRequest) |
| Modifier and Type | Method and Description |
|---|---|
SourceInfoResponse |
SourceOperations.getSourceInfo(SourceInfoRequest sourceInfoRequest,
boolean fanoutEnabled) |
| Modifier and Type | Class and Description |
|---|---|
class |
SourceInfoRequestEnterprise
The SourceInfoRequestEnterprise should be used to obtain
Source information about each
Source in the enterprise. |
class |
SourceInfoRequestLocal
The SourceInfoRequestLocal should be used to obtain local
Source information. |
class |
SourceInfoRequestSources
The SourceInfoRequestSources should be used to obtain
Source information about specific
sources identified by id. |
| Constructor and Description |
|---|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
Set<SourceDescriptor> sourceInfos)
Instantiates a new SourceInfoResponseImpl
|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
SourceDescriptor sourceInfo)
Instantiates a new SourceInfoResponseImpl
|
This work is licensed under a Creative Commons Attribution 4.0 International License.