Package | Description |
---|---|
com.yahoo.bard.webservice.metadata |
Modifier and Type | Method and Description |
---|---|
Set<SortedMap<org.joda.time.DateTime,Map<String,SegmentInfo>>> |
DataSourceMetadataService.getSegments(Set<DataSourceName> dataSourceNames)
Get all the segments associated with the given Set of data source names.
|
protected static ConcurrentSkipListMap<org.joda.time.DateTime,Map<String,SegmentInfo>> |
DataSourceMetadataService.groupSegmentByTime(DataSourceMetadata metadata)
Group segment metadata by date time.
|
protected static Collector<SegmentInfo,?,Map<String,SegmentInfo>> |
DataSourceMetadataService.partitionsToMapCollector()
A collector to aggregate all partitions of a segment into a map.
|
protected static Collector<SegmentInfo,?,Map<String,SegmentInfo>> |
DataSourceMetadataService.partitionsToMapCollector()
A collector to aggregate all partitions of a segment into a map.
|
Modifier and Type | Method and Description |
---|---|
Optional<Long> |
SegmentIntervalsHashIdGenerator.getSegmentHash(Stream<SortedMap<org.joda.time.DateTime,Map<String,SegmentInfo>>> requestedSegments)
Given a set of requested segments, calculate a hash to represent the segment set Id.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.