public static interface Tuner.TunableParam| Modifier and Type | Method and Description |
|---|---|
int | getCurrentValue()The current value. |
String | getDescription()The param description. |
int | getMax()The maximum value. |
int | getMin()The minimum value. |
String | getName()The param name. |
double[] | getStatHistory()Sparkline stat history. |
int | getStep()The step size. |
String | getSubsystem()The subsystem name. |
int[] | getValueHistory()Sparkline value history. |
boolean | isAutoTuning()Whether auto-tuning is enabled. |
void | setOverride(int value)Set an override. |
Tuner.ParamSnapshot | snapshot()Snapshot of this param. |
void | update()Update the runtime value |
int getCurrentValue()
String getDescription()
int getMax()
int getMin()
String getName()
double[] getStatHistory()
int getStep()
String getSubsystem()
int[] getValueHistory()
boolean isAutoTuning()
void setOverride(int value)
value - the override valueTuner.ParamSnapshot snapshot()
void update()