| Package | Description |
|---|---|
| org.opennms.nephron | |
| org.opennms.nephron.elastic |
| Modifier and Type | Method and Description |
|---|---|
IndexStrategy |
NephronOptions.getElasticIndexStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
NephronOptions.setElasticIndexStrategy(IndexStrategy value) |
| Constructor and Description |
|---|
WriteToElasticsearch(String elasticUrl,
String elasticUser,
String elasticPassword,
String elasticIndex,
IndexStrategy indexStrategy,
int elasticConnectTimeout,
int elasticSocketTimeout,
int elasticRetryCount,
long elasticRetryDuration) |
| Modifier and Type | Method and Description |
|---|---|
static IndexStrategy |
IndexStrategy.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.
|
Copyright © 2021. All rights reserved.