blob: be78dc29002527ff73ee38ad52e6730ae136ed8a [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="de">
<head>
<!-- Generated by javadoc (17) -->
<title>org.apache.storm.trident.spout Class Hierarchy (Storm 2.6.2 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="tree: package: org.apache.storm.trident.spout">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.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="package-tree-page">
<script type="text/javascript">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</li>
<li>Use</li>
<li class="nav-bar-cell1-rev">Tree</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#tree">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<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">
<div class="header">
<h1 class="title">Hierarchy For Package org.apache.storm.trident.spout</h1>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<section class="hierarchy">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="BatchSpoutExecutor.html" class="type-name-link" title="class in org.apache.storm.trident.spout">BatchSpoutExecutor</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.html" title="interface in org.apache.storm.trident.spout">ITridentSpout</a>&lt;T&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="BatchSpoutExecutor.BatchSpoutEmitter.html" class="type-name-link" title="class in org.apache.storm.trident.spout">BatchSpoutExecutor.BatchSpoutEmitter</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.Emitter.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.Emitter</a>&lt;X&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="BatchSpoutExecutor.EmptyCoordinator.html" class="type-name-link" title="class in org.apache.storm.trident.spout">BatchSpoutExecutor.EmptyCoordinator</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.BatchCoordinator.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.BatchCoordinator</a>&lt;X&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="OpaquePartitionedTridentSpoutExecutor.html" class="type-name-link" title="class in org.apache.storm.trident.spout">OpaquePartitionedTridentSpoutExecutor</a> (implements org.apache.storm.trident.spout.<a href="ICommitterTridentSpout.html" title="interface in org.apache.storm.trident.spout">ICommitterTridentSpout</a>&lt;X&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="OpaquePartitionedTridentSpoutExecutor.Coordinator.html" class="type-name-link" title="class in org.apache.storm.trident.spout">OpaquePartitionedTridentSpoutExecutor.Coordinator</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.BatchCoordinator.html" title="interface in org.apache.storm.trident.spout">ITridentSpout.BatchCoordinator</a>&lt;X&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="OpaquePartitionedTridentSpoutExecutor.Emitter.html" class="type-name-link" title="class in org.apache.storm.trident.spout">OpaquePartitionedTridentSpoutExecutor.Emitter</a> (implements org.apache.storm.trident.spout.<a href="ICommitterTridentSpout.Emitter.html" title="interface in org.apache.storm.trident.spout">ICommitterTridentSpout.Emitter</a>)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="PartitionedTridentSpoutExecutor.html" class="type-name-link" title="class in org.apache.storm.trident.spout">PartitionedTridentSpoutExecutor</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.html" title="interface in org.apache.storm.trident.spout">ITridentSpout</a>&lt;T&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="RichSpoutBatchExecutor.html" class="type-name-link" title="class in org.apache.storm.trident.spout">RichSpoutBatchExecutor</a> (implements org.apache.storm.trident.spout.<a href="ITridentSpout.html" title="interface in org.apache.storm.trident.spout">ITridentSpout</a>&lt;T&gt;)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="RichSpoutBatchId.html" class="type-name-link" title="class in org.apache.storm.trident.spout">RichSpoutBatchId</a> (implements org.apache.storm.trident.spout.<a href="IBatchID.html" title="interface in org.apache.storm.trident.spout">IBatchID</a>)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="RichSpoutBatchTriggerer.html" class="type-name-link" title="class in org.apache.storm.trident.spout">RichSpoutBatchTriggerer</a> (implements org.apache.storm.topology.<a href="../../topology/IRichSpout.html" title="interface in org.apache.storm.topology">IRichSpout</a>)</li>
<li class="circle">com.esotericsoftware.kryo.Serializer&lt;T&gt;
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="RichSpoutBatchIdSerializer.html" class="type-name-link" title="class in org.apache.storm.trident.spout">RichSpoutBatchIdSerializer</a></li>
</ul>
</li>
<li class="circle">org.apache.storm.trident.spout.<a href="TridentSpoutCoordinator.html" class="type-name-link" title="class in org.apache.storm.trident.spout">TridentSpoutCoordinator</a> (implements org.apache.storm.topology.<a href="../../topology/IBasicBolt.html" title="interface in org.apache.storm.topology">IBasicBolt</a>)</li>
<li class="circle">org.apache.storm.trident.spout.<a href="TridentSpoutExecutor.html" class="type-name-link" title="class in org.apache.storm.trident.spout">TridentSpoutExecutor</a> (implements org.apache.storm.trident.topology.<a href="../topology/ITridentBatchBolt.html" title="interface in org.apache.storm.trident.topology">ITridentBatchBolt</a>)</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="IBatchID.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IBatchID</a></li>
<li class="circle">org.apache.storm.trident.spout.<a href="IOpaquePartitionedTridentSpout.Coordinator.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IOpaquePartitionedTridentSpout.Coordinator</a>&lt;PartitionsT&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="IOpaquePartitionedTridentSpout.Emitter.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IOpaquePartitionedTridentSpout.Emitter</a>&lt;PartitionsT,<wbr>PartitionT,<wbr>M&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="IPartitionedTridentSpout.Coordinator.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IPartitionedTridentSpout.Coordinator</a>&lt;PartitionsT&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="IPartitionedTridentSpout.Emitter.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IPartitionedTridentSpout.Emitter</a>&lt;PartitionsT,<wbr>PartitionT,<wbr>X&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="ISpoutPartition.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ISpoutPartition</a></li>
<li class="circle">org.apache.storm.trident.spout.<a href="ITridentSpout.BatchCoordinator.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ITridentSpout.BatchCoordinator</a>&lt;X&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="ITridentSpout.Emitter.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ITridentSpout.Emitter</a>&lt;X&gt;
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="ICommitterTridentSpout.Emitter.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ICommitterTridentSpout.Emitter</a></li>
</ul>
</li>
<li class="circle">java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Serializable.html" class="type-name-link external-link" title="class or interface in java.io">Serializable</a>
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="ITridentDataSource.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ITridentDataSource</a>
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="IBatchSpout.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IBatchSpout</a></li>
<li class="circle">org.apache.storm.trident.spout.<a href="IOpaquePartitionedTridentSpout.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IOpaquePartitionedTridentSpout</a>&lt;PartitionsT,<wbr>PartitionT,<wbr>M&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="IPartitionedTridentSpout.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">IPartitionedTridentSpout</a>&lt;PartitionsT,<wbr>PartitionT,<wbr>T&gt;</li>
<li class="circle">org.apache.storm.trident.spout.<a href="ITridentSpout.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ITridentSpout</a>&lt;T&gt;
<ul>
<li class="circle">org.apache.storm.trident.spout.<a href="ICommitterTridentSpout.html" class="type-name-link" title="interface in org.apache.storm.trident.spout">ICommitterTridentSpout</a>&lt;X&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>