Interface BARRIERMBean

  • All Superinterfaces:
    ProtocolMBean
    All Known Implementing Classes:
    BARRIER

    public interface BARRIERMBean
    extends ProtocolMBean
    JMX interface for BARRIER protocol.
    Author:
    rpike
    • Method Detail

      • isClosed

        boolean isClosed()
        Indicates if barrier is currently closed.
      • getMaxCloseTime

        long getMaxCloseTime()
        Gets configured max_close_time value (ms).
      • isOpenerScheduled

        boolean isOpenerScheduled()
        Returns true if barrier_opener_future is non-null.
      • getInFlightThreadsCount

        int getInFlightThreadsCount()
        Returns the current count of in-flight threads.

        In-flight threads are those currently processing in higher-level protocols.

        Returns:
        in-flight threads count