verspaetung/groovydoc/com/github/reiseburo/verspaetung/package-summary.html

185 lines
6.8 KiB
HTML

<!--
Copyright 2003-2015 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>com.github.reiseburo.verspaetung (verspaetung 0.5.0 API)</title>
<meta name="keywords" content="com.github.reiseburo.verspaetung package">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" title="Style">
<link href="../../../../groovy.ico" type="image/x-icon" rel="shortcut icon">
<link href="../../../../groovy.ico" type="image/x-icon" rel="icon">
<script type="text/javascript">
function windowTitle()
{
parent.document.title="com.github.reiseburo.verspaetung (verspaetung 0.5.0 API)";
}
</script>
<noscript>
</noscript>
</head>
<body class="center" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<a name="navbar_top_firstrow"><!-- --></a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../index.html?com/github/reiseburo/verspaetung/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Package com.github.reiseburo.verspaetung</h1>
</div>
<div class="contentContainer">
<div class="summary">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Class Summary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="Delay.html" title="class in com/github/reiseburo/verspaetung">
Delay
</a></strong>
</td>
<td>abstract the logic on how to reduce the polling speed and get back to
to full speed.</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="KafkaBroker.html" title="class in com/github/reiseburo/verspaetung">
KafkaBroker
</a></strong>
</td>
<td>POJO containing the necessary information to model a Kafka broker</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="KafkaConsumer.html" title="class in com/github/reiseburo/verspaetung">
KafkaConsumer
</a></strong>
</td>
<td>POJO containing the necessary information to model a Kafka consumers</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="KafkaPoller.html" title="class in com/github/reiseburo/verspaetung">
KafkaPoller
</a></strong>
</td>
<td>KafkaPoller is a relatively simple class which contains a runloop for periodically
contacting the Kafka brokers defined in Zookeeper and fetching the latest topic
meta-data for them</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="Main.html" title="class in com/github/reiseburo/verspaetung">
Main
</a></strong>
</td>
<td>Main entry point for running the verspaetung application</td>
</tr>
<tr class="altColor">
<td class="colOne">
<strong><a href="TopicPartition.html" title="class in com/github/reiseburo/verspaetung">
TopicPartition
</a></strong>
</td>
<td>Simple container for Kafka topic names and partition IDs</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</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">Help</a></li>
</ul>
</div>
<div class="subNav">
<div>
<ul class="navList">
<li><a href="index.html?deprecated-list.html" target="_top">Frames</a></li>
<li><a href="deprecated-list.html" target="_top">No Frames</a></li>
</ul>
</div>
<div class="aboutLanguage"><em>Groovy Documentation</em></div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>