| Package | Description |
|---|---|
| org.apache.drill.exec.testing |
| Modifier and Type | Class and Description |
|---|---|
class |
CountDownLatchInjectionImpl
See
CountDownLatchInjection Degenerates to
PauseInjection.pause(), if initialized to zero count. |
| Modifier and Type | Field and Description |
|---|---|
static CountDownLatchInjection |
NoOpControlsInjector.LATCH
When assertions are not enabled, this count down latch that does nothing is injected.
|
| Modifier and Type | Method and Description |
|---|---|
CountDownLatchInjection |
ControlsInjector.getLatch(ExecutionControls executionControls,
String desc)
Used to insert a latch in site class.
|
CountDownLatchInjection |
ExecutionControlsInjector.getLatch(ExecutionControls executionControls,
String desc) |
CountDownLatchInjection |
NoOpControlsInjector.getLatch(ExecutionControls executionControls,
String desc) |
CountDownLatchInjection |
ExecutionControls.lookupCountDownLatchInjection(ExecutionControlsInjector injector,
String desc)
Look for a count down latch injection matching the given injector, site descriptor, and endpoint.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.