public class Stores extends Object
| Constructor and Description |
|---|
Stores() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<io.cdap.cdap.spi.data.table.field.Field<?>> |
getNamespaceKeys(String namespaceField,
String generationField,
NamespaceSummary namespace)
Constructs a list of
Fields that map table column names to values |
public static Collection<io.cdap.cdap.spi.data.table.field.Field<?>> getNamespaceKeys(String namespaceField, String generationField, NamespaceSummary namespace)
Fields that map table column names to valuesnamespaceField - table column name for storing namespace namegenerationField - table column name for storing namespace generationnamespace - NamespaceSummary object that contains namespace metadataField objectsCopyright © 2024 CDAP Licensed under the Apache License, Version 2.0.