Interface LongSetting
- All Known Implementing Classes:
LongCachedSetting
public interface LongSetting extends Setting<Long>
-
Method Summary
Modifier and Type Method Description default LongparseStringValue(String stringValue)Methods inherited from interface io.datarouter.storage.setting.Setting
get, getDefaultValue, getHasCustomValue, getHasRedundantCustomValue, getName, isValid
-
Method Details
-
parseStringValue
- Specified by:
parseStringValuein interfaceSetting<Long>
-