public class SimpleIndexNameBuilder extends Object implements IndexNameBuilder
Constructor and Description |
---|
SimpleIndexNameBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ComponentConfiguration conf) |
void |
configure(Context context)
Request the implementing class to (re)configure itself.
|
String |
getIndexName(Event event)
Gets the name of the index to use for an index request
|
String |
getIndexPrefix(Event event)
Gets the prefix of index to use for an index request.
|
public String getIndexName(Event event)
IndexNameBuilder
getIndexName
in interface IndexNameBuilder
event
- Event which determines index namepublic String getIndexPrefix(Event event)
IndexNameBuilder
getIndexPrefix
in interface IndexNameBuilder
event
- Event which determines index namepublic void configure(Context context)
Configurable
Request the implementing class to (re)configure itself.
When configuration parameters are changed, they must be reflected by the component asap.
There are no thread safety guarantees on when configure might be called.
configure
in interface Configurable
public void configure(ComponentConfiguration conf)
configure
in interface ConfigurableComponent
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.