public class InfluxTimeParser extends Object
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
simpleTimePattern |
| Constructor and Description |
|---|
InfluxTimeParser() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getTimeFromExpr(Matcher m) |
static long |
parseTime(String timeExpr)
Parse the time input which looks like "time > now() - 6h"
or "time > '2013-08-12 23:32:01.232'".
|
public static final Pattern simpleTimePattern
Copyright © 2014 Red Hat, Inc.. All rights reserved.