Package restx.monitor
Interface GraphiteSettings
- All Known Implementing Classes:
GraphiteSettingsConfig
public interface GraphiteSettings
Date: 17/11/13
Time: 00:32
-
Method Details
-
getGraphiteHost
com.google.common.base.Optional<String> getGraphiteHost() -
getGraphitePort
com.google.common.base.Optional<Integer> getGraphitePort() -
getFrequency
com.google.common.base.Optional<Integer> getFrequency() -
getFrequencyUnit
com.google.common.base.Optional<String> getFrequencyUnit() -
getPrefix
com.google.common.base.Optional<String> getPrefix()
-