| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| <!-- NewPage --> |
| <html lang="en"> |
| <head> |
| <!-- Generated by javadoc (1.8.0_40) on Thu Jul 20 13:31:19 PDT 2017 --> |
| <title>Index (gobblin-throttling-service-client 0.11.0 API)</title> |
| <meta name="date" content="2017-07-20"> |
| <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style"> |
| <script type="text/javascript" src="script.js"></script> |
| </head> |
| <body> |
| <script type="text/javascript"><!-- |
| try { |
| if (location.href.indexOf('is-external=true') == -1) { |
| parent.document.title="Index (gobblin-throttling-service-client 0.11.0 API)"; |
| } |
| } |
| catch(err) { |
| } |
| //--> |
| </script> |
| <noscript> |
| <div>JavaScript is disabled on your browser.</div> |
| </noscript> |
| <!-- ========= START OF TOP NAVBAR ======= --> |
| <div class="topNav"><a name="navbar.top"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.top.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?index-all.html" target="_top">Frames</a></li> |
| <li><a href="index-all.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_top"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_top"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.top"> |
| <!-- --> |
| </a></div> |
| <!-- ========= END OF TOP NAVBAR ========= --> |
| <div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:W">W</a> <a name="I:A"> |
| <!-- --> |
| </a> |
| <h2 class="title">A</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#acquirePermits-long-">acquirePermits(long)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html#acquirePermits-long-">acquirePermits(long)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer.RateComputingLimiterDecorator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.AggregatorReducer.html#AggregatorReducer--">AggregatorReducer()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.AggregatorReducer.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.AggregatorReducer</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:C"> |
| <!-- --> |
| </a> |
| <h2 class="title">C</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#clearAllStoredPermits--">clearAllStoredPermits()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#close--">close()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#CONFIG_OPT">CONFIG_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html#configure-org.apache.hadoop.conf.Configuration-">configure(Configuration)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest">FixedOperationsStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html#configure-org.apache.hadoop.conf.Configuration-">configure(Configuration)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html" title="class in gobblin.util.limiter.stressTest">RandomDelayStartStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html#configure-org.apache.hadoop.conf.Configuration-">configure(Configuration)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html" title="class in gobblin.util.limiter.stressTest">RandomRuntimeStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/Stressor.html#configure-org.apache.hadoop.conf.Configuration-">configure(Configuration)</a></span> - Method in interface gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest">Stressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html#createRecordReader-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">createRecordReader(InputSplit, TaskAttemptContext)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyInputFormat</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html#createResource-gobblin.broker.iface.SharedResourcesBroker-gobblin.broker.iface.ScopedConfigView-">createResource(SharedResourcesBroker<S>, ScopedConfigView<S, SharedRestClientKey>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender.Factory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#createResource-gobblin.broker.iface.SharedResourcesBroker-gobblin.broker.iface.ScopedConfigView-">createResource(SharedResourcesBroker<S>, ScopedConfigView<S, SharedLimiterKey>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:D"> |
| <!-- --> |
| </a> |
| <h2 class="title">D</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html#decorateCallback-gobblin.restli.throttling.PermitRequest-com.linkedin.common.callback.Callback-">decorateCallback(PermitRequest, Callback<Response<PermitAllocation>>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestClientRequestSender.html#decorateCallback-gobblin.restli.throttling.PermitRequest-com.linkedin.common.callback.Callback-">decorateCallback(PermitRequest, Callback<Response<PermitAllocation>>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestClientRequestSender.html" title="class in gobblin.util.limiter">RestClientRequestSender</a></dt> |
| <dd> |
| <div class="block">Decorate the callback to intercept some responses.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html#decorateLimiter-gobblin.util.limiter.Limiter-">decorateLimiter(Limiter)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer</a></dt> |
| <dd> |
| <div class="block">Decorate a <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a> to measure its permit rate for statistics computation.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#DEFAULT_MAPPERS">DEFAULT_MAPPERS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html#DEFAULT_OPS_TARGET">DEFAULT_OPS_TARGET</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest">FixedOperationsStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#DEFAULT_STRESSOR_CLASS">DEFAULT_STRESSOR_CLASS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html#doRun-gobblin.util.limiter.Limiter-">doRun(Limiter)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest">FixedOperationsStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html#doRun-gobblin.util.limiter.Limiter-">doRun(Limiter)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html" title="class in gobblin.util.limiter.stressTest">RandomDelayStartStressor</a></dt> |
| <dd> |
| <div class="block">Run the actual logic in the <a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><code>Stressor</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html#doRun-gobblin.util.limiter.Limiter-">doRun(Limiter)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html" title="class in gobblin.util.limiter.stressTest">RandomRuntimeStressor</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:F"> |
| <!-- --> |
| </a> |
| <h2 class="title">F</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html#Factory--">Factory()</a></span> - Constructor for class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender.Factory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#FACTORY_NAME">FACTORY_NAME</a></span> - Static variable in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">FixedOperationsStressor</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A <a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><code>Stressor</code></a> that performs a fixed number of permit requests to the <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a> without pausing.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html#FixedOperationsStressor--">FixedOperationsStressor()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest">FixedOperationsStressor</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:G"> |
| <!-- --> |
| </a> |
| <h2 class="title">G</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html#getAutoScope-gobblin.broker.iface.SharedResourcesBroker-gobblin.broker.iface.ConfigView-">getAutoScope(SharedResourcesBroker<S>, ConfigView<S, SharedRestClientKey>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender.Factory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#getAutoScope-gobblin.broker.iface.SharedResourcesBroker-gobblin.broker.iface.ConfigView-">getAutoScope(SharedResourcesBroker<S>, ConfigView<S, SharedLimiterKey>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#getCurrentKey--">getCurrentKey()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#getCurrentValue--">getCurrentValue()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html#getDecoratedObject--">getDecoratedObject()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer.RateComputingLimiterDecorator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html#getLength--">getLength()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MySplit</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html#getLocations--">getLocations()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MySplit</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html#getName--">getName()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender.Factory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#getName--">getName()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#getProgress--">getProgress()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html#getRateStatsSinceLastReport--">getRateStatsSinceLastReport()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer</a></dt> |
| <dd> |
| <div class="block">Get a <code>DescriptiveStatistics</code> object with the rate of permit granting for all <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a>s decorated |
| with this <a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest"><code>RateComputingLimiterContainer</code></a>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html#getRestClient--">getRestClient()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestClientRequestSender.html#getRestClient--">getRestClient()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestClientRequestSender.html" title="class in gobblin.util.limiter">RestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html#getSplits-org.apache.hadoop.mapreduce.JobContext-">getSplits(JobContext)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyInputFormat</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#getUnusedPermits--">getUnusedPermits()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html#getUnusedPermitsSinceLastReport--">getUnusedPermitsSinceLastReport()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a> - package gobblin.util.limiter</dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a> - package gobblin.util.limiter.stressTest</dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:H"> |
| <!-- --> |
| </a> |
| <h2 class="title">H</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#HELP_OPT">HELP_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:I"> |
| <!-- --> |
| </a> |
| <h2 class="title">I</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#initialize-org.apache.hadoop.mapreduce.InputSplit-org.apache.hadoop.mapreduce.TaskAttemptContext-">initialize(InputSplit, TaskAttemptContext)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:L"> |
| <!-- --> |
| </a> |
| <h2 class="title">L</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#LOCAL_QPS_OPT">LOCAL_QPS_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#LOCALLY_ENFORCED_QPS">LOCALLY_ENFORCED_QPS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:M"> |
| <!-- --> |
| </a> |
| <h2 class="title">M</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#main-java.lang.String:A-">main(String[])</a></span> - Static method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html#map-org.apache.hadoop.io.Text-org.apache.hadoop.io.NullWritable-org.apache.hadoop.mapreduce.Mapper.Context-">map(Text, NullWritable, Mapper<Text, NullWritable, LongWritable, DoubleWritable>.Context)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.StresserMapper</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">An MR job to test the performance of throttling.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#MRStressTest--">MRStressTest()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.AggregatorReducer.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest.AggregatorReducer</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">Simply adds up the rates for each key.</div> |
| </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest.MyInputFormat</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">Input format that just generates <a href="gobblin/util/limiter/stressTest/MRStressTest.html#NUM_MAPPERS"><code>MRStressTest.NUM_MAPPERS</code></a> dummy splits.</div> |
| </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest.MyRecordReader</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A dummy <a href="http://hadoop.apache.org/docs/r2.3.0/api/org/apache/hadoop/mapreduce/RecordReader.html?is-external=true" title="class or interface in org.apache.hadoop.mapreduce"><code>RecordReader</code></a> that emits a single key-value.</div> |
| </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest.MySplit</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A dummy <a href="http://hadoop.apache.org/docs/r2.3.0/api/org/apache/hadoop/mapreduce/InputSplit.html?is-external=true" title="class or interface in org.apache.hadoop.mapreduce"><code>InputSplit</code></a>.</div> |
| </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">MRStressTest.StresserMapper</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">Instantiates a <a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><code>Stressor</code></a> and runs it until it exits.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html#MyInputFormat--">MyInputFormat()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyInputFormat.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyInputFormat</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#MyRecordReader--">MyRecordReader()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html#MySplit--">MySplit()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MySplit</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:N"> |
| <!-- --> |
| </a> |
| <h2 class="title">N</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html#nextKeyValue--">nextKeyValue()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MyRecordReader.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MyRecordReader</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RequestSender.NonRetriableException.html#NonRetriableException-java.lang.String-java.lang.Throwable-">NonRetriableException(String, Throwable)</a></span> - Constructor for exception gobblin.util.limiter.<a href="gobblin/util/limiter/RequestSender.NonRetriableException.html" title="class in gobblin.util.limiter">RequestSender.NonRetriableException</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RequestSender.NonRetriableException.html#NonRetriableException-java.lang.String-">NonRetriableException(String)</a></span> - Constructor for exception gobblin.util.limiter.<a href="gobblin/util/limiter/RequestSender.NonRetriableException.html" title="class in gobblin.util.limiter">RequestSender.NonRetriableException</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#NUM_MAPPERS">NUM_MAPPERS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#NUM_MAPPERS_OPT">NUM_MAPPERS_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:O"> |
| <!-- --> |
| </a> |
| <h2 class="title">O</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html#OPS_TO_RUN">OPS_TO_RUN</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/FixedOperationsStressor.html" title="class in gobblin.util.limiter.stressTest">FixedOperationsStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#OPTIONS">OPTIONS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#OPTIONS">OPTIONS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:P"> |
| <!-- --> |
| </a> |
| <h2 class="title">P</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#parseCommandLine-org.apache.commons.cli.Options-java.lang.String:A-">parseCommandLine(Options, String[])</a></span> - Static method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> |
| <div class="block">Parse command line.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#PERMITS_GRANTED_METER_NAME">PERMITS_GRANTED_METER_NAME</a></span> - Static variable in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#PERMITS_REQUESTED_METER_NAME">PERMITS_REQUESTED_METER_NAME</a></span> - Static variable in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#populateConfigFromCli-org.apache.hadoop.conf.Configuration-org.apache.commons.cli.CommandLine-">populateConfigFromCli(Configuration, CommandLine)</a></span> - Static method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> |
| <div class="block">Add configurations provided with <a href="gobblin/util/limiter/stressTest/StressTestUtils.html#CONFIG_OPT"><code>CONFIG_OPT</code></a> to <a href="http://hadoop.apache.org/docs/r2.3.0/api/org/apache/hadoop/conf/Configuration.html?is-external=true" title="class or interface in org.apache.hadoop.conf"><code>Configuration</code></a>.</div> |
| </dd> |
| </dl> |
| <a name="I:R"> |
| <!-- --> |
| </a> |
| <h2 class="title">R</h2> |
| <dl> |
| <dt><a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">RandomDelayStartStressor</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A <a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><code>Stressor</code></a> that sleeps for a random delay between 0 and 30 seconds before starting.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html#RandomDelayStartStressor--">RandomDelayStartStressor()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html" title="class in gobblin.util.limiter.stressTest">RandomDelayStartStressor</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">RandomRuntimeStressor</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A <a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><code>Stressor</code></a> that repeatedly requests 1 permits from <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a> for a random number of seconds between |
| 1 and 181.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html#RandomRuntimeStressor--">RandomRuntimeStressor()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomRuntimeStressor.html" title="class in gobblin.util.limiter.stressTest">RandomRuntimeStressor</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">RateComputingLimiterContainer</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">Used to compute statistics on a set of <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a>s used in a throttling service stress test.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html#RateComputingLimiterContainer--">RateComputingLimiterContainer()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">RateComputingLimiterContainer.RateComputingLimiterDecorator</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">A <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a> decorator that records all permits granted.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html#RateComputingLimiterDecorator--">RateComputingLimiterDecorator()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer.RateComputingLimiterDecorator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html#readFields-java.io.DataInput-">readFields(DataInput)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MySplit</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RedirectAwareRestClientRequestSender</span></a> - Class in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">A <a href="gobblin/util/limiter/RequestSender.html" title="interface in gobblin.util.limiter"><code>RequestSender</code></a> that handles redirects and unreachable uris transparently.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html#RedirectAwareRestClientRequestSender-gobblin.broker.iface.SharedResourcesBroker-java.util.List-">RedirectAwareRestClientRequestSender(SharedResourcesBroker<?>, List<String>)</a></span> - Constructor for class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RedirectAwareRestClientRequestSender.Factory</span></a><<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="type parameter in RedirectAwareRestClientRequestSender.Factory">S</a> extends <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-api/gobblin/broker/iface/ScopeType.html?is-external=true" title="class or interface in gobblin.broker.iface">ScopeType</a><<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.Factory.html" title="type parameter in RedirectAwareRestClientRequestSender.Factory">S</a>>> - Class in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">A <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-api/gobblin/broker/iface/SharedResourceFactory.html?is-external=true" title="class or interface in gobblin.broker.iface"><code>SharedResourceFactory</code></a> that creates <a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter"><code>RedirectAwareRestClientRequestSender</code></a>s.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.AggregatorReducer.html#reduce-org.apache.hadoop.io.LongWritable-java.lang.Iterable-org.apache.hadoop.mapreduce.Reducer.Context-">reduce(LongWritable, Iterable<DoubleWritable>, Reducer<LongWritable, DoubleWritable, LongWritable, Text>.Context)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.AggregatorReducer.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.AggregatorReducer</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RequestSender.html" title="interface in gobblin.util.limiter"><span class="typeNameLink">RequestSender</span></a> - Interface in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">Used to send a <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-restli-utils/gobblin/restli/throttling.PermitRequest.html?is-external=true" title="class or interface in gobblin.restli"><code>PermitRequest</code></a>s to a Throttling server.</div> |
| </dd> |
| <dt><a href="gobblin/util/limiter/RequestSender.NonRetriableException.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RequestSender.NonRetriableException</span></a> - Exception in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#RESOURCE_ID">RESOURCE_ID</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#RESOURCE_ID_OPT">RESOURCE_ID_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RestClientRequestSender.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RestClientRequestSender</span></a> - Class in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">Sends requests to a server using a <code>RestClient</code>.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestClientRequestSender.html#RestClientRequestSender--">RestClientRequestSender()</a></span> - Constructor for class gobblin.util.limiter.<a href="gobblin/util/limiter/RestClientRequestSender.html" title="class in gobblin.util.limiter">RestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#RESTLI_SERVICE_NAME">RESTLI_SERVICE_NAME</a></span> - Static variable in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RestliLimiterFactory</span></a><<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="type parameter in RestliLimiterFactory">S</a> extends <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-api/gobblin/broker/iface/ScopeType.html?is-external=true" title="class or interface in gobblin.broker.iface">ScopeType</a><<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="type parameter in RestliLimiterFactory">S</a>>> - Class in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">A <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/broker/SharedLimiterFactory.html?is-external=true" title="class or interface in gobblin.util.limiter.broker"><code>SharedLimiterFactory</code></a> that creates <a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter"><code>RestliServiceBasedLimiter</code></a>s.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#RestliLimiterFactory--">RestliLimiterFactory()</a></span> - Constructor for class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter"><span class="typeNameLink">RestliServiceBasedLimiter</span></a> - Class in <a href="gobblin/util/limiter/package-summary.html">gobblin.util.limiter</a></dt> |
| <dd> |
| <div class="block">A <a href="http://linkedin.github.io/gobblin/javadoc/0.11.0/gobblin-utility/gobblin/util/limiter/Limiter.html?is-external=true" title="class or interface in gobblin.util.limiter"><code>Limiter</code></a> that forwards permit requests to a Rest.li throttling service endpoint.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html#run-gobblin.util.limiter.Limiter-">run(Limiter)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RandomDelayStartStressor.html" title="class in gobblin.util.limiter.stressTest">RandomDelayStartStressor</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/Stressor.html#run-gobblin.util.limiter.Limiter-">run(Limiter)</a></span> - Method in interface gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest">Stressor</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:S"> |
| <!-- --> |
| </a> |
| <h2 class="title">S</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html#sendRequest-gobblin.restli.throttling.PermitRequest-com.linkedin.common.callback.Callback-">sendRequest(PermitRequest, Callback<Response<PermitAllocation>>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RequestSender.html#sendRequest-gobblin.restli.throttling.PermitRequest-com.linkedin.common.callback.Callback-">sendRequest(PermitRequest, Callback<Response<PermitAllocation>>)</a></span> - Method in interface gobblin.util.limiter.<a href="gobblin/util/limiter/RequestSender.html" title="interface in gobblin.util.limiter">RequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestClientRequestSender.html#sendRequest-gobblin.restli.throttling.PermitRequest-com.linkedin.common.callback.Callback-">sendRequest(PermitRequest, Callback<Response<PermitAllocation>>)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestClientRequestSender.html" title="class in gobblin.util.limiter">RestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliLimiterFactory.html#SERVICE_IDENTIFIER_KEY">SERVICE_IDENTIFIER_KEY</a></span> - Static variable in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliLimiterFactory.html" title="class in gobblin.util.limiter">RestliLimiterFactory</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html#setup-org.apache.hadoop.mapreduce.Mapper.Context-">setup(Mapper<Text, NullWritable, LongWritable, DoubleWritable>.Context)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.StresserMapper</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html#shouldCatchExceptionAndSwitchUrl-com.linkedin.r2.RemoteInvocationException-">shouldCatchExceptionAndSwitchUrl(RemoteInvocationException)</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RedirectAwareRestClientRequestSender.html" title="class in gobblin.util.limiter">RedirectAwareRestClientRequestSender</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#start--">start()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html#start--">start()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer.RateComputingLimiterDecorator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/RestliServiceBasedLimiter.html#stop--">stop()</a></span> - Method in class gobblin.util.limiter.<a href="gobblin/util/limiter/RestliServiceBasedLimiter.html" title="class in gobblin.util.limiter">RestliServiceBasedLimiter</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html#stop--">stop()</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/RateComputingLimiterContainer.RateComputingLimiterDecorator.html" title="class in gobblin.util.limiter.stressTest">RateComputingLimiterContainer.RateComputingLimiterDecorator</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html#StresserMapper--">StresserMapper()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.StresserMapper.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.StresserMapper</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/Stressor.html" title="interface in gobblin.util.limiter.stressTest"><span class="typeNameLink">Stressor</span></a> - Interface in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">An experiment for throttling service stress test.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#STRESSOR_CLASS">STRESSOR_CLASS</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#STRESSOR_OPT">STRESSOR_OPT</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| <dt><a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest"><span class="typeNameLink">StressTestUtils</span></a> - Class in <a href="gobblin/util/limiter/stressTest/package-summary.html">gobblin.util.limiter.stressTest</a></dt> |
| <dd> |
| <div class="block">Utilities for throttling service stress tests.</div> |
| </dd> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/StressTestUtils.html#StressTestUtils--">StressTestUtils()</a></span> - Constructor for class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/StressTestUtils.html" title="class in gobblin.util.limiter.stressTest">StressTestUtils</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:T"> |
| <!-- --> |
| </a> |
| <h2 class="title">T</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#THROTTLING_SERVER_URI">THROTTLING_SERVER_URI</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:U"> |
| <!-- --> |
| </a> |
| <h2 class="title">U</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.html#USE_THROTTLING_SERVER">USE_THROTTLING_SERVER</a></span> - Static variable in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.html" title="class in gobblin.util.limiter.stressTest">MRStressTest</a></dt> |
| <dd> </dd> |
| </dl> |
| <a name="I:W"> |
| <!-- --> |
| </a> |
| <h2 class="title">W</h2> |
| <dl> |
| <dt><span class="memberNameLink"><a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html#write-java.io.DataOutput-">write(DataOutput)</a></span> - Method in class gobblin.util.limiter.stressTest.<a href="gobblin/util/limiter/stressTest/MRStressTest.MySplit.html" title="class in gobblin.util.limiter.stressTest">MRStressTest.MySplit</a></dt> |
| <dd> </dd> |
| </dl> |
| <a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:M">M</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a href="#I:U">U</a> <a href="#I:W">W</a> </div> |
| <!-- ======= START OF BOTTOM NAVBAR ====== --> |
| <div class="bottomNav"><a name="navbar.bottom"> |
| <!-- --> |
| </a> |
| <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> |
| <a name="navbar.bottom.firstrow"> |
| <!-- --> |
| </a> |
| <ul class="navList" title="Navigation"> |
| <li><a href="overview-summary.html">Overview</a></li> |
| <li>Package</li> |
| <li>Class</li> |
| <li><a href="overview-tree.html">Tree</a></li> |
| <li><a href="deprecated-list.html">Deprecated</a></li> |
| <li class="navBarCell1Rev">Index</li> |
| <li><a href="help-doc.html">Help</a></li> |
| </ul> |
| </div> |
| <div class="subNav"> |
| <ul class="navList"> |
| <li>Prev</li> |
| <li>Next</li> |
| </ul> |
| <ul class="navList"> |
| <li><a href="index.html?index-all.html" target="_top">Frames</a></li> |
| <li><a href="index-all.html" target="_top">No Frames</a></li> |
| </ul> |
| <ul class="navList" id="allclasses_navbar_bottom"> |
| <li><a href="allclasses-noframe.html">All Classes</a></li> |
| </ul> |
| <div> |
| <script type="text/javascript"><!-- |
| allClassesLink = document.getElementById("allclasses_navbar_bottom"); |
| if(window==top) { |
| allClassesLink.style.display = "block"; |
| } |
| else { |
| allClassesLink.style.display = "none"; |
| } |
| //--> |
| </script> |
| </div> |
| <a name="skip.navbar.bottom"> |
| <!-- --> |
| </a></div> |
| <!-- ======== END OF BOTTOM NAVBAR ======= --> |
| </body> |
| </html> |