Package org.apache.drill.exec.testing
Class Injection
java.lang.Object
org.apache.drill.exec.testing.Injection
- Direct Known Subclasses:
CountDownLatchInjectionImpl
,ExceptionInjection
,PauseInjection
The base class for all types of injections (currently, pause and exception).
-
Field Details
-
address
-
port
protected final int port -
siteClass
-
desc
-
-
Constructor Details
-
Injection
protected Injection(String address, int port, String siteClass, String desc, int nSkip, int nFire, long msPause) throws InjectionConfigurationException - Throws:
InjectionConfigurationException
-
-
Method Details