Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"org.xbib.elasticsearch.action.plugin.jdbc.run" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"org.xbib.elasticsearch.action.river.jdbc.state.delete" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"org.xbib.elasticsearch.action.river.jdbc.state.get" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"org.xbib.elasticsearch.action.river.jdbc.state.post" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
NAME |
"org.xbib.elasticsearch.action.river.jdbc.state.put" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final int |
ALL_SPEC_INT |
99 |
protected static final int |
DAY_OF_MONTH |
3 |
protected static final int |
DAY_OF_WEEK |
5 |
protected static final int |
HOUR |
2 |
protected static final int |
MINUTE |
1 |
protected static final int |
MONTH |
4 |
protected static final int |
NO_SPEC_INT |
98 |
protected static final int |
SECOND |
0 |
protected static final int |
YEAR |
6 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
TYPE |
"riverstates" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
ISO_EXTENDED_FORMAT_PATTERN |
"\'P\'yyyy\'Y\'M\'M\'d\'DT\'H\'H\'m\'M\'s.S\'S\'" |
public static final long |
MILLIS_PER_DAY |
86400000L |
public static final long |
MILLIS_PER_HOUR |
3600000L |
public static final long |
MILLIS_PER_MINUTE |
60000L |
public static final long |
MILLIS_PER_SECOND |
1000L |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
EMPTY |
"" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CURRENT_RUN_STARTED_TIME |
"current_run_started_time" |
public static final String |
LAST_RUN_TIME |
"last_run_time" |
elasticsearch-river-jdbc