Package org.apache.storm.localizer
Class GoodToGo
java.lang.Object
org.apache.storm.localizer.GoodToGo
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()}.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLatch()
Get the latch and indicate that you want to block the blob being changed.
-
Constructor Details
-
GoodToGo
-
-
Method Details
-
getLatch
Get the latch and indicate that you want to block the blob being changed.- Returns:
- the latch to use when you are ready.
-