Interface ConfParamOps
-
- All Known Implementing Classes:
SelfKeymasterConfParamOps
,SelfKeymasterInternalConfParamOps
,ZookeeperConfParamOps
public interface ConfParamOps
Operations available for configuration parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> T
get(String domain, String key, T defaultValue, Class<T> reference)
Map<String,Object>
list(String domain)
void
remove(String domain, String key)
<T> void
set(String domain, String key, T value)
-