Package org.apache.cassandra.testing
Interface IsolatedDTestClassLoaderWrapper.ExecutableAction<T>
-
- Type Parameters:
T- return type
- Enclosing class:
- IsolatedDTestClassLoaderWrapper
public static interface IsolatedDTestClassLoaderWrapper.ExecutableAction<T>Encapsulates action to be executed inside the classloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trun()
-
-
-
Method Detail
-
run
T run()
- Returns:
- (optional) result from the operation that runs inside the classloader
-
-