Interface | Description |
---|---|
Granularity |
A granularity describes a way of dividing up or organizing time.
|
GranularityParser |
A GranularityParser produces granularities from names and time zones.
|
TimeGrain |
TimeGrain represents a strategy for Granularities to map time into monotonic increasing time buckets.
|
ZonelessTimeGrain |
An interface to support classes which implement a Time Grain without Zone information.
|
Class | Description |
---|---|
AllGranularity |
All granularity buckets any number and length of intervals into a single bucket.
|
GranularityDictionary |
Map of Granularity name to Granularity.
|
StandardGranularityParser |
StandardGranularityParser implements a time grain dictionary, as well as factory methods to dynamically build zoned
time grains.
|
ZonedTimeGrain |
TimeGrain with a time zone and a Zoneless Time Grain.
|
Enum | Description |
---|---|
DefaultTimeGrain |
DefaultTimeGrain are a set of concrete TimeGrain implementations which support 'natural', simple to describe time
blocks corresponding to standard rounding rules.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.