| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
ASYNC_MAX_NUM_OF_CHUNKS |
100 |
public static final int |
BATCH_SIZE |
2000 |
public static final long |
DAY |
86400000L |
public static final long |
HOUR |
3600000L |
public static final long |
MINUTE |
60000L |
public static final long |
MONTH |
2592000000L |
public static final long |
SECOND |
1000L |
public static final long |
TIME_LAG |
300000L |
public static final long |
YEAR |
31536000000L |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final java.lang.String |
ASYNC_QUERY_PARTITION |
"select ${pk}, count(*) from ${table} where ${pk} = :pk" |
public static final java.lang.String |
ASYNC_QUERY_RANGE |
"select ${pk} from ${table} where ${pk} = :pk" |
public static final java.lang.String |
QUERY_PARTITION |
"select ${pk}, count(*) from ${table} where ${pk} > ${start} and ${pk} < ${end} group by ${pk} allow filtering" |
public static final java.lang.String |
QUERY_RANGE |
"select distinct ${pk} from ${table} where ${pk} > ${start} and ${pk} < ${end} allow filtering" |