public interface Availability
Modifier and Type | Method and Description |
---|---|
Map<String,SimplifiedIntervalList> |
getAllAvailableIntervals()
The availability of all columns.
|
default SimplifiedIntervalList |
getAvailableIntervals()
Fetch a
SimplifiedIntervalList representing the coalesced available intervals on this availability. |
default SimplifiedIntervalList |
getAvailableIntervals(DataSourceConstraint constraint)
Fetch a
SimplifiedIntervalList representing the coalesced available intervals on this availability as
filtered by the DataSourceConstraint . |
default SimplifiedIntervalList |
getAvailableIntervals(PhysicalDataSourceConstraint constraint)
Fetch a
SimplifiedIntervalList representing the coalesced available intervals on this availability as
filtered by the PhysicalDataSourceConstraint . |
Set<DataSourceName> |
getDataSourceNames()
The names of the data sources backing this availability.
|
default Set<DataSourceName> |
getDataSourceNames(DataSourceConstraint constraint)
The names of the data sources backing this availability as filtered by the constraint.
|
default Set<DataSourceName> |
getDataSourceNames(PhysicalDataSourceConstraint constraint)
The names of the data sources backing this availability as filtered by the constraint.
|
Set<DataSourceName> getDataSourceNames()
default Set<DataSourceName> getDataSourceNames(PhysicalDataSourceConstraint constraint)
constraint
- The constraint to filter data source names.default Set<DataSourceName> getDataSourceNames(DataSourceConstraint constraint)
constraint
- The constraint to filter data source names.Map<String,SimplifiedIntervalList> getAllAvailableIntervals()
default SimplifiedIntervalList getAvailableIntervals()
SimplifiedIntervalList
representing the coalesced available intervals on this availability.default SimplifiedIntervalList getAvailableIntervals(PhysicalDataSourceConstraint constraint)
SimplifiedIntervalList
representing the coalesced available intervals on this availability as
filtered by the PhysicalDataSourceConstraint
.default SimplifiedIntervalList getAvailableIntervals(DataSourceConstraint constraint)
SimplifiedIntervalList
representing the coalesced available intervals on this availability as
filtered by the DataSourceConstraint
.Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.