Interface BambooClusterSettings

All Known Implementing Classes:
BambooClusterSettingsImpl

@Internal public interface BambooClusterSettings
This interface provides access to Bamboo's optimistic locking settings.
Since:
9.4.0
  • Field Details

  • Method Details

    • isOptimisticLockingEnabled

      boolean isOptimisticLockingEnabled()
      Checks if Bamboo should be using optimistic locking.
      Returns:
      true if Bamboo should be using optimistic locking.
    • isReadyToReceiveCrossNodesEvents

      boolean isReadyToReceiveCrossNodesEvents()
      Checks if the node is ready to receive cross-node events.
      Returns:
      true if the node is ready to receive cross-node events, false otherwise.
    • setReadyToReceiveCrossNodesEvents

      void setReadyToReceiveCrossNodesEvents(boolean ready)
      Sets the readiness state for receiving cross-node events.
      Parameters:
      ready - true to mark the node as ready to receive cross-node events, false otherwise.