Package org.jgroups.jmx.protocols
Interface FCMBean
- All Superinterfaces:
ProtocolMBean
- All Known Implementing Classes:
FC
- Version:
- $Id: FCMBean.java,v 1.7 2007/05/07 09:55:37 belaban Exp $
- Author:
- Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptiondoubleintintintintintlonglonglongdoublelongvoidsetMaxBlockTime(long t) voidsetMaxCredits(long max_credits) voidsetMinCredits(long min_credits) voidsetMinThreshold(double min_threshold) voidunblock()Methods inherited from interface org.jgroups.jmx.ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Method Details
-
getMaxCredits
long getMaxCredits() -
setMaxCredits
void setMaxCredits(long max_credits) -
getMinThreshold
double getMinThreshold() -
setMinThreshold
void setMinThreshold(double min_threshold) -
getMinCredits
long getMinCredits() -
setMinCredits
void setMinCredits(long min_credits) -
getBlockings
int getBlockings() -
getTotalTimeBlocked
long getTotalTimeBlocked() -
getMaxBlockTime
long getMaxBlockTime() -
setMaxBlockTime
void setMaxBlockTime(long t) -
getAverageTimeBlocked
double getAverageTimeBlocked() -
getCreditRequestsReceived
int getCreditRequestsReceived() -
getCreditRequestsSent
int getCreditRequestsSent() -
getCreditResponsesReceived
int getCreditResponsesReceived() -
getCreditResponsesSent
int getCreditResponsesSent() -
printSenderCredits
String printSenderCredits() -
printReceiverCredits
String printReceiverCredits() -
printCredits
String printCredits() -
showLastBlockingTimes
String showLastBlockingTimes() -
unblock
void unblock()
-