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

Method getStorageExceptionHandler

src/core/TSDB.java:621–623  ·  view source on GitHub ↗

Returns the storage exception handler. May be null if not enabled @return The storage exception handler @since 2.2

()

Source from the content-addressed store, hash-verified

619 * @since 2.2
620 */
621 public final StorageExceptionHandler getStorageExceptionHandler() {
622 return storage_exception_handler;
623 }
624
625 /**
626 * @return the TS filter object, may be null

Callers 5

initializePluginsSEHMethod · 0.80
validateSEHMethod · 0.80

Calls

no outgoing calls

Tested by 4

initializePluginsSEHMethod · 0.64
validateSEHMethod · 0.64