Package org.opennms.netmgt.flows.elastic
Class AggregateIndexInitializer
- java.lang.Object
-
- org.opennms.features.jest.client.template.DefaultTemplateInitializer
-
- org.opennms.netmgt.flows.elastic.AggregateIndexInitializer
-
- All Implemented Interfaces:
TemplateInitializer
public class AggregateIndexInitializer extends DefaultTemplateInitializer
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TEMPLATE_RESOURCE
-
Constructor Summary
Constructors Constructor Description AggregateIndexInitializer(io.searchbox.client.JestClient client)
AggregateIndexInitializer(io.searchbox.client.JestClient client, IndexSettings indexSettings)
AggregateIndexInitializer(org.osgi.framework.BundleContext bundleContext, io.searchbox.client.JestClient client, IndexSettings indexSettings)
-
Method Summary
-
Methods inherited from class org.opennms.features.jest.client.template.DefaultTemplateInitializer
getIndexSettings, initialize, isInitialized
-
-
-
-
Field Detail
-
TEMPLATE_RESOURCE
public static final java.lang.String TEMPLATE_RESOURCE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
AggregateIndexInitializer
public AggregateIndexInitializer(org.osgi.framework.BundleContext bundleContext, io.searchbox.client.JestClient client, IndexSettings indexSettings)
-
AggregateIndexInitializer
public AggregateIndexInitializer(io.searchbox.client.JestClient client, IndexSettings indexSettings)
-
AggregateIndexInitializer
public AggregateIndexInitializer(io.searchbox.client.JestClient client)
-
-