ProtocolMBean
BARRIER
public interface BARRIERMBean extends ProtocolMBean
Modifier and Type | Method | Description |
---|---|---|
int |
getInFlightThreadsCount() |
Returns the current count of in-flight threads.
|
long |
getMaxCloseTime() |
Gets configured max_close_time value (ms).
|
boolean |
isClosed() |
Indicates if barrier is currently closed.
|
boolean |
isOpenerScheduled() |
Returns true if barrier_opener_future is non-null.
|
create, destroy, dumpStats, getName, getPropertiesAsString, getStatsEnabled, printStats, resetStats, setProperties, setStatsEnabled, start, stop
boolean isClosed()
long getMaxCloseTime()
boolean isOpenerScheduled()
int getInFlightThreadsCount()
In-flight threads are those currently processing in higher-level protocols.
Copyright ? 1998-2008 Bela Ban. All Rights Reserved.