| Modifier and Type | Class and Description |
|---|---|
static class |
LookupTableConfig.TableType
Type of lookup table.
|
| Constructor and Description |
|---|
LookupTableConfig(LookupTableConfig.TableType type) |
LookupTableConfig(LookupTableConfig.TableType type,
CacheConfig cacheConfig,
Map<String,String> datasetProperties,
boolean cacheEnabled) |
| Modifier and Type | Method and Description |
|---|---|
CacheConfig |
getCacheConfig() |
Map<String,String> |
getDatasetProperties() |
LookupTableConfig.TableType |
getType() |
boolean |
isCacheEnabled() |
public LookupTableConfig(LookupTableConfig.TableType type, CacheConfig cacheConfig, Map<String,String> datasetProperties, boolean cacheEnabled)
type - type of lookup tablecacheConfig - cache configdatasetProperties - runtime dataset propertiescacheEnabled - true if caching is desiredpublic LookupTableConfig(LookupTableConfig.TableType type)
type - type of lookup tablepublic LookupTableConfig.TableType getType()
public boolean isCacheEnabled()
public CacheConfig getCacheConfig()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.