blob: 08e39f997969474579aee2dc848bb7b0ce26f620 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>org.apache.logging.log4j.core.async Class Hierarchy (Apache Log4j Core 2.23.1 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.logging.log4j.core.async">
<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.logging.log4j.core.async</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/javase/8/docs/api/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.logging.log4j.core.<a href="../AbstractLifeCycle.html" class="type-name-link" title="class in org.apache.logging.log4j.core">AbstractLifeCycle</a> (implements org.apache.logging.log4j.core.<a href="../LifeCycle2.html" title="interface in org.apache.logging.log4j.core">LifeCycle2</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.filter.<a href="../filter/AbstractFilterable.html" class="type-name-link" title="class in org.apache.logging.log4j.core.filter">AbstractFilterable</a> (implements org.apache.logging.log4j.core.filter.<a href="../filter/Filterable.html" title="interface in org.apache.logging.log4j.core.filter">Filterable</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.config.<a href="../config/LoggerConfig.html" class="type-name-link" title="class in org.apache.logging.log4j.core.config">LoggerConfig</a> (implements org.apache.logging.log4j.core.impl.<a href="../impl/LocationAware.html" title="interface in org.apache.logging.log4j.core.impl">LocationAware</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfig.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfig.RootLogger.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig.RootLogger</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfigDisruptor.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfigDisruptor</a> (implements org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfigDelegate.html" title="interface in org.apache.logging.log4j.core.async">AsyncLoggerConfigDelegate</a>)</li>
<li class="circle">org.apache.logging.log4j.core.<a href="../LoggerContext.html" class="type-name-link" title="class in org.apache.logging.log4j.core">LoggerContext</a> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/AutoCloseable.html" title="class or interface in java.lang" class="external-link">AutoCloseable</a>, org.apache.logging.log4j.core.config.<a href="../config/ConfigurationListener.html" title="interface in org.apache.logging.log4j.core.config">ConfigurationListener</a>, org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/LoggerContext.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">LoggerContext</a>, org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/LoggerContextShutdownEnabled.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">LoggerContextShutdownEnabled</a>, org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/Terminable.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">Terminable</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerContext.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContext</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/AbstractLogger.html" class="type-name-link external-link" title="class or interface in org.apache.logging.log4j.spi">AbstractLogger</a> (implements org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/ExtendedLogger.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">ExtendedLogger</a>, org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/LocationAwareLogger.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">LocationAwareLogger</a>, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.<a href="../Logger.html" class="type-name-link" title="class in org.apache.logging.log4j.core">Logger</a> (implements org.apache.logging.log4j.util.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/util/Supplier.html" title="class or interface in org.apache.logging.log4j.util" class="external-link">Supplier</a>&lt;T&gt;)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLogger.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLogger</a> (implements com.lmax.disruptor.EventTranslatorVararg&lt;T&gt;)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="ArrayBlockingQueueFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">ArrayBlockingQueueFactory</a>&lt;E&gt; (implements org.apache.logging.log4j.core.async.<a href="BlockingQueueFactory.html" title="interface in org.apache.logging.log4j.core.async">BlockingQueueFactory</a>&lt;E&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfigDefaultExceptionHandler.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfigDefaultExceptionHandler</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfigDisruptor.Log4jEventWrapper.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfigDisruptor.Log4jEventWrapper</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerDefaultExceptionHandler.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerDefaultExceptionHandler</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncQueueFullMessageUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncQueueFullMessageUtil</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncQueueFullPolicyFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncQueueFullPolicyFactory</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncWaitStrategyFactoryConfig.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncWaitStrategyFactoryConfig</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncWaitStrategyFactoryConfig.Builder.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncWaitStrategyFactoryConfig.Builder</a>&lt;B&gt; (implements org.apache.logging.log4j.core.util.<a href="../util/Builder.html" title="interface in org.apache.logging.log4j.core.util">Builder</a>&lt;T&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="BasicAsyncLoggerContextSelector.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">BasicAsyncLoggerContextSelector</a> (implements org.apache.logging.log4j.core.selector.<a href="../selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</a>)</li>
<li class="circle">org.apache.logging.log4j.core.selector.<a href="../selector/ClassLoaderContextSelector.html" class="type-name-link" title="class in org.apache.logging.log4j.core.selector">ClassLoaderContextSelector</a> (implements org.apache.logging.log4j.core.selector.<a href="../selector/ContextSelector.html" title="interface in org.apache.logging.log4j.core.selector">ContextSelector</a>, org.apache.logging.log4j.spi.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/spi/LoggerContextShutdownAware.html" title="class or interface in org.apache.logging.log4j.spi" class="external-link">LoggerContextShutdownAware</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerContextSelector.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerContextSelector</a></li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="DefaultAsyncQueueFullPolicy.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">DefaultAsyncQueueFullPolicy</a> (implements org.apache.logging.log4j.core.async.<a href="AsyncQueueFullPolicy.html" title="interface in org.apache.logging.log4j.core.async">AsyncQueueFullPolicy</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="DiscardingAsyncQueueFullPolicy.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">DiscardingAsyncQueueFullPolicy</a></li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="DisruptorBlockingQueueFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">DisruptorBlockingQueueFactory</a>&lt;E&gt; (implements org.apache.logging.log4j.core.async.<a href="BlockingQueueFactory.html" title="interface in org.apache.logging.log4j.core.async">BlockingQueueFactory</a>&lt;E&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="InternalAsyncUtil.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">InternalAsyncUtil</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="JCToolsBlockingQueueFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">JCToolsBlockingQueueFactory</a>&lt;E&gt; (implements org.apache.logging.log4j.core.async.<a href="BlockingQueueFactory.html" title="interface in org.apache.logging.log4j.core.async">BlockingQueueFactory</a>&lt;E&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="LinkedTransferQueueFactory.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">LinkedTransferQueueFactory</a>&lt;E&gt; (implements org.apache.logging.log4j.core.async.<a href="BlockingQueueFactory.html" title="interface in org.apache.logging.log4j.core.async">BlockingQueueFactory</a>&lt;E&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.config.<a href="../config/LoggerConfig.Builder.html" class="type-name-link" title="class in org.apache.logging.log4j.core.config">LoggerConfig.Builder</a>&lt;B&gt; (implements org.apache.logging.log4j.core.util.<a href="../util/Builder.html" title="interface in org.apache.logging.log4j.core.util">Builder</a>&lt;T&gt;)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfig.Builder.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig.Builder</a>&lt;B&gt;</li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.config.<a href="../config/LoggerConfig.RootLogger.Builder.html" class="type-name-link" title="class in org.apache.logging.log4j.core.config">LoggerConfig.RootLogger.Builder</a>&lt;B&gt; (implements org.apache.logging.log4j.core.util.<a href="../util/Builder.html" title="interface in org.apache.logging.log4j.core.util">Builder</a>&lt;T&gt;)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfig.RootLogger.Builder.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">AsyncLoggerConfig.RootLogger.Builder</a>&lt;B&gt;</li>
</ul>
</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="RingBufferLogEvent.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">RingBufferLogEvent</a> (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/CharSequence.html" title="class or interface in java.lang" class="external-link">CharSequence</a>, org.apache.logging.log4j.core.<a href="../LogEvent.html" title="interface in org.apache.logging.log4j.core">LogEvent</a>, org.apache.logging.log4j.message.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/message/ParameterVisitable.html" title="class or interface in org.apache.logging.log4j.message" class="external-link">ParameterVisitable</a>, org.apache.logging.log4j.message.<a href="https://logging.apache.org/log4j/2.x/apidocs/org/apache/logging/log4j/message/ReusableMessage.html" title="class or interface in org.apache.logging.log4j.message" class="external-link">ReusableMessage</a>)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="RingBufferLogEventHandler.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventHandler</a> (implements com.lmax.disruptor.LifecycleAware, com.lmax.disruptor.SequenceReportingEventHandler&lt;T&gt;)</li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="RingBufferLogEventTranslator.html" class="type-name-link" title="class in org.apache.logging.log4j.core.async">RingBufferLogEventTranslator</a> (implements com.lmax.disruptor.EventTranslator&lt;T&gt;)</li>
</ul>
</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncLoggerConfigDelegate.html" class="type-name-link" title="interface in org.apache.logging.log4j.core.async">AsyncLoggerConfigDelegate</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncQueueFullPolicy.html" class="type-name-link" title="interface in org.apache.logging.log4j.core.async">AsyncQueueFullPolicy</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="AsyncWaitStrategyFactory.html" class="type-name-link" title="interface in org.apache.logging.log4j.core.async">AsyncWaitStrategyFactory</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="BlockingQueueFactory.html" class="type-name-link" title="interface in org.apache.logging.log4j.core.async">BlockingQueueFactory</a>&lt;E&gt;</li>
</ul>
</section>
<section class="hierarchy">
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
<ul>
<li class="circle">org.apache.logging.log4j.core.async.<a href="EventRoute.html" class="type-name-link" title="enum in org.apache.logging.log4j.core.async">EventRoute</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="JCToolsBlockingQueueFactory.WaitStrategy.html" class="type-name-link" title="enum in org.apache.logging.log4j.core.async">JCToolsBlockingQueueFactory.WaitStrategy</a></li>
<li class="circle">org.apache.logging.log4j.core.async.<a href="ThreadNameCachingStrategy.html" class="type-name-link" title="enum in org.apache.logging.log4j.core.async">ThreadNameCachingStrategy</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small><p align="center"> Copyright &copy; 1999-2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.<br/> Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation. </p></small></p>
</footer>
</div>
</div>
</body>
</html>