Package org.apache.cassandra.testing
Interface IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T>
-
- Type Parameters:
T- return type
- Enclosing class:
- IsolatedDTestClassLoaderWrapper
public static interface IsolatedDTestClassLoaderWrapper.ExecutableExceptionableAction<T>Encapsulates an action that can throw anIOExceptionwhile executing inside the classloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trun()
-
-
-
Method Detail
-
run
T run() throws java.io.IOException
- Returns:
- (optional) result from the operation that runs inside the classloader
- Throws:
java.io.IOException- when an IO exception occurs while running this operation
-
-