public class FlowActivityTableRW extends BaseTableRW<org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityTable>
| Modifier and Type | Field | Description |
|---|---|---|
static int |
DEFAULT_METRICS_MAX_VERSIONS |
default max number of versions.
|
static java.lang.String |
DEFAULT_TABLE_NAME |
default value for flowactivity table name.
|
static java.lang.String |
TABLE_NAME_CONF_NAME |
config param name that specifies the flowactivity table name.
|
| Constructor | Description |
|---|---|
FlowActivityTableRW() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
createTable(org.apache.hadoop.hbase.client.Admin admin,
org.apache.hadoop.conf.Configuration hbaseConf) |
Used to create the table in HBase.
|
getResult, getResultScanner, getTableMutator, getTableName, getTableName, getTableNamepublic static final java.lang.String TABLE_NAME_CONF_NAME
public static final java.lang.String DEFAULT_TABLE_NAME
public static final int DEFAULT_METRICS_MAX_VERSIONS
public void createTable(org.apache.hadoop.hbase.client.Admin admin,
org.apache.hadoop.conf.Configuration hbaseConf)
throws java.io.IOException
BaseTableRWcreateTable in class BaseTableRW<org.apache.hadoop.yarn.server.timelineservice.storage.flow.FlowActivityTable>admin - Used for doing HBase table operations.hbaseConf - Hbase configuration.java.io.IOException - if any exception occurs while creating the table.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.