static ConfigManager.SetResult |
ConfigManager.SetResult.failure(Exception e) |
|
static ConfigManager.SetResult |
ConfigManager.SetResult.ok() |
|
static ConfigManager.SetResult |
ConfigManager.SetResult.retryableFailure(Exception e) |
|
<T> ConfigManager.SetResult |
ConfigManager.set(String key,
ConfigSerde<T> serde,
byte[] oldValue,
T newObject) |
|
<T> ConfigManager.SetResult |
ConfigManager.set(String key,
ConfigSerde<T> serde,
T obj) |
|
<T> ConfigManager.SetResult |
JacksonConfigManager.set(String key,
byte[] oldValue,
T newValue,
AuditInfo auditInfo) |
Set the config and add audit entry
|
<T> ConfigManager.SetResult |
JacksonConfigManager.set(String key,
T val,
AuditInfo auditInfo) |
Set the config and add audit entry
|