Class GoodToGo

java.lang.Object
org.apache.storm.localizer.GoodToGo

public class GoodToGo extends Object
Used as a way to give feedback that the listener is ready for the caller to change the blob. By calling @{link GoodToGo#getLatch()} the listener indicates that it wants to block changing the blob until the CountDownLatch is triggered with a call to @{link CountDownLatch#countDown()}.
  • Constructor Details

  • Method Details

    • getLatch

      public GoodToGo.GoodToGoLatch getLatch()
      Get the latch and indicate that you want to block the blob being changed.
      Returns:
      the latch to use when you are ready.