| Package | Description |
|---|---|
| com.securenative.agent.config | |
| com.securenative.agent.enums |
| Modifier and Type | Method | Description |
|---|---|---|
FailoverStrategy |
SecureNativeOptions.getFailoverStrategy() |
| Modifier and Type | Method | Description |
|---|---|---|
SecureNativeConfigurationBuilder |
SecureNativeConfigurationBuilder.withFailoverStrategy(FailoverStrategy failoverStrategy) |
| Constructor | Description |
|---|---|
SecureNativeOptions(String apiKey,
String apiUrl,
int interval,
int maxEvents,
int timeout,
boolean autoSend,
boolean disable,
String logLevel,
FailoverStrategy failoverStrategy,
long heartbeatDelay,
long heartbeatPeriod,
long configUpdateDelay,
long configUpdatePeriod,
String appName) |
| Modifier and Type | Method | Description |
|---|---|---|
static FailoverStrategy |
FailoverStrategy.fromString(String key,
FailoverStrategy failoverStrategy) |
|
static FailoverStrategy |
FailoverStrategy.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static FailoverStrategy[] |
FailoverStrategy.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static FailoverStrategy |
FailoverStrategy.fromString(String key,
FailoverStrategy failoverStrategy) |
Copyright © 2020. All rights reserved.