| Package | Description |
|---|---|
| uk.gov.gchq.gaffer.commonutil |
| Modifier and Type | Method and Description |
|---|---|
static CommonTimeUtil.TimeBucket |
CommonTimeUtil.TimeBucket.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommonTimeUtil.TimeBucket[] |
CommonTimeUtil.TimeBucket.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
CommonTimeUtil.timeToBucket(long time,
CommonTimeUtil.TimeBucket bucket)
Place a time value (a Java
Long representing the number of
milliseconds since the start of the Unix epoch) in a CommonTimeUtil.TimeBucket. |
Copyright © 2017. All rights reserved.