public class FXPushbackPolicy extends java.lang.Object implements FXPushbackPolicyMBean
| Constructor and Description |
|---|
FXPushbackPolicy()
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBreakThreshold() |
long |
getCurrentBackpressure() |
int |
getCurrentBufferFillGrade() |
long |
getWaitTime() |
void |
setBreakThreshold(int breakGrade)
Sets the breakGrade.
|
void |
setCurrentBackPressure(long waitTime) |
void |
setCurrentBufferFillGrade(int grade) |
void |
setWait(long wait)
Sets the wait.
|
public int getCurrentBufferFillGrade()
throws java.io.IOException
getCurrentBufferFillGrade in interface FXPushbackPolicyMBeanjava.io.IOExceptionpublic void setCurrentBufferFillGrade(int grade)
public int getBreakThreshold()
throws java.io.IOException
getBreakThreshold in interface FXPushbackPolicyMBeanjava.io.IOExceptionpublic void setBreakThreshold(int breakGrade)
breakGrade - the breakGrade to setpublic long getWaitTime()
throws java.io.IOException
getWaitTime in interface FXPushbackPolicyMBeanjava.io.IOExceptionpublic void setCurrentBackPressure(long waitTime)
public void setWait(long wait)
wait - the wait to setpublic long getCurrentBackpressure()
throws java.io.IOException
getCurrentBackpressure in interface FXPushbackPolicyMBeanjava.io.IOExceptionData In Motion Consulting GmbH