Class FC
java.lang.Object
org.jgroups.jmx.Protocol
org.jgroups.jmx.protocols.FC
- All Implemented Interfaces:
ProtocolMBean, FCMBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoubleintintintintintlonglonglongdoublelongvoidsetMaxBlockTime(long t) voidsetMaxCredits(long max_credits) voidsetMinCredits(long min_credits) voidsetMinThreshold(double min_threshold) voidunblock()Methods inherited from class Protocol
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ProtocolMBean
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
-
Constructor Details
-
FC
public FC() -
FC
-
-
Method Details
-
attachProtocol
- Overrides:
attachProtocolin classProtocol
-
getMaxCredits
public long getMaxCredits()- Specified by:
getMaxCreditsin interfaceFCMBean
-
setMaxCredits
public void setMaxCredits(long max_credits) - Specified by:
setMaxCreditsin interfaceFCMBean
-
getMinThreshold
public double getMinThreshold()- Specified by:
getMinThresholdin interfaceFCMBean
-
setMinThreshold
public void setMinThreshold(double min_threshold) - Specified by:
setMinThresholdin interfaceFCMBean
-
getMinCredits
public long getMinCredits()- Specified by:
getMinCreditsin interfaceFCMBean
-
setMinCredits
public void setMinCredits(long min_credits) - Specified by:
setMinCreditsin interfaceFCMBean
-
getBlockings
public int getBlockings()- Specified by:
getBlockingsin interfaceFCMBean
-
getTotalTimeBlocked
public long getTotalTimeBlocked()- Specified by:
getTotalTimeBlockedin interfaceFCMBean
-
getMaxBlockTime
public long getMaxBlockTime()- Specified by:
getMaxBlockTimein interfaceFCMBean
-
setMaxBlockTime
public void setMaxBlockTime(long t) - Specified by:
setMaxBlockTimein interfaceFCMBean
-
getAverageTimeBlocked
public double getAverageTimeBlocked()- Specified by:
getAverageTimeBlockedin interfaceFCMBean
-
getCreditRequestsReceived
public int getCreditRequestsReceived()- Specified by:
getCreditRequestsReceivedin interfaceFCMBean
-
getCreditRequestsSent
public int getCreditRequestsSent()- Specified by:
getCreditRequestsSentin interfaceFCMBean
-
getCreditResponsesReceived
public int getCreditResponsesReceived()- Specified by:
getCreditResponsesReceivedin interfaceFCMBean
-
getCreditResponsesSent
public int getCreditResponsesSent()- Specified by:
getCreditResponsesSentin interfaceFCMBean
-
printSenderCredits
- Specified by:
printSenderCreditsin interfaceFCMBean
-
printReceiverCredits
- Specified by:
printReceiverCreditsin interfaceFCMBean
-
printCredits
- Specified by:
printCreditsin interfaceFCMBean
-
showLastBlockingTimes
- Specified by:
showLastBlockingTimesin interfaceFCMBean
-
unblock
-