Hierarchy For Package org.apache.dubbo.common.concurrent
Class Hierarchy
- java.lang.Object
- org.apache.dubbo.common.concurrent.AbortPolicy<E> (implements org.apache.dubbo.common.concurrent.Rejector<E>)
- org.apache.dubbo.common.concurrent.CallableSafeInitializer<T>
- org.apache.dubbo.common.concurrent.DiscardOldestPolicy<E> (implements org.apache.dubbo.common.concurrent.Rejector<E>)
- org.apache.dubbo.common.concurrent.DiscardPolicy<E> (implements org.apache.dubbo.common.concurrent.Rejector<E>)
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.apache.dubbo.common.concurrent.RejectException
- java.lang.RuntimeException
- java.lang.Exception
Interface Hierarchy
- org.apache.dubbo.common.concurrent.Rejector<E>