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

Method getFactory

src/utils/JSON.java:360–362  ·  view source on GitHub ↗

Returns a reference to the JsonFactory for streaming creation @return The JsonFactory object

()

Source from the content-addressed store, hash-verified

358 * @return The JsonFactory object
359 */
360 public final static JsonFactory getFactory() {
361 return jsonMapper.getFactory();
362 }
363
364 /**
365 * Helper class for deserializing UID type enum from human readable strings

Callers 12

getFactoryNotNullMethod · 0.95
getStorageJSONMethod · 0.95
getStorageJSONMethod · 0.95
getStorageJSONMethod · 0.95
formatQueryAsyncV1Method · 0.95
serializeMethod · 0.95
toStorageJsonMethod · 0.95
toStorageJsonMethod · 0.95
toStorageJsonMethod · 0.95
evaluateMethod · 0.80
parseToStreamMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

getFactoryNotNullMethod · 0.76