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)
IndexNameBuildergetIndexName in interface IndexNameBuilderevent - Event which determines index namepublic String getIndexPrefix(Event event)
IndexNameBuildergetIndexPrefix in interface IndexNameBuilderevent - Event which determines index namepublic void configure(Context context)
ConfigurableRequest 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 Configurablepublic void configure(ComponentConfiguration conf)
configure in interface ConfigurableComponentCopyright © 2009-2017 Apache Software Foundation. All Rights Reserved.