Uses of Class
org.opennms.nephron.elastic.IndexStrategy
-
Packages that use IndexStrategy Package Description org.opennms.nephron org.opennms.nephron.elastic -
-
Uses of IndexStrategy in org.opennms.nephron
Methods in org.opennms.nephron that return IndexStrategy Modifier and Type Method Description IndexStrategyNephronOptions. getElasticIndexStrategy()Methods in org.opennms.nephron with parameters of type IndexStrategy Modifier and Type Method Description voidNephronOptions. setElasticIndexStrategy(IndexStrategy value)Constructors in org.opennms.nephron with parameters of type IndexStrategy Constructor Description WriteToElasticsearch(String elasticUrl, String elasticUser, String elasticPassword, String elasticIndex, IndexStrategy indexStrategy, int elasticConnectTimeout, int elasticSocketTimeout, int elasticRetryCount, long elasticRetryDuration) -
Uses of IndexStrategy in org.opennms.nephron.elastic
Methods in org.opennms.nephron.elastic that return IndexStrategy Modifier and Type Method Description static IndexStrategyIndexStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexStrategy[]IndexStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-