public final class OfflineAggregationInfo extends Object
Modifier and Type | Field and Description |
---|---|
static OfflineAggregationInfo |
FLOW_AGGREGATION |
static String |
FLOW_AGGREGATION_TABLE_NAME
Default flow level aggregation table name.
|
static OfflineAggregationInfo |
USER_AGGREGATION |
static String |
USER_AGGREGATION_TABLE_NAME
Default user level aggregation table name.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getPrimaryKeyList() |
String |
getTableName() |
int |
setStringsForPrimaryKey(PreparedStatement ps,
TimelineCollectorContext context,
String[] extraInfo,
int startPos) |
public static final String FLOW_AGGREGATION_TABLE_NAME
public static final String USER_AGGREGATION_TABLE_NAME
public static final OfflineAggregationInfo FLOW_AGGREGATION
public static final OfflineAggregationInfo USER_AGGREGATION
public String getTableName()
public String[] getPrimaryKeyList()
public int setStringsForPrimaryKey(PreparedStatement ps, TimelineCollectorContext context, String[] extraInfo, int startPos) throws SQLException
SQLException
Copyright © 2008–2020 Apache Software Foundation. All rights reserved.