Class SemiSpace.WrappedInternalWriter

java.lang.Object
org.semispace.SemiSpace.WrappedInternalWriter
All Implemented Interfaces:
Runnable
Enclosing class:
SemiSpace

protected class SemiSpace.WrappedInternalWriter extends Object implements Runnable
Need to wrap write in own thread in order to make terracotta pick it up.
  • Constructor Details

    • WrappedInternalWriter

      protected WrappedInternalWriter(Object entry, long leaseTimeMs)
  • Method Details

    • getException

      public Exception getException()
    • getLease

      public SemiLease getLease()
    • run

      public void run()
      Specified by:
      run in interface Runnable