Uses of Interface
org.apache.drill.exec.testing.CountDownLatchInjection
Packages that use CountDownLatchInjection
-
Uses of CountDownLatchInjection in org.apache.drill.exec.testing
Classes in org.apache.drill.exec.testing that implement CountDownLatchInjectionModifier and TypeClassDescriptionclass
SeeCountDownLatchInjection
Degenerates toPauseInjection.pause()
, if initialized to zero count.Fields in org.apache.drill.exec.testing declared as CountDownLatchInjectionModifier and TypeFieldDescriptionstatic final CountDownLatchInjection
NoOpControlsInjector.LATCH
When assertions are not enabled, this count down latch that does nothing is injected.Methods in org.apache.drill.exec.testing that return CountDownLatchInjectionModifier 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.