Package io.vertigo.datafactory
Class DataFactoryFeatures
- java.lang.Object
-
- io.vertigo.core.node.config.Features<DataFactoryFeatures>
-
- io.vertigo.datafactory.DataFactoryFeatures
-
- All Implemented Interfaces:
io.vertigo.core.lang.Builder<io.vertigo.core.node.config.ModuleConfig>
public final class DataFactoryFeatures extends io.vertigo.core.node.config.Features<DataFactoryFeatures>
Defines dynamo features.- Author:
- pchretien
-
-
Constructor Summary
Constructors Constructor Description DataFactoryFeatures()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
buildFeatures()
DataFactoryFeatures
withESClient(io.vertigo.core.param.Param... params)
DataFactoryFeatures
withESHL(io.vertigo.core.param.Param... params)
DataFactoryFeatures
withLuceneIndex()
DataFactoryFeatures
withSearch()
-
-
-
Method Detail
-
withSearch
public DataFactoryFeatures withSearch()
-
withESClient
public DataFactoryFeatures withESClient(io.vertigo.core.param.Param... params)
-
withESHL
public DataFactoryFeatures withESHL(io.vertigo.core.param.Param... params)
-
withLuceneIndex
public DataFactoryFeatures withLuceneIndex()
-
buildFeatures
protected void buildFeatures()
- Specified by:
buildFeatures
in classio.vertigo.core.node.config.Features<DataFactoryFeatures>
-
-