| Package | Description |
|---|---|
| ddf.catalog.operation |
Provides the classes for the Catalog Operation API and implementation.
|
| ddf.catalog.operation.impl |
Provides the classes for the Catalog Operation API and implementation.
|
| ddf.catalog.source.impl |
Provides implementation(s) for the Catalog Source API.
|
| ddf.catalog.util.impl |
Provides utility classes for the Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SourceDescriptor> |
SourceInfoResponse.getSourceInfo()
Gets the source(s) information.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<SourceDescriptor> |
SourceInfoResponseImpl.sourceInfos |
| Modifier and Type | Method and Description |
|---|---|
Set<SourceDescriptor> |
SourceInfoResponseImpl.getSourceInfo() |
| Constructor and Description |
|---|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
SourceDescriptor sourceInfo)
Instantiates a new SourceInfoResponseImpl
|
| Constructor and Description |
|---|
SourceInfoResponseImpl(SourceInfoRequest request,
Map<String,Serializable> properties,
Set<SourceDescriptor> sourceInfos)
Instantiates a new SourceInfoResponseImpl
|
| Modifier and Type | Class and Description |
|---|---|
class |
SourceDescriptorImpl
The Class SourceDescriptorImpl is the default representation of a
SourceDescriptor. |
| Modifier and Type | Method and Description |
|---|---|
int |
SourceDescriptorComparator.compare(SourceDescriptor one,
SourceDescriptor two)
Uses the
String#compareTo method on the lower-cased sourceId fields to sort |
This work is licensed under a Creative Commons Attribution 4.0 International License.