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 void
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(Class)
.void
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(String...)
.default void
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(Class)
.void
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(String...)
.
-
Method Details
-
setTrue
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(String...)
. -
setTrue
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(Class)
. -
setFalse
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(String...)
. -
setFalse
state
must be one of the states from when theStateSet
was created withStateSet.Builder.states(Class)
.
-