public abstract class MetaTableUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected DatasetFramework |
dsFramework |
| Constructor and Description |
|---|
MetaTableUtil(DatasetFramework framework,
CConfiguration conf) |
| Modifier and Type | Method and Description |
|---|---|
co.cask.cdap.api.dataset.table.Table |
getMetaTable() |
abstract String |
getMetaTableName()
Returns the name of the metadata table to be used.
|
void |
upgrade() |
protected final DatasetFramework dsFramework
public MetaTableUtil(DatasetFramework framework, CConfiguration conf)
public co.cask.cdap.api.dataset.table.Table getMetaTable()
throws IOException,
DatasetManagementException
public void upgrade()
throws IOException,
DatasetManagementException
public abstract String getMetaTableName()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.