MCPcopy Create free account
hub / github.com/cmu-db/benchbase / save

Method save

src/main/java/com/oltpbenchmark/util/Histogram.java:561–564  ·  view source on GitHub ↗
(String output_path)

Source from the content-addressed store, hash-verified

559 }
560
561 @Override
562 public void save(String output_path) throws IOException {
563 JSONUtil.save(this, output_path);
564 }
565
566 @Override
567 public String toJSONString() {

Callers

nothing calls this directly

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected