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