Uses of Interface
org.apache.drill.exec.testing.CountDownLatchInjection
-
Uses of CountDownLatchInjection in org.apache.drill.exec.testing
Modifier and TypeClassDescriptionclass
SeeCountDownLatchInjection
Degenerates toPauseInjection.pause()
, if initialized to zero count.Modifier and TypeFieldDescriptionstatic final CountDownLatchInjection
NoOpControlsInjector.LATCH
When assertions are not enabled, this count down latch that does nothing is injected.Modifier and TypeMethodDescriptionControlsInjector.getLatch
(ExecutionControls executionControls, String desc) Used to insert a latch in site class.ExecutionControlsInjector.getLatch
(ExecutionControls executionControls, String desc) NoOpControlsInjector.getLatch
(ExecutionControls executionControls, String desc) ExecutionControls.lookupCountDownLatchInjection
(ExecutionControlsInjector injector, String desc) Look for a count down latch injection matching the given injector, site descriptor, and endpoint.