Class Hierarchy
- java.lang.Object
- org.pipecraft.infra.concurrent.AbstractCheckedFuture<V,E> (implements org.pipecraft.infra.concurrent.CheckedFuture<V,E>)
- org.pipecraft.infra.concurrent.ImmediateFuture<V,E>
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- org.pipecraft.infra.concurrent.LockFreeBlockingQueue<E> (implements java.util.concurrent.BlockingQueue<E>)
- java.util.AbstractQueue<E> (implements java.util.Queue<E>)
- org.pipecraft.infra.concurrent.CheckedFutureTransformer<S,T,E> (implements org.pipecraft.infra.concurrent.CheckedFuture<V,E>)
- org.pipecraft.infra.concurrent.FutureCompletionHandler<T> (implements java.lang.Runnable)
- org.pipecraft.infra.concurrent.FutureCompletionLogger
- com.google.common.util.concurrent.internal.InternalFutureFailureAccess
- com.google.common.util.concurrent.AbstractFuture<V> (implements com.google.common.util.concurrent.ListenableFuture<V>)
- org.pipecraft.infra.concurrent.SettableListenableFuture<T>
- com.google.common.util.concurrent.AbstractFuture<V> (implements com.google.common.util.concurrent.ListenableFuture<V>)
- org.pipecraft.infra.concurrent.ParallelTaskProcessor
- org.pipecraft.infra.concurrent.AbstractCheckedFuture<V,E> (implements org.pipecraft.infra.concurrent.CheckedFuture<V,E>)
Interface Hierarchy
- org.pipecraft.infra.concurrent.FailableBiConsumer<A,B,E>
- org.pipecraft.infra.concurrent.FailableConsumer<T,E>
- org.pipecraft.infra.concurrent.FailableFunction<T,R,E>
- org.pipecraft.infra.concurrent.FailableInterruptibleConsumer<T,E>
- org.pipecraft.infra.concurrent.FailableInterruptibleRunnable<E>
- org.pipecraft.infra.concurrent.FailableInterruptibleSupplier<T,E>
- org.pipecraft.infra.concurrent.FailablePredicate<T,E>
- org.pipecraft.infra.concurrent.FailableRunnable<E>
- org.pipecraft.infra.concurrent.FailableSupplier<T,E>
- java.util.concurrent.Future<V>
- com.google.common.util.concurrent.ListenableFuture<V>
- org.pipecraft.infra.concurrent.CheckedFuture<V,E>
- com.google.common.util.concurrent.ListenableFuture<V>