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

Method setFamily

test/storage/MockBase.java:228–230  ·  view source on GitHub ↗

@param family Sets the default family for calls that need it

(final byte[] family)

Source from the content-addressed store, hash-verified

226
227 /** @param family Sets the default family for calls that need it */
228 public void setFamily(final byte[] family) {
229 default_family = family;
230 }
231
232 /** @param table Sets the default table for calls that need it */
233 public void setDefaultTable(final byte[] table) {

Callers 15

beforeMethod · 0.80
beforeMethod · 0.80
beforeMethod · 0.80
beforeMethod · 0.80
beforeMethod · 0.80
suggestWithNoMatchMethod · 0.80
setDataPointStorageMethod · 0.80
generateDataMethod · 0.80
MockScannerMethod · 0.80
getDataTableScannerMethod · 0.80
getDataTableScannersMethod · 0.80
getScannerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected