public final class OfflineAggregationInfo extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static OfflineAggregationInfo | FLOW_AGGREGATION | 
| static String | FLOW_AGGREGATION_TABLE_NAMEDefault flow level aggregation table name. | 
| static OfflineAggregationInfo | USER_AGGREGATION | 
| static String | USER_AGGREGATION_TABLE_NAMEDefault 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
SQLExceptionCopyright © 2008–2023 Apache Software Foundation. All rights reserved.