Class Hierarchy
- java.lang.Object
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- org.infinispan.remoting.transport.AbstractRequest<T> (implements java.util.concurrent.Callable<V>, org.infinispan.remoting.transport.impl.Request<T>)
- org.infinispan.remoting.transport.impl.MultiTargetRequest<T>
- org.infinispan.remoting.transport.impl.SingleTargetRequest<T>
- org.infinispan.remoting.transport.AbstractRequest<T> (implements java.util.concurrent.Callable<V>, org.infinispan.remoting.transport.impl.Request<T>)
- org.infinispan.remoting.transport.impl.PassthroughMapResponseCollector (implements org.infinispan.remoting.transport.ResponseCollector<T>)
- org.infinispan.remoting.transport.impl.PassthroughSingleResponseCollector (implements org.infinispan.remoting.transport.ResponseCollector<T>)
- org.infinispan.remoting.transport.impl.RequestRepository
- org.infinispan.remoting.transport.ValidResponseCollector<T> (implements org.infinispan.remoting.transport.ResponseCollector<T>)
- org.infinispan.remoting.transport.impl.FilterMapResponseCollector
- org.infinispan.remoting.transport.impl.MapResponseCollector
- org.infinispan.remoting.transport.impl.VoidResponseCollector
- org.infinispan.remoting.transport.ValidSingleResponseCollector<T> (implements org.infinispan.remoting.transport.ResponseCollector<T>)
- org.infinispan.remoting.transport.impl.SingleResponseCollector
- org.infinispan.remoting.transport.impl.SingletonMapResponseCollector
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
Interface Hierarchy
- java.util.concurrent.CompletionStage<T>
- org.infinispan.remoting.transport.impl.Request<T>