| <!DOCTYPE HTML> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (17) --> |
| <title>MetricsThriftServerSource (Apache HBase 4.0.0-alpha-1-SNAPSHOT API)</title> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
| <meta name="description" content="declaration: package: org.apache.hadoop.hbase.thrift, interface: MetricsThriftServerSource"> |
| <meta name="generator" content="javadoc/ClassWriterImpl"> |
| <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../org/apache/hadoop/hbase/thrift/doc-files/style.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style"> |
| <link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style"> |
| <script type="text/javascript" src="../../../../../script.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-3.6.1.min.js"></script> |
| <script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script> |
| </head> |
| <body class="class-declaration-page"> |
| <script type="text/javascript">var evenRowColor = "even-row-color"; |
| var oddRowColor = "odd-row-color"; |
| var tableTab = "table-tab"; |
| var activeTableTab = "active-table-tab"; |
| var pathtoroot = "../../../../../"; |
| loadScripts(document, 'script');</script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <div class="flex-box"> |
| <header role="banner" class="flex-header"> |
| <nav role="navigation"> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="top-nav" id="navbar-top"> |
| <div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div> |
| <ul id="navbar-top-firstrow" class="nav-list" title="Navigation"> |
| <li><a href="../../../../../index.html">Overview</a></li> |
| <li><a href="package-summary.html">Package</a></li> |
| <li class="nav-bar-cell1-rev">Class</li> |
| <li><a href="class-use/MetricsThriftServerSource.html">Use</a></li> |
| <li><a href="package-tree.html">Tree</a></li> |
| <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> |
| <li><a href="../../../../../index-all.html">Index</a></li> |
| <li><a href="../../../../../help-doc.html#class">Help</a></li> |
| </ul> |
| </div> |
| <div class="sub-nav"> |
| <div> |
| <ul class="sub-nav-list"> |
| <li>Summary: </li> |
| <li>Nested | </li> |
| <li><a href="#field-summary">Field</a> | </li> |
| <li>Constr | </li> |
| <li><a href="#method-summary">Method</a></li> |
| </ul> |
| <ul class="sub-nav-list"> |
| <li>Detail: </li> |
| <li><a href="#field-detail">Field</a> | </li> |
| <li>Constr | </li> |
| <li><a href="#method-detail">Method</a></li> |
| </ul> |
| </div> |
| <div class="nav-list-search"><label for="search-input">SEARCH:</label> |
| <input type="text" id="search-input" value="search" disabled="disabled"> |
| <input type="reset" id="reset-button" value="reset" disabled="disabled"> |
| </div> |
| </div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <span class="skip-nav" id="skip-navbar-top"></span></nav> |
| </header> |
| <div class="flex-content"> |
| <main role="main"> |
| <!-- ======== START OF CLASS DATA ======== --> |
| <div class="header"> |
| <div class="sub-title"><span class="package-label-in-type">Package</span> <a href="package-summary.html">org.apache.hadoop.hbase.thrift</a></div> |
| <h1 title="Interface MetricsThriftServerSource" class="title">Interface MetricsThriftServerSource</h1> |
| </div> |
| <section class="class-description" id="class-description"> |
| <dl class="notes"> |
| <dt>All Superinterfaces:</dt> |
| <dd><code><a href="../metrics/BaseSource.html" title="interface in org.apache.hadoop.hbase.metrics">BaseSource</a></code>, <code><a href="../metrics/ExceptionTrackingSource.html" title="interface in org.apache.hadoop.hbase.metrics">ExceptionTrackingSource</a></code>, <code><a href="../metrics/JvmPauseMonitorSource.html" title="interface in org.apache.hadoop.hbase.metrics">JvmPauseMonitorSource</a></code></dd> |
| </dl> |
| <dl class="notes"> |
| <dt>All Known Implementing Classes:</dt> |
| <dd><code><a href="MetricsThriftServerSourceImpl.html" title="class in org.apache.hadoop.hbase.thrift">MetricsThriftServerSourceImpl</a></code></dd> |
| </dl> |
| <hr> |
| <div class="type-signature"><span class="annotations">@Private |
| </span><span class="modifiers">public interface </span><span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-27">MetricsThriftServerSource</a></span><span class="extends-implements"> |
| extends <a href="../metrics/ExceptionTrackingSource.html" title="interface in org.apache.hadoop.hbase.metrics">ExceptionTrackingSource</a>, <a href="../metrics/JvmPauseMonitorSource.html" title="interface in org.apache.hadoop.hbase.metrics">JvmPauseMonitorSource</a></span></div> |
| <div class="block">Interface of a class that will export metrics about Thrift to hadoop's metrics2.</div> |
| </section> |
| <section class="summary"> |
| <ul class="summary-list"> |
| <!-- =========== FIELD SUMMARY =========== --> |
| <li> |
| <section class="field-summary" id="field-summary"> |
| <h2>Field Summary</h2> |
| <div class="caption"><span>Fields</span></div> |
| <div class="summary-table three-column-summary"> |
| <div class="table-header col-first">Modifier and Type</div> |
| <div class="table-header col-second">Field</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#ACTIVE_WORKER_COUNT_KEY" class="member-name-link">ACTIVE_WORKER_COUNT_KEY</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#BATCH_GET_KEY" class="member-name-link">BATCH_GET_KEY</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#BATCH_MUTATE_KEY" class="member-name-link">BATCH_MUTATE_KEY</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#CALL_QUEUE_LEN_KEY" class="member-name-link">CALL_QUEUE_LEN_KEY</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#SLOW_THRIFT_CALL_KEY" class="member-name-link">SLOW_THRIFT_CALL_KEY</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| <div class="col-first odd-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second odd-row-color"><code><a href="#THRIFT_CALL_KEY" class="member-name-link">THRIFT_CALL_KEY</a></code></div> |
| <div class="col-last odd-row-color"> </div> |
| <div class="col-first even-row-color"><code>static final <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></code></div> |
| <div class="col-second even-row-color"><code><a href="#TIME_IN_QUEUE_KEY" class="member-name-link">TIME_IN_QUEUE_KEY</a></code></div> |
| <div class="col-last even-row-color"> </div> |
| </div> |
| <div class="inherited-list"> |
| <h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.metrics.BaseSource">Fields inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/BaseSource.html" title="interface in org.apache.hadoop.hbase.metrics">BaseSource</a></h3> |
| <code><a href="../metrics/BaseSource.html#HBASE_METRICS_SYSTEM_NAME">HBASE_METRICS_SYSTEM_NAME</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.metrics.ExceptionTrackingSource">Fields inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/ExceptionTrackingSource.html" title="interface in org.apache.hadoop.hbase.metrics">ExceptionTrackingSource</a></h3> |
| <code><a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_BUSY_NAME">EXCEPTIONS_BUSY_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_CALL_DROPPED">EXCEPTIONS_CALL_DROPPED</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_CALL_QUEUE_TOO_BIG">EXCEPTIONS_CALL_QUEUE_TOO_BIG</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC">EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_CALL_TIMED_OUT">EXCEPTIONS_CALL_TIMED_OUT</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_DESC">EXCEPTIONS_DESC</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_MOVED_NAME">EXCEPTIONS_MOVED_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_MULTI_TOO_LARGE_DESC">EXCEPTIONS_MULTI_TOO_LARGE_DESC</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_MULTI_TOO_LARGE_NAME">EXCEPTIONS_MULTI_TOO_LARGE_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_NAME">EXCEPTIONS_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_NSRE_NAME">EXCEPTIONS_NSRE_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_OOO_NAME">EXCEPTIONS_OOO_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_QUOTA_EXCEEDED">EXCEPTIONS_QUOTA_EXCEEDED</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_REQUEST_TOO_BIG">EXCEPTIONS_REQUEST_TOO_BIG</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_RPC_THROTTLING">EXCEPTIONS_RPC_THROTTLING</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_SANITY_NAME">EXCEPTIONS_SANITY_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_SCANNER_RESET_NAME">EXCEPTIONS_SCANNER_RESET_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_TYPE_DESC">EXCEPTIONS_TYPE_DESC</a>, <a href="../metrics/ExceptionTrackingSource.html#EXCEPTIONS_UNKNOWN_NAME">EXCEPTIONS_UNKNOWN_NAME</a>, <a href="../metrics/ExceptionTrackingSource.html#OTHER_EXCEPTIONS">OTHER_EXCEPTIONS</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="fields-inherited-from-class-org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource">Fields inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/JvmPauseMonitorSource.html" title="interface in org.apache.hadoop.hbase.metrics">JvmPauseMonitorSource</a></h3> |
| <code><a href="../metrics/JvmPauseMonitorSource.html#INFO_THRESHOLD_COUNT_DESC">INFO_THRESHOLD_COUNT_DESC</a>, <a href="../metrics/JvmPauseMonitorSource.html#INFO_THRESHOLD_COUNT_KEY">INFO_THRESHOLD_COUNT_KEY</a>, <a href="../metrics/JvmPauseMonitorSource.html#PAUSE_TIME_WITH_GC_DESC">PAUSE_TIME_WITH_GC_DESC</a>, <a href="../metrics/JvmPauseMonitorSource.html#PAUSE_TIME_WITH_GC_KEY">PAUSE_TIME_WITH_GC_KEY</a>, <a href="../metrics/JvmPauseMonitorSource.html#PAUSE_TIME_WITHOUT_GC_DESC">PAUSE_TIME_WITHOUT_GC_DESC</a>, <a href="../metrics/JvmPauseMonitorSource.html#PAUSE_TIME_WITHOUT_GC_KEY">PAUSE_TIME_WITHOUT_GC_KEY</a>, <a href="../metrics/JvmPauseMonitorSource.html#WARN_THRESHOLD_COUNT_DESC">WARN_THRESHOLD_COUNT_DESC</a>, <a href="../metrics/JvmPauseMonitorSource.html#WARN_THRESHOLD_COUNT_KEY">WARN_THRESHOLD_COUNT_KEY</a></code></div> |
| </section> |
| </li> |
| <!-- ========== METHOD SUMMARY =========== --> |
| <li> |
| <section class="method-summary" id="method-summary"> |
| <h2>Method Summary</h2> |
| <div id="method-summary-table"> |
| <div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div> |
| <div id="method-summary-table.tabpanel" role="tabpanel"> |
| <div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0"> |
| <div class="table-header col-first">Modifier and Type</div> |
| <div class="table-header col-second">Method</div> |
| <div class="table-header col-last">Description</div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#decActiveWorkerCount()" class="member-name-link">decActiveWorkerCount</a>()</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Decrement number of active thrift workers.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incActiveWorkerCount()" class="member-name-link">incActiveWorkerCount</a>()</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Increment number of active thrift workers.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incCall(long)" class="member-name-link">incCall</a><wbr>(long time)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Add how long a call took</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incMethodTime(java.lang.String,long)" class="member-name-link">incMethodTime</a><wbr>(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name, |
| long time)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Add how long a method took</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incNumRowKeysInBatchGet(int)" class="member-name-link">incNumRowKeysInBatchGet</a><wbr>(int diff)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Add how many keys were in a batch get.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incNumRowKeysInBatchMutate(int)" class="member-name-link">incNumRowKeysInBatchMutate</a><wbr>(int diff)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Add how many keys were in a batch mutate.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incSlowCall(long)" class="member-name-link">incSlowCall</a><wbr>(long time)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Increment how long a slow call took.</div> |
| </div> |
| <div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#incTimeInQueue(long)" class="member-name-link">incTimeInQueue</a><wbr>(long time)</code></div> |
| <div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Add how long an operation was in the queue.</div> |
| </div> |
| <div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div> |
| <div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#setCallQueueLen(int)" class="member-name-link">setCallQueueLen</a><wbr>(int len)</code></div> |
| <div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"> |
| <div class="block">Set the call queue length.</div> |
| </div> |
| </div> |
| </div> |
| </div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.metrics.BaseSource">Methods inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/BaseSource.html" title="interface in org.apache.hadoop.hbase.metrics">BaseSource</a></h3> |
| <code><a href="../metrics/BaseSource.html#decGauge(java.lang.String,long)">decGauge</a>, <a href="../metrics/BaseSource.html#getMetricRegistryInfo()">getMetricRegistryInfo</a>, <a href="../metrics/BaseSource.html#getMetricsContext()">getMetricsContext</a>, <a href="../metrics/BaseSource.html#getMetricsDescription()">getMetricsDescription</a>, <a href="../metrics/BaseSource.html#getMetricsJmxContext()">getMetricsJmxContext</a>, <a href="../metrics/BaseSource.html#getMetricsName()">getMetricsName</a>, <a href="../metrics/BaseSource.html#incCounters(java.lang.String,long)">incCounters</a>, <a href="../metrics/BaseSource.html#incGauge(java.lang.String,long)">incGauge</a>, <a href="../metrics/BaseSource.html#init()">init</a>, <a href="../metrics/BaseSource.html#removeMetric(java.lang.String)">removeMetric</a>, <a href="../metrics/BaseSource.html#setGauge(java.lang.String,long)">setGauge</a>, <a href="../metrics/BaseSource.html#updateHistogram(java.lang.String,long)">updateHistogram</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.metrics.ExceptionTrackingSource">Methods inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/ExceptionTrackingSource.html" title="interface in org.apache.hadoop.hbase.metrics">ExceptionTrackingSource</a></h3> |
| <code><a href="../metrics/ExceptionTrackingSource.html#callDroppedException()">callDroppedException</a>, <a href="../metrics/ExceptionTrackingSource.html#callQueueTooBigException()">callQueueTooBigException</a>, <a href="../metrics/ExceptionTrackingSource.html#callTimedOut()">callTimedOut</a>, <a href="../metrics/ExceptionTrackingSource.html#exception()">exception</a>, <a href="../metrics/ExceptionTrackingSource.html#failedSanityException()">failedSanityException</a>, <a href="../metrics/ExceptionTrackingSource.html#movedRegionException()">movedRegionException</a>, <a href="../metrics/ExceptionTrackingSource.html#multiActionTooLargeException()">multiActionTooLargeException</a>, <a href="../metrics/ExceptionTrackingSource.html#notServingRegionException()">notServingRegionException</a>, <a href="../metrics/ExceptionTrackingSource.html#otherExceptions()">otherExceptions</a>, <a href="../metrics/ExceptionTrackingSource.html#outOfOrderException()">outOfOrderException</a>, <a href="../metrics/ExceptionTrackingSource.html#quotaExceededException()">quotaExceededException</a>, <a href="../metrics/ExceptionTrackingSource.html#requestTooBigException()">requestTooBigException</a>, <a href="../metrics/ExceptionTrackingSource.html#rpcThrottlingException()">rpcThrottlingException</a>, <a href="../metrics/ExceptionTrackingSource.html#scannerResetException()">scannerResetException</a>, <a href="../metrics/ExceptionTrackingSource.html#tooBusyException()">tooBusyException</a>, <a href="../metrics/ExceptionTrackingSource.html#unknownScannerException()">unknownScannerException</a></code></div> |
| <div class="inherited-list"> |
| <h3 id="methods-inherited-from-class-org.apache.hadoop.hbase.metrics.JvmPauseMonitorSource">Methods inherited from interface org.apache.hadoop.hbase.metrics.<a href="../metrics/JvmPauseMonitorSource.html" title="interface in org.apache.hadoop.hbase.metrics">JvmPauseMonitorSource</a></h3> |
| <code><a href="../metrics/JvmPauseMonitorSource.html#incInfoThresholdExceeded(int)">incInfoThresholdExceeded</a>, <a href="../metrics/JvmPauseMonitorSource.html#incWarnThresholdExceeded(int)">incWarnThresholdExceeded</a>, <a href="../metrics/JvmPauseMonitorSource.html#updatePauseTimeWithGc(long)">updatePauseTimeWithGc</a>, <a href="../metrics/JvmPauseMonitorSource.html#updatePauseTimeWithoutGc(long)">updatePauseTimeWithoutGc</a></code></div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <section class="details"> |
| <ul class="details-list"> |
| <!-- ============ FIELD DETAIL =========== --> |
| <li> |
| <section class="field-details" id="field-detail"> |
| <h2>Field Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="BATCH_GET_KEY"> |
| <h3>BATCH_GET_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-30">BATCH_GET_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.BATCH_GET_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="BATCH_MUTATE_KEY"> |
| <h3>BATCH_MUTATE_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-31">BATCH_MUTATE_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.BATCH_MUTATE_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="TIME_IN_QUEUE_KEY"> |
| <h3>TIME_IN_QUEUE_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-32">TIME_IN_QUEUE_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.TIME_IN_QUEUE_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="THRIFT_CALL_KEY"> |
| <h3>THRIFT_CALL_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-33">THRIFT_CALL_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.THRIFT_CALL_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="SLOW_THRIFT_CALL_KEY"> |
| <h3>SLOW_THRIFT_CALL_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-34">SLOW_THRIFT_CALL_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.SLOW_THRIFT_CALL_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="CALL_QUEUE_LEN_KEY"> |
| <h3>CALL_QUEUE_LEN_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-35">CALL_QUEUE_LEN_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.CALL_QUEUE_LEN_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="ACTIVE_WORKER_COUNT_KEY"> |
| <h3>ACTIVE_WORKER_COUNT_KEY</h3> |
| <div class="member-signature"><span class="modifiers">static final</span> <span class="return-type"><a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a></span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-36">ACTIVE_WORKER_COUNT_KEY</a></span></div> |
| <dl class="notes"> |
| <dt>See Also:</dt> |
| <dd> |
| <ul class="see-list"> |
| <li><a href="../../../../../constant-values.html#org.apache.hadoop.hbase.thrift.MetricsThriftServerSource.ACTIVE_WORKER_COUNT_KEY">Constant Field Values</a></li> |
| </ul> |
| </dd> |
| </dl> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| <!-- ============ METHOD DETAIL ========== --> |
| <li> |
| <section class="method-details" id="method-detail"> |
| <h2>Method Details</h2> |
| <ul class="member-list"> |
| <li> |
| <section class="detail" id="incTimeInQueue(long)"> |
| <h3>incTimeInQueue</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-42">incTimeInQueue</a></span><wbr><span class="parameters">(long time)</span></div> |
| <div class="block">Add how long an operation was in the queue.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>time</code> - the time to add</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="setCallQueueLen(int)"> |
| <h3>setCallQueueLen</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-48">setCallQueueLen</a></span><wbr><span class="parameters">(int len)</span></div> |
| <div class="block">Set the call queue length.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>len</code> - Time</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incNumRowKeysInBatchGet(int)"> |
| <h3>incNumRowKeysInBatchGet</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-54">incNumRowKeysInBatchGet</a></span><wbr><span class="parameters">(int diff)</span></div> |
| <div class="block">Add how many keys were in a batch get.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>diff</code> - Num Keys</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incNumRowKeysInBatchMutate(int)"> |
| <h3>incNumRowKeysInBatchMutate</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-60">incNumRowKeysInBatchMutate</a></span><wbr><span class="parameters">(int diff)</span></div> |
| <div class="block">Add how many keys were in a batch mutate.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>diff</code> - Num Keys</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incMethodTime(java.lang.String,long)"> |
| <h3>incMethodTime</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-67">incMethodTime</a></span><wbr><span class="parameters">(<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name, |
| long time)</span></div> |
| <div class="block">Add how long a method took</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>name</code> - Method name</dd> |
| <dd><code>time</code> - Time</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incCall(long)"> |
| <h3>incCall</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-73">incCall</a></span><wbr><span class="parameters">(long time)</span></div> |
| <div class="block">Add how long a call took</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>time</code> - Time</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incSlowCall(long)"> |
| <h3>incSlowCall</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-79">incSlowCall</a></span><wbr><span class="parameters">(long time)</span></div> |
| <div class="block">Increment how long a slow call took.</div> |
| <dl class="notes"> |
| <dt>Parameters:</dt> |
| <dd><code>time</code> - Time</dd> |
| </dl> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="incActiveWorkerCount()"> |
| <h3>incActiveWorkerCount</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-84">incActiveWorkerCount</a></span>()</div> |
| <div class="block">Increment number of active thrift workers.</div> |
| </section> |
| </li> |
| <li> |
| <section class="detail" id="decActiveWorkerCount()"> |
| <h3>decActiveWorkerCount</h3> |
| <div class="member-signature"><span class="return-type">void</span> <span class="element-name"><a href="../../../../../src-html/org/apache/hadoop/hbase/thrift/MetricsThriftServerSource.html#line-89">decActiveWorkerCount</a></span>()</div> |
| <div class="block">Decrement number of active thrift workers.</div> |
| </section> |
| </li> |
| </ul> |
| </section> |
| </li> |
| </ul> |
| </section> |
| <!-- ========= END OF CLASS DATA ========= --> |
| </main> |
| <footer role="contentinfo"> |
| <hr> |
| <p class="legal-copy"><small>Copyright © 2007–2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> |
| </footer> |
| </div> |
| </div> |
| </body> |
| </html> |