Class WrappedRunnable

java.lang.Object
org.apache.cassandra.utils.WrappedRunnable
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
AbstractCompactionTask

public abstract class WrappedRunnable extends Object implements Runnable
  • Constructor Details

    • WrappedRunnable

      public WrappedRunnable()
  • Method Details

    • run

      public final void run()
      Specified by:
      run in interface Runnable
    • runMayThrow

      protected abstract void runMayThrow() throws Exception
      Throws:
      Exception