public class PrefixedNamespaces extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
namespace(CConfiguration cConf,
String namespaceId,
String name)
Generates a table name of the form:
|
public static String namespace(CConfiguration cConf, String namespaceId, String name)
{root-prefix}_{namespace-id}.{dataset-name}
cConf - CDAP configurationnamespaceId - the dataset's namespacename - the dataset's nameCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.