| Package | Description |
|---|---|
| co.cask.cdap.etl.api |
Packages for ETL Application Templates.
|
| Modifier and Type | Method and Description |
|---|---|
LookupTableConfig.TableType |
LookupTableConfig.getType() |
static LookupTableConfig.TableType |
LookupTableConfig.TableType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LookupTableConfig.TableType[] |
LookupTableConfig.TableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LookupTableConfig(LookupTableConfig.TableType type) |
LookupTableConfig(LookupTableConfig.TableType type,
CacheConfig cacheConfig,
Map<String,String> datasetProperties,
boolean cacheEnabled) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.