public class MaxPoolSizeReachedEvent
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MaxPoolSizeReachedEvent.Builder | 
| Modifier and Type | Method and Description | 
|---|---|
| static MaxPoolSizeReachedEvent.Builder | builder() | 
| long | getCurrentPoolSize() | 
| long | getCurrentUnbounded() | 
| long | getMaxAllowed() | 
| long | getMaxUnbounded() | 
| long | getTimeWindow() | 
| java.lang.String | toString() | 
public static MaxPoolSizeReachedEvent.Builder builder()
public long getMaxAllowed()
public long getCurrentPoolSize()
public long getCurrentUnbounded()
public long getMaxUnbounded()
public long getTimeWindow()
public java.lang.String toString()
toString in class java.lang.Object