| Package | Description |
|---|---|
| com.metamx.common |
| Modifier and Type | Method and Description |
|---|---|
static Granularity.Formatter |
Granularity.Formatter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Granularity.Formatter[] |
Granularity.Formatter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Integer[] |
Granularity.getDateValues(String filePath,
Granularity.Formatter formatter) |
abstract org.joda.time.format.DateTimeFormatter |
Granularity.getFormatter(Granularity.Formatter type) |
abstract org.joda.time.DateTime |
Granularity.toDate(String filePath,
Granularity.Formatter formatter) |
String |
Granularity.toPath(org.joda.time.DateTime time,
Granularity.Formatter type) |
Copyright © 2016. All rights reserved.