MCPcopy
hub / github.com/OpenTSDB/opentsdb / getConfig

Method getConfig

src/core/TSDB.java:612–614  ·  view source on GitHub ↗

Getter that returns the configuration object @return The configuration object @since 2.0

()

Source from the content-addressed store, hash-verified

610 * @since 2.0
611 */
612 public final Config getConfig() {
613 return this.config;
614 }
615
616 /**
617 * Returns the storage exception handler. May be null if not enabled

Calls

no outgoing calls