Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/OpenTSDB/opentsdb
/ needsSplitting
Method
needsSplitting
src/core/Query.java:292–292 ·
view source on GitHub ↗
@return whether this query needs to be split. @since 2.4
()
Source
from the content-addressed store, hash-verified
290
* @since 2.4
291
*/
292
public
boolean needsSplitting();
293
294
/**
295
* Set the percentile calculation parameters
for
this query
if
this is
Callers
11
buildQueriesAsync
Method · 0.95
configureFromQuerySplitsRollupQueryWithRawOnlyQuery
Method · 0.65
needsSplittingReturnsFalseIfDisabled
Method · 0.65
needsSplittingReturnsFalseIfNotARollupQuery
Method · 0.65
needsSplittingReturnsFalseIfNoSLAConfigured
Method · 0.65
needsSplittingReturnsFalseIfNotInBlackoutPeriod
Method · 0.65
needsSplittingReturnsFalseIfQueryEndsWithLastRollupTimestamp
Method · 0.65
needsSplittingReturnsTrueIfQueryStartsWithLastRollupTimestamp
Method · 0.65
needsSplittingReturnsTrueIfInBlackoutPeriod
Method · 0.65
needsSplittingReturnsTrueIfStartAndEndInBlackoutPeriod
Method · 0.65
configureFromQuery
Method · 0.65
Implementers
1
AbstractQuery
src/core/AbstractQuery.java
Calls
no outgoing calls
Tested by
9
configureFromQuerySplitsRollupQueryWithRawOnlyQuery
Method · 0.52
needsSplittingReturnsFalseIfDisabled
Method · 0.52
needsSplittingReturnsFalseIfNotARollupQuery
Method · 0.52
needsSplittingReturnsFalseIfNoSLAConfigured
Method · 0.52
needsSplittingReturnsFalseIfNotInBlackoutPeriod
Method · 0.52
needsSplittingReturnsFalseIfQueryEndsWithLastRollupTimestamp
Method · 0.52
needsSplittingReturnsTrueIfQueryStartsWithLastRollupTimestamp
Method · 0.52
needsSplittingReturnsTrueIfInBlackoutPeriod
Method · 0.52
needsSplittingReturnsTrueIfStartAndEndInBlackoutPeriod
Method · 0.52