MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / getValue

Method getValue

src/query/expression/NumericFillPolicy.java:126–128  ·  view source on GitHub ↗

@return the value to use when filling

()

Source from the content-addressed store, hash-verified

124
125 /** @return the value to use when filling */
126 public double getValue() {
127 return value;
128 }
129
130 /** @param value the value to use when filling */
131 public void setValue(final double value) {

Callers 15

builderMethod · 0.95
policyCtorMethod · 0.95
policyAndValueCtorMethod · 0.95
serdesMethod · 0.95
getRowKeyUIDRegexMethod · 0.45
buildFuzzyFiltersMethod · 0.45
nextMethod · 0.45
ExpressionIteratorMethod · 0.45
compileMethod · 0.45
nextMethod · 0.45
IntersectionIteratorMethod · 0.45
computeIntersectionMethod · 0.45

Calls

no outgoing calls

Tested by 4

builderMethod · 0.76
policyCtorMethod · 0.76
policyAndValueCtorMethod · 0.76
serdesMethod · 0.76