Interface StateSetDataPoint
- All Superinterfaces:
DataPoint
- All Known Implementing Classes:
StateSet
Represents a single StateSet data point.
See JavaDoc of CounterDataPoint on how using data points directly can improve
performance.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidstatemust be one of the states from when theStateSetwas created withStateSet.Builder.states(Class).voidstatemust be one of the states from when theStateSetwas created withStateSet.Builder.states(String...).default voidstatemust be one of the states from when theStateSetwas created withStateSet.Builder.states(Class).voidstatemust be one of the states from when theStateSetwas created withStateSet.Builder.states(String...).
-
Method Details
-
setTrue
statemust be one of the states from when theStateSetwas created withStateSet.Builder.states(String...). -
setTrue
statemust be one of the states from when theStateSetwas created withStateSet.Builder.states(Class). -
setFalse
statemust be one of the states from when theStateSetwas created withStateSet.Builder.states(String...). -
setFalse
statemust be one of the states from when theStateSetwas created withStateSet.Builder.states(Class).
-