Package io.split.client.jmx
Interface SplitJmxMonitorMBean
-
- All Known Implementing Classes:
SplitJmxMonitor
public interface SplitJmxMonitorMBeanJMX Interface. Created by patricioe on 1/18/16.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfetchDefinition(String featureName)booleanforceSyncFeatures()booleanforceSyncSegment(String segmentName)StringgetTreatment(String key, String featureName)booleanisKeyInSegment(String key, String segmentName)
-
-
-
Method Detail
-
forceSyncFeatures
boolean forceSyncFeatures()
-
forceSyncSegment
boolean forceSyncSegment(String segmentName)
-
getTreatment
String getTreatment(String key, String featureName)
- Parameters:
key- account of user key identifierfeatureName- the name of the feature- Returns:
- the evaluation of this feature for the identifier.
-
fetchDefinition
String fetchDefinition(String featureName)
- Parameters:
featureName-- Returns:
- the feature definition
-
-