Class CatalogBuilderConfiguration
- Object
-
- CatalogBuilderConfiguration
-
-
Constructor Summary
Constructors Constructor Description CatalogBuilderConfiguration()CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck()CatalogBuilderConfigurationclone()booleanequals(Object obj)HintsgetHints()IndexergetIndexer()StringgetParameter(String parameterName)StringgetRuntimeAttribute()StringgetSchema(String name)Get the schema with the specified nameStringgetTimeAttribute()inthashCode()voidsetHints(Hints hints)voidsetIndexer(Indexer indexer)voidsetParameter(String parameterName, String parameterValue)Set the indexer parametervoidsetRuntimeAttribute(String runtimeAttribute)StringtoString()
-
-
-
Constructor Detail
-
CatalogBuilderConfiguration
public CatalogBuilderConfiguration()
-
CatalogBuilderConfiguration
public CatalogBuilderConfiguration(CatalogBuilderConfiguration that)
-
-
Method Detail
-
getHints
public Hints getHints()
- Returns:
- the hints
-
setHints
public void setHints(Hints hints)
- Parameters:
hints- the hints to set
-
setParameter
public void setParameter(String parameterName, String parameterValue)
Set the indexer parameter
-
getTimeAttribute
public String getTimeAttribute()
-
getIndexer
public Indexer getIndexer()
-
setIndexer
public void setIndexer(Indexer indexer)
-
getRuntimeAttribute
public String getRuntimeAttribute()
-
setRuntimeAttribute
public void setRuntimeAttribute(String runtimeAttribute)
-
clone
public CatalogBuilderConfiguration clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
check
public void check()
-
-